Noah Haibach
Noah Haibach
Doesnt look like this references the affected library. Can anyone confirm that gogo/protobuf is unaffected? https://github.com/advisories/GHSA-77rm-9x9h-xj3g
Wanted the ability to save different object types and load them all based on type, so using the s3 path as the index with human_readable_index=True.
Awesome component, thank you! Wondering if there is any way to modify what gets rendered for collapsed nodes. For arrays it shows 'n items' and for objects it shows 'n...
Fix issue with _editorJs core client not having render method available yet when re-rendering wrapper. ## PR Type - [x] Bug Fix - [ ] Feature Request ## Description Under...
### Environment Packages: "@editorjs/editorjs": "2.25.0", "react-editor-js": "2.1.0", Chrome: Version 106.0.5249.91 (Official Build) (x86_64) ### Describe In Chrome, as of at least above version, onChange does not fire on changes within...
~~Able to get a service installed and started with your example but does not react to stop or restart. I'm wondering if something like StartServiceCtrlDispatcherW is failing, and we're falling...
`getFiltersRequestQuerySchema = z.object({ region: z .union([z.string(), z.array(z.string())]) .optional() .default([]), });` If I am using this as input.query property, It correctly accepts single or multiple query params for "region" e.g. ?region=california®ion=ohio...