Davy Landman

Results 62 issues of Davy Landman

clang & gcc were giving a warning (either with `-Wpedantic` or `-Werror`) about using defined as an expansion, it was fine as it was only expanded inside preprocessor, but here...

So, after adding a custom ipv6 dns entry, the proxy started crashing when I was not on a network with a ipv6 IP address. I fixed it by disabling ipv6...

bug

Currently the backups are all gziped, which makes perfect sense. For our use case we are storing the backups on a share that gets daily backups (using [borgbackup](https://www.borgbackup.org/)). However, the...

**Describe the bug** Profiler reports the top-level function even nested closures. **To Reproduce** ``` import IO; int () parent() { int child() { result = 0; for (i

bug

**Is your feature request related to a problem? Please describe.** Currently the `list` feature only returns a array of strings (the entries), however if we would return a list of...

Build: - https://github.com/usethesource/rascal/actions/runs/1578764861 is still roughly 30 minutes - https://github.com/usethesource/rascal/actions/runs/1587747510 (switching to rascal-maven-plugin 0.6.1) takes 3h - Then there is some work to stop some build phases from happening twice...

bug

This will help reduce our jar size and external dependencies.

On my stock pixel 2, I've had to recharge twice today already. (Normally I get through the day without problems) I opened up my battery usage page, and see intra...

I love the intra app! But every morning, after my pixel 2 has charged, and was connected to the same WiFi network, all DNS requests are broken. Opening the app,...

Thanks to this great library and the example code I managed to make a nice heat-camera. I've ended up extending the [Thermal Cam Interpolate](https://github.com/adafruit/Adafruit_AMG88xx/tree/master/examples/thermal_cam_interpolate) example by adding temporal smoothing and...