Sarah Groß
Sarah Groß
I just did a quick proof-of-concept here: https://github.com/opentypejs/opentype.js/tree/font-face (_font-inspector.html_) It's as easy as ```html textarea { font-family: "OpentypeJsPreview"; } ``` ```js document.getElementById('opentypejs-preview-fontface').innerHTML = ` @font-face { font-family: "OpentypeJsPreview"; src: url('${URL.createObjectURL(new...
Maybe we're overestimating the JS-savvyness of our user base. I definitely want to add the functionality at some point, it's just not a priority right now. Let's keep the issue...
Any progress on this? I need to send a final API request before my App quits, and so far I got this workling only when the App is manually closed,...
So, here's what I tried to get this to work: (this.quitApp() is a method that tries to grecefully shut down the app, hiding it and removing it from the taskbar...
Interesting! So if I get that right, you would basically create a hidden window with node-win32-api and listen to the message there, prevent shutdown and meanwhile trigger any graceful shutdown...
I'm stuck trying to implement the win32-api example, it doesn't seem to play well with webpack, but even when I use `nw.require()` instead, I get a bunch of error messages......
Hey, that's great! You can find the finished and missing characters on the status page: https://connum.github.io/hanzivg/status_hsk.html The characters go into hanzi folder. Please see the readme for the creation process.
Hi there and thanks for that interesting proposal! I'm not actively learning Mandarin right now, so that's why my motivation to work on this has been diminished! 😉 If I...
There is also the `postRemoveRxCollection` hook that might help? By the way, there already is an `RxCollection.remove$` observable, but it only gets triggered on single document deletion.
> You probably mean just `postRemove`, or do we have some hook that wasn't mentioned in the documentation? No, `postRemoveRxCollection` is what I found in the code base, and it...