Schell Carl Scivally

Results 69 issues of Schell Carl Scivally

Set up a benchmarking suite (criterion). Create a shell script/steeloverseer task for easily building and running a profiling demo and displaying graphed results.

`to` uses `snoc` under the hood, which is O(n^2) - when building lots of geometry the CPU time is unacceptable, eg: ```haskell setGeometry $ vertices $ mapM to [ mkvert...

Let's get some good docs going.

help wanted

This is a pipe dream feature request but what the heck - it would be great to see TH splices for a given TH call in a quickview window!

Hiya, first - thanks for your crate! I'm attempting to build on an M1 Mac and am running into the following error: ``` --- stderr make command = "make" "TARGET=aarch64"...

First of all, thank you for this great crate! It seems that if a code block contains a markdown element like a header, the code block is cut short. Here...

```rust pub struct Geometry { /// Should we use smooth shading when rendering this? pub smooth_shading_group: usize, ... } ``` Is this field ever used? I can't find anything in...

discussion

I really don't know if this is possible, but I'm referring to capability records like: ```haskell data LogCap (m :: Type -> Type) = LogCap { logInfo :: String ->...

Thank you for this nice crate. When trying to set up my rpi as a bluetooth keyboard I run into the following error, specifically while setting the device class: ```rust...

Radio button, pulldown, etc.

enhancement