Results 106 comments of Blake Miner

I don't think many changes are needed to make this happen. My Raspberry Pi 4 (armv7l) reports `build.Default.GOARCH` as "arm". `$ cat arch.go` ```go package main import ( "fmt" "go/build"...

Might also be worthwhile to expose `fs.constants` while you're at it?

I agree. This is an issue. In Go, context cancellation is checked by reading from a channel returned by Done(). No memory leaks in Go. Here's my solution for JavaScript:...

If the above code works, I think documentation changes are in order. Thoughts?

Not really. I'm not too interested in Meteor anymore either... I've been thinking about [Riot.js](http://riotjs.com/) integration instead.

@CodeLenny - Sorry for the very delayed response. Live UI is pretty dead at the moment. It would take a fair amount of work to get it going again. It...

@CodeLenny - I might have some time over the holiday to work on this. Blade v4 would be a re-design with some language features removed. For sure the `-` code...

Interesting. Thanks for the feedback! I'm curious... how do you use `-` code blocks? Do you do simple conditionals (if/then/else)? Iteration over an array/collection? More advanced iteration? JS functions? I'm...

Hm, good to know. I've pretty much done the same sort of stuff... (`if`, `else`, `for`, `var`). Nothing too crazy. Sometimes my looping constructs are a bit more complicated than...

I agree. Flexibility and backwards-compatibility are definitely important. I'll keep that in mind. Due to my crazy work schedule, I probably won't have time to start on this until February....