Alexandru Barbur

Results 36 comments of Alexandru Barbur

This is a significant limitation in the current implementation of this crate. Between the lack of support for Avro protocols and unions of multiple named types it's pretty much impossible...

Actually it seems #76 adds support for this.

Am I missing something or does the SPEC file refer to several missing sources and patches?

> I was sitting down with pen & paper thinking about how I'd design this from scratch... The big question I was asking myself: Why do the RPC in AMQP-land,...

When running inference in production for user-facing functionality I think latency is likely to be an important metric. For that reason alone I think preferring push instead of polling semantics...

I'd like to take a stab at this. Should the CLI only use the OS API or can it depend on newlib? It's obviously doable either way (ex: assembly version...

So I've made some progress, you can see what I have so far in my master branch here: https://github.com/CtrlC-Root/BareMetal-OS/blob/master/programs/shell/shell.c. However, I think I may have run into a slight problem....

I've thought about this a bit and I can see the following options. 1) We compile the shell application with a different base address. We modify the CLI code to...

I'm willing to agree on limiting it to the OS API on principle but compiling and using newlib is really not that difficult. I'm actually almost done setting up the...

Well, whenever you reach a decision, I would be more than happy to help implement this issue (and probably more in the future). I'm using BareMetal OS as the basis...