naorzr

Results 7 issues of naorzr

Hey @TylorS , I've read through the readme and so far liked what you're doing! If you're open for contributions it would be great if you could add a contributor...

from the answer posted it seems like n*n^2 is in the same equivalence class as n^2, which obviously it isn't. n*n^2 is asymptotically greater in a magnitude than n^2. (can...

as title states, the root cause is react-inspector as it seems, though I didn't find any opened issue there. at 3.2.2 of `console-feed` it works as expected

trying to do something like this ```go package main import ( "github.com/gopherjs/gopherjs/js" ) func exampleFunc(p *string) *string { return p } func main() { js.Global.Set("exampleFunc", exampleFunc) } ``` results in...

bug

Hello! I've been experimenting these past 2 weeks on my spare time, trying to expose a `runCode` global at the frontend, that will allow users to run arbitrary Go code,...

I was wondering, do you think this approach can be used to run rust in the browser? if so, how would you go about it? btw, awesome project!

Thanks for your contribution, is this project still relevant though and useable?