Thomas Aull
Thomas Aull
I just tried to install `linak-controller` by running: ```bash python -m pip install linak-controller ``` and got an error at the install of `multidict`. I don't have the error logs...
Steps to reproduce: Basically quick-start setup as described here: https://github.com/bradstewart/electron-boilerplate-vue#quick-start Bugs after running _npm run dev_: - highlighting HTML Nodes via the Chrome Dev Tools doesn't work (when hovering a...
### Description Sometimes I want to contain some shared logic for HTML User-Interface and 3d Content in the same component, for example the user clicks a `` and something in...
First things first: Thank you for this very helpful extension! It solves a very particular itch I was having. And in my initial tests it works reliably with different applications...
### What problem does this feature solve? I'm using JSDoc tags to automatically show a warning for deprecated props in storybook, for example: ```typescript type Props = { /** *...
### Describe the feature I'm currently implementing Calendar and Date Picker components in a project and I'm not sure how to tackle this problem in the best way possible. To...
### Environment I'm using a re-packaged version of `radix-vue` version `1.9.12`, however the only relevant change I did was to export `DismissableLayer` by appending this line to `packages/radix-vue/src/index.ts`: ``` export...
When restoring a state (https://stately.ai/docs/persistence#restoring-state) the inspector does not show the restored state but the initial state of the machine instead. Please let me know if I should provide a...
I'm trying to use the `json-rpc-2.0` library in my plugin’s main script, however I'm getting a build error: ``` main.js:6141:13: ERROR: Big integer literals are not available in the configured...
**Describe the bug** I have a document with many nodes (not sure how many, the plugin sometimes reports 20k sometimes 120k when doing a batch operation) spread across ~30 pages....