malte-v
malte-v
Similar to #175 I get an error message box containing a stack trace when trying to debug my application with gdb. launch.json: ```json { "version": "0.2.0", "configurations": [ { "name":...
I recently wanted to use these and found out that they don't exist. Not actually sure if they are sound in Reflex, but if they are, I think we should...
This issue is about porting `Signal` to Windows and therefore making it possible to implement other relevant features like `Process`. Short introduction (moved from #5430): -- [Microsft doc about signals](https://docs.microsoft.com/en-us/previous-versions/xdkz3x12(v%3Dvs.140))...
**Describe the bug** I'm trying to get a GHCi REPL using `ahc-cabal new-repl`. Instead of giving me a REPL, it prints the following error: ``` ➜ asterius podman run -it...
Hi! First off, I'd like to thank you for making this awesome tool. It works very reliably! Now, I have a little suggestion concerning the UI flow when adding a...
It would be really useful to me if we could specify additional command line arguments for Blender, like the --debug* ones. I was thinking of adding an array of strings...
Title says it all. If not, I guess it wouldn't be that much work since this project anready handles a lot of the AOSP build system? Please correct me if...
In the specification, the parameter `pipelineCache` of `vkCreateGraphicsPipelines` is defined as optional: > pipelineCache is either VK_NULL_HANDLE, indicating that pipeline caching is disabled; or the handle of a valid pipeline...
Could you add a way to stop the formatter from turning this.. ```stylus grid-template: "header" 40px \ "main-router" 1fr \ "footer" 30px \ / 1fr \ ``` ...into this: ```stylus...
One thing I really like about Kakoune is that it lets me use my X11 window manager for window management (duh) while still sharing buffers across windows. Kakoune achieves this...