Ava Apples Affine affine · She/Her
affine opened issue affine/Mycelium#10 2025-07-22 12:08:02 -07:00
Implement table for breaking down standard library procedures into HyphaeVM bytecode.
affine opened issue affine/Mycelium#9 2025-07-22 11:56:18 -07:00
Asynchronicity
affine opened issue affine/Mycelium#8 2025-07-22 11:55:14 -07:00
Debugging Goals
affine opened issue affine/Mycelium#7 2025-07-22 11:48:17 -07:00
Create an 'objdump' esque utility
affine opened issue affine/Mycelium#6 2025-07-22 11:43:51 -07:00
Program loader, saver
affine opened issue affine/Mycelium#5 2025-07-22 11:39:22 -07:00
Instruction set tests
affine opened issue affine/Mycelium#4 2025-07-22 11:37:36 -07:00
EVAL instruction implementation
affine opened issue affine/Mycelium#3 2025-07-22 11:34:18 -07:00
PARSE instruction implementation
affine opened issue affine/Mycelium#2 2025-07-22 11:30:44 -07:00
CAR/CDR instruction behavior bug
affine opened issue affine/Mycelium#1 2025-07-22 11:30:08 -07:00
CONS instruction implementation
affine pushed to main at affine/alog 2025-07-21 10:14:13 -07:00
94147823bb add forgejo ci
affine pushed to main at affine/alog 2025-07-21 09:48:28 -07:00
0827a07975 add forgejo ci
affine suggested changes for pentapiper/pupdns#1 2025-07-18 18:14:08 -07:00
packet-parsing

Looks cool. I am excited to see how it goes!

affine commented on pull request pentapiper/pupdns#1 2025-07-18 18:13:47 -07:00
packet-parsing

I think both of the structs in this file should be typedef'ed so that you dont need to write 'struct' everywhere.

affine commented on pull request pentapiper/pupdns#1 2025-07-18 18:13:14 -07:00
packet-parsing

Im used to seeing underscores instead of camelcase in C projects, but thats just an opinion.

affine commented on pull request pentapiper/pupdns#1 2025-07-18 18:12:43 -07:00
packet-parsing

What is the point of this getter? I could collapse it down to one line:

affine commented on pull request pentapiper/pupdns#1 2025-07-18 18:05:33 -07:00
packet-parsing

I think there is a way to leave this at 53 and then use compiler flags to redefine it. Might be a good idea.

affine commented on pull request pentapiper/pupdns#1 2025-07-18 18:03:18 -07:00
packet-parsing

recommend typedef'ing this so that you can use DNSRequest as a first class type name and not need to add "struct" everywhere.

affine pushed to main at affine/prototype-unit-cli 2025-07-18 16:00:36 -07:00
33dee3c4d1 address compiler warnings
4e32355923 allow overriding docker repo and image tag
6cf99b26ec update api to fix put requests copying data buffer
a6bd8f167d elaborate on readme instructions for unitctl
66c33650ff implement a rudimentary endpoint search mechanism
affine created branch main in affine/prototype-unit-cli 2025-07-18 16:00:36 -07:00