Arnaud Boeglin
Arnaud Boeglin
Hi, since Digital Ocean now got kubernetes clusters, I wondered if it would be possible to somehow get a digitalocean_volume resource to work with a kubernetes_persistent_volume_claim resource ? Or directly...
Instead of installing latest, is there currently a way to install a specific msys2 version? If not, would that be complicated to add? If we always have the latest I...
I've been searching and trying around all night with no success, mostly tried different linker options and playing with the GCOVProfiler Pass without success. So I thought I'd eventually ask...
I’ve never published a package to hackage, but what does it take? If anyone would point me in the direction I’d be happy to help. The last update is from...
According to comments in this post : https://akomljen.com/get-kubernetes-logs-with-efk-stack-in-5-minutes/, it seems a lot of people struggle to get it running. ``` k get pods -n logging NAME READY STATUS RESTARTS AGE...
Dear maintainers, I have a fork in which I fixed a few small things: - made Setup.hs work for mingw - Fixed a wrong type for DILocalVariable ( using CString...
I've been playing with Haskeline for the past hours and found a small issue that seems related to this one: https://github.com/judah/haskeline/issues/162. So whenever I hit ctrl-C the program exits although...
### Issue description I have a sprite sheet that works fine when loaded as png but fails when loaded as DXT. I've tried different softwares to generate it. Texture packer,...
Compiler missing checks: - Instance overlap ( `Show (List a)` and `Show (List Number)` for example overlap ) - Verify completeness of instances ( that all methods are implemented )
## Symptoms: 1. What did you expect to happen? When running tests and the top level test is not of the right type and/or calling `test(..)`, the compiler should report...