Kuba Sunderland-Ober
Kuba Sunderland-Ober
I have a native port using Mingw underway, so perhaps this won't be necessary although it won't hurt obviously.
The JS-to-C++ via Python is a crazy route. I specifically want a translation that looks nice :) The universal transpiler seems like a very general tool - is it ever...
Suppose now `Element` type may be one of `[Type[c_int32], Union[c_int32, int]], [Type[c_void_p], Union[c_void_p, Type[None]]]`, etc. Lots of possible types - too many to list. But they'd generally follow some sort...
You can rewrite git history :) You can edit the early commits, and force push the repo to update it. I find that doing this via command line is no...
That did the trick. Thank you! The style log is a useful thing to know about as well.
> It seems there are no tools capable in handling encoding. Even if the tools *were* capable, how would you expect to pass that knowledge to them? That one file...
I'll see what's available for Mac, as I develop on Mac too.
This work has been done a couple times already it would seem :) https://github.com/KubaO/elkhound is cloned from a repo that had cmake transition done in 2019. Tim Wanders did that...
There's a point at which working around capnp's runtime library's central ideas is much harder than writing a new C or C++ code generator that emits more straightforward code. The...
It's a horrible hack at the moment, but it has potential, so I'll work on it some more and then put it up. Might be weeks from now though. Another...