Finn Pauls
Finn Pauls
Going to start to work on that idea today: https://github.com/finnp/draw-a-cat
It's going to be a workshop that can be done in the browser: http://www.finnpauls.de/draw-a-cat/
This is my current basic UI sketch:  One important thing that is not included here is how the commands from the steps will be chosen. Currently I am assuming...
Yes adding new steps right now, would move the table. This is how that looks right now. I haven't added the plus yet, but hitting enter adds a new step....
I am going to have a look at CKAN as an import/export target as well as a possible storage back-end. ckanDOWN: https://github.com/finnp/ckanDOWN
I can +1 this issue. My code to use the OpenAI Completions API looks like this ```swift let eventSource = EventSource() let dataTask = eventSource.dataTask(for: request) for await event in...
When I add this to the Docker container, the error stops, but so far emojis are still not working: ```dockerfile # Install locale packages and set locale RUN apt-get update...
Note: I'm using Xvfb with `Xvfb :99 -screen 0 1600x1200x24 > /dev/null 2>&1 &`
Yes, it's default usage. To be fair I'm not getting any other tool do work neither xdotools nor pyautogui or anything. At this point I'm assuming it might be an...
Thank you for looking into it. Yeah, first the issue was that there wasn't emoji support. But then adding an emoji font also didn't fix it. It just removed the...