Simon Pettersson

Results 10 issues of Simon Pettersson

https://github.com/nlohmann/crow/blob/ded07ab606c019eae9d47a885a8adfaf18bb0205/include/crow/crow.hpp#L239

I'm trying to optimize my build containers that I run on gitlab.com but just adding cachix to the image increases the image size by ~4GB. I've tried manually walking the...

This patch adds a `dmoj-rest` server. It's an initial draft that's good enough for my use case but it definitely needs improvements. Please leave feedback!

The following code calculates the angular acceleration when applying torque to a body with a given rotational inertia. However, the resulting unit `[N/(kg*m)]` should be convertible to `[rad/s^2]`. What support...

## Problem I need a way to display a scrolling list of widgets, similar to i.e. [card collections in material design](https://material.io/components/cards#card-collections). To do this I wrote a simple widget that...

enhancement

Committ borde heta begå istället för förbinda.

I am trying to figure out how one would implement multiple instances of a component. Is having a component like `struct MyComponent { std::vector impl; }` the suggested way to...

There is a circular dependency here. I'll try to figure out how to resolve it myself I presume. It would be a good idea to run the tests with valgrind...

The MessageBus class is declared as exported in the types.d.ts file, but in reality it is not exported in the index.js file. This causes weird and hard to troubleshoot errors...

**Hello!** First off, I want to thank you for creating this amazing project. I found out about it on Floyd Steinberg's YouTube channel just a few days ago, and I've...