Abastro
Abastro
Hello, I ran into this library after browsing random projects. I noticed this part: > Fast - Performance is competitive with Rust ECS libraries (see benchmark results below) However, I...
Added 'FlexibleContexts' in Conversions.hs to support GHC 9.2.2. It doesn't seem to have issues running on Linux, example programs also work well. I changed hie.yaml to use cabal instead of...
I was quite baffled when I faced the following crash: ``` pulpbar: Received unexpected nullPtr in "desktopAppInfoGetStartupWmClass". This might be a bug in the introspection data, or perhaps a use-after-free...
I tried to run accelerate library to run with CUDA, but the following error happened. ``` src/Foreign/CUDA/Driver/Context/Primary.chs:139: (column 15) [ERROR] >>> Unknown identifier! Cannot find a definition for `cuDevicePrimaryCtxRelease' in...
Hello, I have 2 questions regarding custom widget. 1. How do I add a new style properties? Last time I tried `widgetClassInstallStyleProperty`, the style property was not recognized. 2. How...
--- Please include the following checklist in your PR: * [ ] Patches conform to the [coding conventions](https://github.com/haskell/cabal/blob/master/CONTRIBUTING.md#conventions). * [ ] Any changes that could be relevant to users [have...
**Describe the bug** At some point, I added `process >= 1.6.14` as that version fixed a bug. After a while, I tried to build a test and it failed: I...
Just discovered this while trying to conjure `Event a -> Event (Event a)` up for convenience. Documentation states the semantics as: ```hs once e = \time0 -> take 1 [(t,...
I found that `unregister` is not called when events are GC-ed. In fact, the `unregister` functionality is discarded entirely in `fromAddHandler` call. Could you make it so that it calls...
I'd like to know when these error message improvements would be reflected on the upstream GHC. Surely such a communication would help many others as well. Could you prepare some...