-
This is one of those discussion issues I said I would open in closing my pull request.
Right now, S3AIR's data is kept in @Kekun's launcher repo. I'm going to guess that the reasoning for this is s…
-
I hope I can express some types like `(Values Number Number ...)`, so I'd like to have `Valuesof` , which is related to `Values` the same way `Listof` is related to `List`. (Is the reason why `TR` doe…
-
Because Criterium spends the greater of 1 minute and 60 evaluations of the test function, it would be nice if Criterium would periodically print something, perhaps a row of dots, so that you can see i…
-
A hunch: most advanced robots are made/expected to navigate "autonomously" withij the operating environment. This is a valid problem and feature, but it's hard (ig).
Todo:
1. Instead we should mark …
-
once the library is installed it returns this error in iOS
[error](https://drive.google.com/file/d/1_f4XQ-PeVgawfi7RD1KNxN4vlvE0cA7n/view?usp=sharing)
`JSON value '(
1,
grad0
)' of ty…
-
Hi,
Nice paper and thanks for sharing the scripts!
I am trying to use your code to transform (acosh, pearson, dino,...) a large dataset (~1M cells), but get out-of-memory error even with 1T memo…
-
I am trying to deploy the functions but with the twilio serverless:deploy command but the deployment does not finish successfully.
![image](https://github.com/rbangueses/conversation-history/assets/1…
-
### Game and System Information
- **Version: latest master**
- **Build info: compiled from source**
- **OS: Fedora Linux 38, KDE**
Fedora uses Wayland as default driver for SDL2
### Description o…
grz0 updated
8 months ago
-
**Steps to reproduce**
Run this shell command:
vim -Nu NONE --cmd 'filetype on' +'echomsg &filetype' /etc/apparmor.d/usr.bin.man
`man` is echo'ed (and the file is highlighted as a manpage…
-
Performance Improvement:
Currently only the main thread is used for all computation tasks.
Parallelization / Unity Job System / Entity Component System / DOTS / Burst Compiler could be utilized to…