Jeb

Results 102 comments of Jeb

Made a quick logo for the project on the subreddit page, any feedback is more than welcome. I'm not an artist so I am not ego bonded on criticism or...

Part of the main appeal of a subreddit is greater exposure of the project. I have a post with the repo link in it. I can also have the post...

I just upgraded bun to 1.0.28 and I am now getting this error as well.

Yea the issue only happens when running hot reload for me. I just swapped out bun hot reload for nodemon for now. But my app still runs just fine as...

> Just started trying out bun and ran into this attempting to run a fastify server same

When will this issue be tackled?

Heres my solution: ```python import re import os save_dir = "results/" f = open("example/workspace/all_output.txt", "r") s = f.read() #pattern = re.compile(r'^\*\*(.*?\.py)\*\*\s+```python\s+.*?(^(?:.*\n)*?)^```\s*', re.MULTILINE) #Example **game.py** #pattern = re.compile(r'^(.*?\.py):\s+```python\s+.*?(^(?:.*\n)*?)^```\s*', re.MULTILINE) #Example game.py:...

> > Heres my solution: > > ```python > > import re > > import os > > > > save_dir = "results/" > > f = open("example/workspace/all_output.txt", "r") >...