-
Notifications
You must be signed in to change notification settings - Fork 81
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
chore: Merge for release #523
Merged
Merged
+3,517
−1,264
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
…trolBar component
* feat: implement the backend component EditableDataframe * feat: implement MutableValue
* feat: implement record_remove on EditableDataframe * docs: write documentation section about dataframe
* feat: manage missing dependencies for PandasRecordProcessor and PolarRecordProcessor
* feat: implement the method record to read a specific record
* docs: improve documentation * docs: add dataframe section
* refactor: use click for CLI * chore: changes according to code review * docs: added docs for cloud deploy * docs: added verbose flag to docs * fix: linter error * feat: added version option for CLI * feat: added version and help commands short options * fix: typo in command line help message * test: add tests for deploy and cli commands * fix: python 3.9 * fix: missing templates in tests * fix: according to CR * chore: added missing change * fix: linter errors * docs: removed mention about service_entrypoint.py * test: cli edit and run commands * fix: linter * ci: build first * fix: windows paths problem * fix: windows problem * fix: windows issue attempt 2 * fix: windows issue attempt 3 * fix: linter
The issue was too many parameters was given to `String.fromCharCode()` and make and error like "Maximum call stack size exceeded". In fact, there is no need to try to convert the CSV to base64. So I simply used `Blob` and then `URL.createObjectURL` instead which should be more efficient.
docs: improve documentation to use writer instead of streamsync
Docs release notes updates
…taframe-to-manage-dataframe-editor-component feat: implement editable dataframe to manage dataframe editor component
fix(ui): fix `CoreDataFrame` download for big file. WF-39
ci: bump Node version to `20.x`
feat(ui): allow empty name for `CoreMetric`. WF-38
fix: handle template in `BuilderFieldsKeyValue`. WF-31
The main issue of `CoreFileInput` was that, when it re-render, the files selected label is cleared and there is no way to set it again. To prevent that, the easiest way is to hide the `<input type="file" />` and display instead a custom button and a label. This unlock a cool possibility to create the link of the file and let the user download the file.
`CoreSelect` displays a dropdown which is cropped by `overflow: hidden`. Removing this CSS rule prevent that closes #380
Simply add `leftIcon` props to `WdsTextInput` and add a search icon to the dataframe component.
* add logging for debug
* fix: manage root path properly when we join them
feat(ui): add icon to `WdsTextInput`. WF-36
fix(ui): remove some overflow constraints
fix(ui): avoid builder `textarea` H resizable. WF-40
…ntication fix: Redirect after authentication on http://localhost without /
feat(ui): improve `CoreFileInput`
feat: Annotated Text component
feat: AnnotatedText
feat: Applications generate content support in AI module
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.
No description provided.