Charles Harris
Charles Harris
I'm not sure why but the `beforeMouseDown` function is never called. I even tried adding it to the SVG Tiger JSFiddle and it was never fired. Since I can't actually...
Is it possible to override any of the file icons to be your own combo of color and icon? I know VSCode hasn't had the same kind of CSS configuration...
### Steps to Reproduce 1. Create a Vue file with Vue syntax highlighting (*.vue) 2. Create a `` and add any SVG element like `` or `` ### What happens...
There are [examples of radial d3 trees](https://observablehq.com/@d3/radial-tidy-tree) using the `size` property but I want to use `flexTree` to set the node size dynamically. Is there a way to create a...
The supported version list in the README only goes up to 6.3. I'm trying to install this in a 6.4 instance and although I see logs that the sass compiler...
### Describe the bug? When using the IDX/OIDC module to authenticate a user with `responseType: 'interaction_code'`, say in an SPA/PKCE setup, the `IDXResponse` after successfully answering all challenges will return...
Bug report --- It seems that applying a `filter` to shapes drastically impacts performance while panning or zooming. Seems to really be noticeable when multiple shapes have a filter, about...
Latest MySQL image deprecated --default-authentication-plugin, database won't start on latest image
According to [this](https://github.com/docker-library/mysql/issues/1048) the latest image of MySQL deprecates the `--default-authentication-plugin` but not in a nice way. If you try to run `vip dev-env create` it uses this latest image...