jacereda
jacereda
On Windows, nim reports errors with a path like `c:\Users\...`. So, this regex should include `:`. https://github.com/nim-lang/nim-mode/blob/16a245e4974d21a6e9e7163e7fbfb50a0bd89f99/nim-compile.el#L175
Looks like `pulp publish` will overwrite a previous package by the same name. Happened to me right now when I published https://github.com/jacereda/purescript-benchmark There was already a package on Pursuit: https://github.com/cyrbon/purescript-benchmark
There're a couple of references to `psc-bundle` in chapter 10.
First attempt: `build.sh` in project root: ``` 1) Building /Users/jacereda/src/fsharp/fable-graphics/bindings/Fable.Graphics.fsproj failed with exitcode 1. 2) FS0039: /Users/jacereda/src/fsharp/fable-graphics/bindings/fable-import-phaser/Fable.Import.Phaser.fs(4155,41): The namespace or module 'p2' is not defined. Maybe you want one of...
This PR adds a `RunCuisOnGuix.sh` script. Had to tweak some paths (Guix doesn't follow FHS). Also, `-gdb` didn't work for me, added some changes to fix that.
The sources for 10.2.1 are available on files.pharo.org, but the version wasn't tagged here.
Shouldn't this function be LWS_VISIBLE? https://github.com/warmcat/libwebsockets/blob/8674bf1585c0196f071eb6f0ae2184c9ca053301/include/libwebsockets/lws-ws-ext.h#L188
Hi, This will potentially break code including the header: ://github.com/warmcat/libwebsockets/blob/8674bf1585c0196f071eb6f0ae2184c9ca053301/include/libwebsockets.h#L146 `__func__` is not a preprocessor macro, so this test will redefine the builtin mechanism potentially breaking macros that use __func__...
Hi. Nice project. I was wondering how hard could it be to have source-level debugging. The following seems to work for simple stuff. I guess it would need to be...