Wooster

Results 104 comments of Wooster

Spaces are a very ugly way to align this. Often it's not possible to align correctly. If you look at your screenshot closely you can see how inconsistent the alignment...

Can't it be hosted on GitHub Pages?

There's an error in CI related to this PR.

Did you reported it on https://github.com/crystal-lang/crystal/issues ?

Yes, I am having the same issue. `#![no_std]` gives me this false error: ![image](https://user-images.githubusercontent.com/35064754/114000844-a7d2fb80-985b-11eb-9277-c6bb1dde5c74.png) There is #729 which was closed with this fix: ``` { "rust.target": "thumbv7em-none-eabihf", "rust.all_targets": false }...

Please allow capturing only system audio. I'm in a situation where I now have to play with both `getUserMedia` and `getDisplayMedia` to hopefully allow the user to just share their...

Some more thoughts on this: * `@dbg` should compile-error if `@import("builtin").mode != .Debug`. * Maybe we can remove `std.debug.print` or `std.log.debug` in favor of `@dbg`. Not sure about this though....

FWIW there's a memcmp.zig (https://github.com/ziglang/zig/blob/master/lib/compiler_rt/memcmp.zig) that seems to be completely unreferenced in the entire codebase (dead file) and it seems like it could be used for a `@memcmp` builtin.

`Random.enumValue` seems to suffer the same issue: https://github.com/ziglang/zig/blob/680d3cd1fc285a661bb32f90090a8ea2da986f75/lib/std/rand.zig#L70 So we should probably come up with a solution that fixes that too. I'm not sure the fix is as simple as...