Charlie Greenman

Results 36 comments of Charlie Greenman

Sorry, things have been taking a while. Plan on diving back into this in a week or so.

Hey @elrumordelaluz I just wanted to let you know, I've been working on a V2. I plan on implementing some features we talked about a year, ago. However, I am...

Ha, it's going to be with React. I am going to make it vanilla to begin with though, and then convert over to react. Then merge it back over, or...

Just thought I would let you know. The vanilla JS example is complete. I am moving on to React with Lodash in mind. Thank you. https://github.com/CharlieGreenman/pixelLight

Yes, the vanilla version has been given it's own repository https://github.com/CharlieGreenman/codeIllustrator. The github.io link is http://charliegreenman.github.io/codeILL/. Thanks :)

any work being done on this one? I just came across this issue today using the latest webview-ui-toolkit version

That's pretty funny. I found a workaround via overriding component so it worked out in the end. Thank you again

I was able to get around by creating a custom in memory storage solution: ``` class CustomStorageProvider implements SimpleStorage { private storage: { [key: string]: string } = {}; getItem(key:...

I created a new issue here: https://github.com/quilljs/quill/issues/4194