-
Paint -> Oil + Clotting Agent. Etc. Color is decided on reaction based on the color of all other reagents in the beaker. Paint can also be resolved into a reagent by grinding crayons (for the respecti…
-
I had seen this _elsewhere_ and for the longest time we I thought we had it on yog but I was upset to find that it wasn't quite here. This little baby of a syringe gun is for the inconspicuous bastard…
-
It seems like you're thrashing the DOM with recalcs by calculating `rect`s directly in a `scroll` listener. Have you considered sampling the DOM less often (perhaps with `requestAnimationFrame`)?
-
Multiple people have expressed confusion over the lack of a `GetData()` method on the `Texture2D` class. A new sample project, and perhaps additional documentation, could probably be useful for helpin…
-
For this snippet -
```
const observer = require("@risingstack/nx-observe");
let context = observer.observable({"name" : "a"});
const signal = observer.observe(()=>console.log(context.name))…
-
Follow-on from #551. Ping @semioticrobotic.
##### Drafts
1. [~~Part 2~~](https://medium.com/@whit537/part-2-308ffbfdf15d)
2. [~~Part 2~~](https://medium.com/@whit537/part-2-490d93857f82)
3. [**on Goog…
-
As [the essay of the lisp curse](http://www.winestockwebdesign.com/Essays/Lisp_Curse.html) predicts we already have some fragmentation in the very young CLJS RN space: re-natal vs [boot-react-native](…
-
Design a way to compare MagicScaler and Imageflow performance and image quality
> Here's a copy of the test harness that produced all my numbers and screenshots: https://github.com/saucecontrol/Scale…
-
In some cases (in eg SVG 1 or 2 or CSS), setting/changing opacity changes the stacking order / changes which items overlap which. That is very surprising for the user of your technology / the SVG/web …
-
There have been multiple requests for HLSL -> SPIR-V translation. Given the likelihood of multiple ways of doing this and multiple parties interested in it, this is a place to discuss.
One possible …