Lucas Hosseini
Lucas Hosseini
@bdmac Could you open a separate issue in which you provide your models, serializers and `render` calls?
@mepatterson Could you open a separate issue adding the current output you're getting?
> Like I said, I'm wondering whether we could make the syntax more user-friendly. Turns out, the type constraint on `EagerCollection.map`, forcing the mapper's constructor parameters to be `...params: Params`...
Building the packages from source requires the skiplang tool chain (which you can build/install by invoking `make && make install` in `skiplang/compiler`, provided you have `clang` version 15 available). If...
> Also... I needed to run: > > ``` > git submodule init > git submodule update > ``` > > Before I could make the compiler. That's correct, submodules...
Nice. If we start supporting several versions of `LLVM`, we should have CI jobs for the compiler tests using each supported (major) version.
> Most of this isn't specific to macOS right? It would be better to divide into 2 PRs I think. That's correct. The aim of this branch is to get...
There has been a bit of drift since then, but initially there was (IIRC) only `core`, `server` and `helpers` (and `client` but that was before SSE), i.e. no `api`, no...
Could you try with `cudatoolkit=11.3`?
Also, which version of Python are you using?