00JCIV00

Results 16 comments of 00JCIV00

# AO Plugin Design Draft ## Implementation - Dynamic Loading of Shared Objects - Possibly incorporate ipc or WebSockets down the road? ## Trigger Points ### Initialization - Handle during...

In addition to JSON generation, the KDL format proposed by @jdx for his nascent [usage tool](https://sr.ht/~jdx/usage/) should be supported.

@matu3ba Finally got around to making this generator. If you get a chance, please look at the JSON output, [basic-app-template.json](https://github.com/00JCIV00/cova/files/14230298/basic-app-template.json), that's being generated for the [basic-app](https://github.com/00JCIV00/cova/blob/v0.10.0/examples/basic_app.zig) example. I tried to...

@matu3ba Here's the json directly in case you don't want to download from that link: ```json "Meta Info": { "name": "basic-app", "description": "A basic user management application designed to highlight...

@matu3ba Thank you for suggesting the idea! Regarding your feedback, I want to make sure I'm understanding your terminology correctly. When you say "dependency" in this context, what are you...

Hey! No worries. Hopefully you're feeling better now. If I'm understanding correctly, you've proposed an interesting challenge, but one that I think might be (at least partially) solvable earlier in...

@matu3ba Just wanted to circle back and see if you had any additional feedback on this. Issue #56 may also be of interest to you.

Appreciate the feedback and the heads up! Hopefully a video of that talk is also made available online.

Upon initial inspection, the current usage of `const` is required to share the same Type between comptime and runtime. With the runtime instances being allocated, the usage of `const` and...

Appreciate you pointing this out. The issue is much deeper than that unfortunately. I'll be doing a migration to v0.14 at some point, but I have several projects pinned to...