Khaled Hammouda
Khaled Hammouda
I'm running into a variation of this issue, which uses `ref` semantics for the base and derived types, and while using `--os:any` and `-passl:"-nostdlib"` (I'm writing a kernel, and providing...
@Araq If you have a few minutes can you elaborate on whether the above is a bug or not?
Fair enough. Thanks.
The case for authorization-based (or capability-based) route definitions seems to be very common for sufficiently sophisticated apps. In my case (somewhat similar to @nickforddesign's), I'd love to be able to...
I updated the title/description to remove the issue about nullability. It turns out to be an issue on our side. The policy tags, however, are still not populated as expected...
Adding my voice to this. This is a weird design choice. In many cases we start with a single command and then add more later. If someone depends on the...
I'm interested in this discussion from the point of view of developing for a freestanding environment, e.g. hobby kernels/OSs, embedded, etc. I currently have a hobby kernel implementation in Nim,...
It's a good idea to log the original exception for sure. I was hoping also for a solution to the main problem, which is how can I use spark-redshift to...
> Does this RFC also mean to affect `new(x)` and `MyObjectConstr(fields...)`? It's not clear. Yes. I added more examples in the code examples section.
My use case is similar, allocating page tables for x86_64. For early boot, I have a simple static array that I use as a bump-pointer based heap. I implement `malloc`,...