Oleksandr Nikitin

Results 56 issues of Oleksandr Nikitin

If the demoed component crashes, it would be great to show error instead of crashing the entire webpage :) Unrelated: react-heatpack does not work for me, and recommends switching to...

just curious. would be quite funny if it does outperform both mmapv1 and wiredtiger :)

Electron apps can bundle JS code in the asar archive and transparently access files from there. Is something similar possible for launchUI apps? Would like to avoid deploying tons of...

Electron-packager uses squirrel to enable transparent automatic updates. Complete integration would also require a bit of support from vuido/proton native, but packaging looks like more important part

As of v1.4.0, importing like ``` import {red,white,brightWhite} from 'colors/safe' ``` errors on the `brightWhite` import

the browser pane is often small, would be very useful to be able to zoom out

`(fun f -> (fun x -> f (fun v -> (x x) v)) (fun x -> f (fun v -> (x x) v)))` gives `((((a & a) -> (b |...

Is there a description on why mlsub chooses {x: T1|T2, y: T3|T4} over {x:T1,y:T3}|{x:T2,y:T4} when computing a type union of {x:T1,y:T3} and {x:T2,y:T4}? I understand that both typings are technically...

what's the license for the provided mlsub typechecker code? MIT?