Josh Wolfe

Results 103 comments of Josh Wolfe

My first interpretation of `@stack_size(function)` was that it was the immediate stack requirement just for that function, not the transitive worse case. The most concise and complete name i can...

`@compileError()` takes a msg parameter, so testing for such an error should also take a msg that must match. How about: ```zig test "fork" { switch(builtin.os) { Os.linux, Os.darwin, Os.macosx,...

don't forget page up and page down.

effectively push up or down n times where n is the number of items that fit vertically in the widget's display area.

Hm. I'm not able to reproduce your problem. Here's what it looks like for me in Firefox 46: ![screenshot](https://cloud.githubusercontent.com/assets/87436/14866762/09a9c8ca-0c7a-11e6-9261-a3610bfccf03.png) I confirmed that the debian package for `firefox` I'm using depends...

Groove Basin also depends on file system change notifications. Would that be required for an alternate backend?

What do you mean by DSP support? Do you a standard library that uses cpu-specific dsp assembly instructions?

Oh i'm sorry. I thought this issue was in a different repo. derp. Your question makes a lot more sense now.

That's a good idea.

I was thinking if the last snake is removed by an editor action, then it's an error instead of a victory. If the last snake is removed by hitting the...