Martin Buck

Results 8 issues of Martin Buck

Within the documentation most parameters are described as `file`. But it seems like the parameters are actually `strings` (at least in many cases). I think it makes sense to update...

[rust_3d](https://docs.rs/rust-3d) might be a good fit for the `Geometry` section.

I tried opening a binary .ply file with float64 precision. The assertion in https://github.com/cnr-isti-vclab/vcglib/blob/master/wrap/ply/plylib.cpp#L186 is triggered in that case. float32 is working fine

Maybe I'm missing something, but it seems like enabling double buffering also causes vsync to be enabled. As in my frame time going from `1ms` to e.g. `16ms` solely by...

I can't find a solution for parsing an array of values such as: Form parameters ``` foo = ["a", "b", "c"] bar = true ``` In rouille ``` let data...

Displaying something similar to ".cabal invalid" or "ghci can't be run" would be better instead. Fixing the .cabal could then result in ghcid running properly again.

The documentation on Hackage is broken for the more recent versions. Here non of the hyperlinks seem to work.