-
This is a continuation of #2, that I am splitting off into its own issue.
For this issue, I'd like to investigate the following:
- Generating Javascript files which contain arrays of 46,656 wo…
dmuth updated
5 years ago
-
This isn't easily possible today without code changes. The main issue is that the dependency closure of `pkg/backend/display` is rather large, and includes packages that cannot target `GOOS=js GOARCH=…
-
One remaining thing we haven't yet handled is the BasicDoc "Change" model (https://github.com/riboseinc/basicdoc-models#change).
The Change/ChangeSet models represents a singular or plural change i…
-
Steps to reproduce:
1. Grab https://pengaru.com/~vc/tmp/solvespace-repro/*
2. In a new SolveSpace session, select New Group -> Link Assemble, select core-half.slvs from the above linked set of f…
-
For the past few months (~beginning of November), I haven't been able to build EKAT successfully on my mac laptop with an M1 chip that's on macos Monterey. First, the EKAT version I've been using (66…
-
I was trying to do this with DynamicMap, but kept getting errors when I tried instantiating a DynamicMap inside a DynamicMap callback. I have some data that looks (roughly) like:
```
{ project1: …
-
There is often a need for a fast, persistent scratch space when working with and compiling large projects (such as Pytorch). At the moment, users can add an ephemeral scratch space per user by modifyi…
-
Steno expects action implementations to meet a few invariants (these come from distributed sagas in general):
- actions are idempotent
- undo actions are idempotent
- "undo" should be commutative…
-
It looks like the way English localisations are handled right now is by using the key if no localisation file is found. There is no `en` file, only a file for each other language.
The code calls a …
-
**Backstory:** For reasons of needing more precision, I have forked this library and made some modifications to allow it to parse coordinates as something other than `f32`. I am not complaining about …