Broch Stilley
Broch Stilley
This is a very helpful little bit of kit, and would be helpful to have it use V2 of CDK, as it looks like V1 is pretty much deprecated.
I am running into a parsing discrepancy between very similar sentences: Parsed: `"Create a folder named "Right Here"."` Doesn't Parse `"Create a folder named "Something Here"."` Note the only difference...
Currently in order to dismiss the command bar/palette from the page, the escape button needs to be hit twice. Reproducible on demo site.
This PR creates a new Perspective chart plugin that renders a gradient heatmap. It uses the new [WebGPU API](https://developer.mozilla.org/en-US/docs/Web/API/WebGPU_API) to render a density based gradient across a cartesian space.
### Version ```sh System: OS: macOS 14.4.1 CPU: (12) arm64 Apple M3 Pro Memory: 3.34 GB / 36.00 GB Shell: 5.9 - /bin/zsh Browsers: Chrome: 124.0.6367.119 Safari: 17.4.1 ``` ###...
… Array This PR add a small update to the docs to help describe how to update a PostCSS config file if the plugins are declared as an Array instead...
This PR updates dependencies to the maximum allowed in the semver range. In the near future I'll follow with a PR that address deps that have moved beyond these ranges....
Currently the `api.toJSON()` and `api.fromJSON()` methods act upon deserialized object representations of the layout (JS Objects). This can lead to some confusion, as it's not technically JSON that they are...
I'm receiving a very similar error to #686: ``` contextKeyService.js:82 Uncaught (in promise) TypeError: this._configurationService.onDidChangeConfiguration is not a function at new ConfigAwareContextValuesContainer (contextKeyService.js:82:1) at new ContextKeyService (contextKeyService.js:314:1) at InstantiationService._createInstance (instantiationService.js:120:1)...
Occasionally, when I drag a panel that contains a text editor (tested on both Monaco and Codemirror), a `__dockview_internal_drag_event__` is injected into the text that the editor is viewing. [dockview_bug_1.webm](https://github.com/user-attachments/assets/79b2c09e-3955-47d3-b929-cd089b06fd7b)