Paul Jaros

Results 8 comments of Paul Jaros

The current Version [43d0623](https://github.com/rust-lang/rustlings/commit/43d0623086edbc46fe896ba59c7afa22c3da9f7a) contains: ``` impl ParsePosNonzeroError { // TODO: add another error conversion function here. } ``` Which suggest there allready is a error conversion function. I had...

There are "Single_line"-Themes which will only use a single line. Find them with > git_prompt_list_themes | grep Single I use `Single_line_Ubuntu`... it still shows the time, but will only use...

Thanks for your thorough answer. I'm no expert either with translating or translation frameworks. It's really my enthusiasm for python and introducing people to programming computers pushing me to check...

I had the issue with Linux (Ubuntu 18.04) 1.2.3 -> Mac (I don't know the spec) 1.2.3 Most interesting only the primary monitor (Laptop LCD) flickered. The secondary screen didn't.

> Maybe cause you are using mariadb 10.6 (which got recently GA) is causing such things? I am uncertain what mariadb:10 is exactly pointing at. But I could very possibly...

I have the same issue here, running a Intel PC with Ubuntu 22.04.

Thank you for your feedback. I'm currently trying to break down my 500+ lines-of-code "[game](https://ppanther.ch/)" into something more managable, thus I don't mind editing lua-files instead of a p8-file. I...

[Here](https://bevy-cheatbook.github.io/setup/editor/vscode.html) it is mention you'd be interested in a configuration how to use dynamic linking under windows. Also interesting is, how to still be able to debug this under VSCode....