Profpatsch

Results 462 comments of Profpatsch

@HellishINC Nope, that’s the pointer requested. On a quick glance, https://github.com/sboli/twmn/blob/5b92ac5d8c805a536211cb8dcee987247c0e6707/twmnd/widget.cpp#L120 should probably be replaced by a `push_front` or similar (not familiar with the C++ stdlib), but I haven’t looked...

Would very much like that. Ideally, a message would display on my Laptop screen always and on different screens depending on the setup (no display when giving a presentation and...

It’s not a good idea to include calls to a specific program. That’s what the command line and stdout is for.

Tip: all those lines of code can be replaced by: ``` shell #!/bin/bash plot "$@" | qlmanage -p - ```

The code looks like this ``` xml edu.gmu.cs mason 14.0 ``` instead of this ``` <dependency> <groupId>edu.gmu.cs</groupId> <artifactId>mason</artifactId> <version>14.0</version> </dependency> ```

Could resolve that by replacing < with &lt; ``` &lt;dependency> &lt;groupId>edu.gmu.cs&lt;/groupId> &lt;artifactId>mason&lt;/artifactId> &lt;version>14.0&lt;/version> &lt;/dependency> ``` Not a good solution, though.

Hm, I see. Every `

Can this be fixed?

@egonSchiele What do you use instead?

I guess that’s kind of ideal. :)