Samuel Nicholas
Samuel Nicholas
> I brought back `.dev` to object suffixes. Now, only the binary itself loses the `.dev` suffix. This preserves fast build times when switching between `dev_build=yes` and `dev_build=no` frequently. I...
is this still a problem after #1680 is merged?
you asked.. so.. I was confused as to the point of the document, it wasnt clear intially what the purpose of separating out the build system was to me and...
Is there some planning issue or document I could review to get my bearings on requests for review?
> Hard disagree on that. Getting started would mean getting some first result like the typical print("Hello World") in every programming language. It should not contain more detailed information. We...
sweet! beans...time to do some learning to get my idea up and running.
hola, i tried this: curl -u 11008 -H "Content-Type: application/json" -X POST -d '{"username":"davidrevoy","amount":5, "period":"monthly" }' https://liberapay.com/about/me/tips.json and I didn't manage to change an existing tip for davidrevoy, then i...
Also I had a big long streaming session with my mate regarding how we might implement our side of things and what we need from librepay. if you were inclined...
I naively copied the example into a test module and get this error: ``` .\core/variant/typed_array.h(60): error C2838: 'get_class_static': illegal qualified name in member declaration .\core/variant/typed_array.h(60): note: the template instantiation context...
> The CI didn't fail, because it looks like the jobs that build the test project didn't run? I'm not sure what that's about. thats probably my fault from when...