crazymonkyyy
crazymonkyyy
this is probably supposed to be solved a different way, but if you look your not uploading the theme to github it has some sort of complex relationship; so something...
thats a global setting and I have both big posts and shit posts :shrug:
> This is a generic DBUS message from the backing store we need to persist credentials, and it's really all the context we see from the application side. I'd suggest...
It was already "monkyyy.science", I added the http just to be sure does it work with thunderbird with other sites?, feedly always worked for me but I verified that thunderbird...
> I have my own forked repository now. If I get around to it, I may make this and commit it. > > Should the overloaded versions of the functions...
I'm using this command in a lazily reargended folder `ldc2 -I./raylib -c -betterC -mtriple=wasm32-unknown-unknown-wasm app.d` to get the errors Im not going to be using dub since I have no...
> version my hello world that works on both passed to a c compiler and dmd ... its hell honestly, wasmstd is going to be an ugly hack on ugly...
https://github.com/schveiguy/raylib-d/blob/07f79053b471efa674b20f1bee9e81edfb92eb58/source/raylib/raymathext.d#L5 ```d template FieldNameTuple(T) { static if (is(T == struct) || is(T == union)) alias FieldNameTuple = staticMap!(NameOf, T.tupleof[0 .. $ - isNested!T]); else static if (is(T == class) ||...
I'm more then a little confused by the repeated comments that gc this or gc that effects this. If you allocate a large array only a very very bad gc...
Not to have good data containers? I feel like your grouping my poor esteem for std.containers with the goals std.experimental.allocators; I'm not really interesting in custom allocators.