-
Right now saving happens in the bot's main directory. It would be handy to set a saves folder (like the games and terps folders) and run the interpreters inside game-specific folders inside the saves …
-
Our extensions often retrieve sessions with some given metadata. Currently, each extension maintains a list of its known sessions to facilitate this. This is unnecessarily verbose and error-prone. We …
-
Related to: #1583
In the `setup.py` script minimal Python version is set to `3.6`
https://github.com/kernelci/kernelci-core/blob/d4050f59a1f196d0644f8602bc7f715895f4270b/setup.py#L70
https://…
-
Me and @JeffersGlass had a very lengthy conversation in Discord that started here: https://discord.com/channels/972017612454232116/972020206538997822/1250818968466362378
It's clear people using Py…
-
Hi,
I'm seeing problems similar to https://github.com/google/jax/issues/2718 in some pretty complicated code I've written and that involves computing JVP to get a custom_jvp implementation.
I ha…
-
When the interpreter does not match, the error message does not output any info about reason, such as a potential mismatch of types. This should be improved. Right now it is impossible for non-Nikos t…
-
I'm receiving the following error when trying to run pretty much any drake workflow, including the workflows included with the source:
``` java
java.lang.ClassCastException: [Ljava.lang.Object; canno…
-
**Is your feature request related to a problem? Please describe.**
Not
**Describe the solution you'd like**
Add Profile-Guided Optimization (PGO) support to Elena's compiler and/or virtual machi…
-
Hi there, I enjoyed reading Profiling and Optimizing an Interpreter: great points all the way!
Just thought I might share about a recent experiment of mine, wrt. AST-walking interpreters, that I du…
-
Very nice list!
We can supply as much information about Scheme implementations as you want. The question is more about how much is too much :p What level of coverage are you aiming at?
The schem…