Zicklag
Zicklag
> Sorry it took me so long to respond, I knew someone on zulip used Python with shipyard so I asked them a few questions. I also looked into pyo3...
Ah, OK, then yes, "Level 2" would be required. The idea is to have something like this [schema definition example](https://github.com/katharostech/amethyst-scripting-lab/blob/master/schema-parser/example-schema.rs) ( which looks essentially like Rust ) that would describe...
Hey @leudz is there anything I can help with yet? Might get some time over the weekend for this. Don't worry if you haven't gotten to anything yet. :slightly_smiling_face:
Friendly ping. :) Any progress or help I can give?
With the release of the [Bevy game engine](https://bevyengine.org) it looks like I'm going to be building on that for my game engine and therefore probably won't need this anymore. I'm...
I just ran into this in my own project while configuring the permissions for the public role, so that makes it seem related to something that happens while configuring permissions.
I think it would be a lot nicer to skip the OCaml layer if we could use something like HashLink or HxCPP instead. I really like how tiny HashLink is...
I'm getting the same issue on Ubuntu 20.04, but I have clang and nasm in my PATH on my host and it's still saying that `nasm` isn't intalled. How did...
Well, after some struggling with import-transforming CDNs, I finally got buttercup core to work in Deno, and produce a standalone executable suitable for a buttercup CLI. https://github.com/zicklag/buttercup-cli Right now I...
> I'm sorry I haven't responded sooner to this...I'd be more than happy if someone wanted to maintain Deno support of the core library, but I don't personally have the...