Taha Aziz Ben Ali
Taha Aziz Ben Ali
Same issue on Windows, any luck so far?
Thanks for the update @joshzeldin
Hi, I'm experiencing this as well. In my case, I'm using Oracle XE (ver. 21C) as my database, and connecting to it remotely. My output is slightly different, but still...
What's the situation like when it comes to gamepad support in the Rust ecosystem? I know Linux basically provides an interface to pretty much a lot of controllers and gamepads,...
Interesting, is it cross-platform?
Wonderful, I'm a controller guy myself.
Can you show me the output of `brew list | wc -l`?
Hmm, I thought we ignored any ".keepme"s. This is an easy fix :) I'll also subtract the result by one.
Good idea :) I'm trying to think of a safe way to implement this. Can we assume that in the presence of a newline, that the _"path"_ contains embedded art,...
The way we store builtin ASCII art is through a vector of strings, [see this](https://github.com/Macchina-CLI/macchina/blob/550a8cd75a6ec33c2192419075a2fedada91439f/src/ascii.rs#L85) as an example. I'm wondering if it is sufficient to split (the input ASCII art)...