-
Hi, I am trying to use pygbag to run this pygame: https://github.com/portal-cornell/robotouille/tree/main. However, I cannot get past a black screen. I have imported all dependencies necessary and bel…
-
it's related to this problem:
![Captura de pantalla 2024-10-07 a las 9 28 35](https://github.com/user-attachments/assets/3f4caef3-0cc6-487f-bda1-f76965a7ab25)
You can reproduce this error with a s…
-
I'm trying to add a required positional before a group of commands but the parsing isn't working correctly. Here's an example:
```c++
#include "args/args.hxx"
int main(int argc, const char **ar…
-
This one is a bit harder because you need to change the parser and accept placeholder args in placeholder mode.
I'll leave that one for our team.
We want named argument completion:
```
{% content…
-
### How can we reproduce the crash?
I had a test with Bun.serve and it worked fine, after running it several times now I get panic error and even if I clean all the Bun processes and run it again now…
-
Thanks so much for sharing your code.
I tested the local demo using 40 human-written stories (average length around 500 words) and got a few false alarms. 17 stories were flagged as having over a …
-
Hey, thanks for a great package!! I don't think the below is a huge issue, but I just spent a few hours debugging it, so I figured I would pass it along.
In my understanding, there are two, roughly…
-
## 🐛 Bug report
No way of selecting a subtype from a union type.
When adding an argument which is a union of two types there seems to be no direct way of specifying the desired type to be p…
-
earlier this year I created an asr, and built a test client, connect, transcribe, send audiochunks from 2 wav files,
check tanscript..
all good
trying to build my own service runner
testing ea…
-
When I use run_eval.py, parameters like this
parser.add_argument('--mode', '-m', type=str, default='eval', choices=['train_agent', 'train_scenario', 'eval'])
parser.add_argument('--agent_cfg…