Luminescent

Results 11 comments of Luminescent

It only requires a miniscule amount of work if [mock-fs](https://github.com/tschaub/mock-fs) is used. You [literally just require mock-fs in place of NodeJS's fs module](https://github.com/tschaub/mock-fs#creating-a-new-fs-module-instead-of-modifying-the-original) and ensure [the sole dependency of this...

@d3x0r For consistency reasons, I prefer to use Ninja+MSVC. But for some reason, I can't get a successful configure with cmake-js. The CMake tools extension for VSCode configures and builds...

So I've finally got Ninja+MSVC running smoothly. 2 things to note: - Not sure if this also happens on NPM, but with Yarn, Ninja keeps trying to use node_modules/.bin/rc as...

Apologies. Here's an example. ![image](https://user-images.githubusercontent.com/6457338/179942362-11e1db58-8a18-4a20-9465-beda57e7a673.png) This show follows TVDB conventions but I want to put it in [its anidb4 relational order](https://anidb.net/anime/2659/relation/graph) such that: - S1 -> S1 - S2 ->...

@way2muchnoise I figured out 4 ways to do it so far: - **Rip ThermalExpansion's code that registers crop output using RegEx to transform whatever you can to your own code's...

How about offloading the regex processing onto a [web worker](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers) so it doesn't block the browser?

I think it would be better to instead pause the processing after 250ms, giving the user a small warning notification that it is paused due to timing out with a...

@f11894 This is a good start. Interesting note, caffe is a miniscule amount better at magnifying than ncnn. You mind plotting SSIM for denoise only with all models?

Just an update on this: I've made a quick preact component a while back that emulates the rect and opacity/visibility of a unmanaged element in a managed element which would...