Jonathan Castello

Results 11 comments of Jonathan Castello

Where's the fun in that? :)

For a domain I'm interested in, it is hard to support convenient authoring of domain entities without either adding lots of imports or indexing into a record. The former adds...

Okay. I'm just adding things to the issue tracker as they come up.

@krasin, it looks like DCPU-16 assembler directives are going to start with a `#` rather than a `.`. Is there any way to make LLVM emit that instead?

@krasin: As far as I know, it's based on a leaked version of the 0x10c source. I don't really care to peruse it myself, but I was shown the simple...

Yes, but the other source (which, as I mentioned, I didn't actually peruse myself) is the leaked 0x10c source. Here, I dug the relevant paste out of my history for...

I'd love to see this implemented as well -- I'm working on a development involving symmetric monoidal categories, and Id love to use the techniques in [this paper](https://arxiv.org/abs/2103.06195v2) to write...

As a thought, would it be difficult to set up a sidecar API for managing file uploads? I think this alternative was raised quite some time ago (over a year...

Ahh, I see. 🤔 Would it be improper to use the file upload infrastructure here? Users could upload external datasets as files (CSV?), then batch-load them through a custom action....