Johannes Krause

Results 7 issues of Johannes Krause

I think it would be very useful to be able to create read-only snapshots of the World state. For example when running different threads for graphics and game logic, the...

discussion

Currently, Ormolu always seems to format record updates and patterns with a space between the record data constructor or variable and the `{` like this: `foo {bar}` instead of alternatives...

style

I managed to shoot myself in the foot by reading back an array that was set via `setListCountAndRef` by extracting the `Ptr` near the end of the lifetime of a...

Do the USB ports support the power delivery standard? Especially when used together with the THR42.

In Numeric.Matrix: `perspective` and `orthogonal` currently follow OpenGL conventions. They require negative `near` and `far` values, otherwise they produce bogus Z values and messed up signs. The haddock comment on...

Not sure if that's a limitation of haddock, but pattern synonyms like `Vec2` don't appear in the haddock output of `Numeric.Vector`, despite being re-exported there. They should be mentioned somewhere,...

Example Scenario: - Let there be a layer called LAYER. - Multiple keys have a `&mo LAYER` behavior. - Two or more of those keys get pressed down, not letting...