Axel Bocciarelli
Axel Bocciarelli
Galex disables a lot of rules when TypeScript is enabled, to avoid reporting the same problems twice. This is mostly the case when: - there's an equivalent rule in `@typescript-eslint`...
### Contribution - [ ] I'd be willing to implement this feature ([contributing guide](https://github.com/pnpm/pnpm/blob/main/CONTRIBUTING.md)) ### Describe the user story As a developer of a VS Code extension, I had a...
When `pnpm/action-setup` installs pnpm, the logs show: ``` Content-addressable store is at: /home/runner/.pnpm-store/v3 ```  But when pnpm installs the dependencies, it logs another path: ``` Content-addressable store is at:...
### Is your feature request related to a problem? Please describe I'd like to be able to apply custom styles to an overlay trigger when the overlay is open/expanded. ###...
`react-aria-menubutton` is no longer maintained. It is still on React 17 and CommonJS, which is causing issues in our Cypress tests and for consumer applications. In this PR, I'm starting...
It would be nice to support HDF5's dimension scales. We've received multiple feature requests relating to those, including in a couple of recent emails. Dimension scales are apparently used quite...
Since extracting the logic out of `VisCanvas` does not seem practical (cf. #1276), here is an API proposal to at least: - separate out the cosmetic options from `abscissaConfig` and...
### Describe the bug The export feature (to CSV, TIFF, etc.) does not take into account potential transposition of datasets (or dataset slices). See https://github.com/silx-kit/vscode-h5web/pull/23#discussion_r1257530624 The `getExportURL` method that data...
### Ticks The axis configs we pass to `VisCanvas` may include a flag called `isIndexAxis`. This property has one goal: to prevent ticks from appearing between axis values - i.e....