CrazyTim
CrazyTim
When I create/save a new file from a tab (⌘⇧S), I want the tab name to change to the name of the file. Currently it remains unchanged. Also I want...
Also having this same issue
Instead of using global, use `Hook.AppEvents()`
Let me say it's currently not bad, but it would be better if we could configure it to be more compact if required. For example, hiding certain elements such as...
@Fiiranek thanks for the kind words! Thats a good idea. It shouldn't be too hard to build a wrapper for React.
@dsfx3d that would be great if you have the time, feel free to submit a PR 😄 I havn't tested integration as much as I would like to, so any...
Lets just do the declaration file for now. My original motivation was to keep it vanilla and simple enough to avoid Typescript.
I would like to automate this. For example use the TypeScript compiler in a build step to generate the declaration file. See https://www.typescriptlang.org/docs/handbook/declaration-files/dts-from-js.html A dependancy for this would be to...
Hi @macdelacruz, I'm not sure 2000 or even 200 items is a good use case for a wheel? A roulette wheel has about 40. Why so many? Having said that,...
Hi @prafullkumarBhendwade, Currently the color can only be a [CSS color](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value). Because this library uses the Canvas API, it would need to be done via JavaScript and with a [CanvasGradient](https://developer.mozilla.org/en-US/docs/Web/API/CanvasGradient)....