Boscop
Boscop
 https://github.com/regl-project/regl/blob/8f26f111a913cd9f7f239ebcdf691189e82c7a5f/lib/util/check.js#L300 https://github.com/regl-project/regl/blob/8f26f111a913cd9f7f239ebcdf691189e82c7a5f/lib/util/check.js#L211 It should show the actual error with line number in the shader source. This fragment shader is working in chrome but not in IE11 (others are working...
I have a client and server and common crate in a workspace, if I build the client, then the server, then the client again, it recompiles all the deps unnecessarily....
It would be useful to have metadata like in gRPC or HTTP Headers for authentication data that should be sent with every request. (And then on top of that it...
Some of my service's method need to access the db, which means they would block the current thread. Does that mean I should use the `SyncService` instead of `FutureService`? But...
When I run the throughput example on Windows 8.1, it succeeds the first time but the next times I run it, I get `ERROR:tarpc::future::server: While processing incoming connections: Either the...
I'm using lld: ```toml [target.x86_64-pc-windows-msvc] linker = "lld-link" rustflags = ["-C", "link-arg=-fuse-ld=lld"] ``` And ```toml mimalloc = { version = "0.1.12", default-features = false } ``` It fails with: ```...
Thanks for making this useful tool :) I have a question: How can I get rid of this unnecessary header with the fake tab? (A pseudo tab inside the actual...
Thanks for this extension :) Any idea why this extension doesn't work on Shadertoy with VR shaders? E.g. if I go to https://www.shadertoy.com/view/llj3Rz and click on the VR button, it...
Tracking issue for antialiased primitives. * [ ] #635 * [ ] `Polyline` * [ ] `Rectangle` * [ ] `Circle` * [ ] `Ellipse` * [ ] `Rounded rectangle`...
Is it possible to draw rectangles with semi-transparent fill color? If not, it would be very useful to add this :)