-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NNS1-3450: Utility function to download .csv file #5812
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 task
dskloetd
reviewed
Nov 19, 2024
Randomly spotted this PR and just wanted to let know there is already a utils called |
f5a69f1
to
d4b544b
Compare
8624a9a
to
d354151
Compare
dskloetd
reviewed
Nov 21, 2024
61ca380
to
313f79f
Compare
dskloetd
reviewed
Nov 21, 2024
dskloetd
reviewed
Nov 21, 2024
dskloetd
approved these changes
Nov 21, 2024
1 task
github-merge-queue bot
pushed a commit
that referenced
this pull request
Nov 21, 2024
…ng after a delay. (#5834) # Motivation NNS1-3450 will download a csv where show the users the date at which their neuron will dissolve. Eg: | Neuron Id | Dissolve Delay | Dissolve Date | | ------------- | ------------- |-------------| | 12345 | 1day, 1hours | Nov 22, 2024 | # Changes - Adds new date utility function `getFutureDateFromDelayInSeconds` # Tests - Unit tests # Todos - [ ] Add entry to changelog (if necessary). Not necessary Prev PR: #5812 | Next PR: #5836
1 task
github-merge-queue bot
pushed a commit
that referenced
this pull request
Nov 25, 2024
# Motivation CSV files can include metadata that appears before the table. For example: <img width="1459" alt="Screenshot 2024-11-22 at 16 50 10" src="https://github.com/user-attachments/assets/441944c6-4484-4174-a2a8-7c19513dd566"> # Changes - Adds a new parameter `metadata` that if present is render before the table. When present it shifts the table two columns to the right. # Tests - Unit test - Manually tested in #5813 # Todos - [ ] Add entry to changelog (if necessary). Not necessary Prev PR: #5812 | Next PR: #5813
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation
NNS1-3450 will require functionality to download .csv files.
Changes
Tests
Todos
Not necessary
Prev PR: #5815 | Next PR: #5813