Neil Brennan

Results 16 comments of Neil Brennan

Trying to use this for Java in IntelliJ Ultimate 2022.1.2 it doesn't seem to do ... anything. No environment variables in my `.env` file are actually set in my run...

I've got the same issue on a 2022 M1 Macbook Pro: Mac OS 12.4 Monterey Pygame 2.1.2 Python 3.9.13 Controller shows connection via both/either USB or Bluetooth in https://gamepad-tester.com/ I...

This did not work for me on my M1 Macbook Pro running the latest 12.4 Monterey. If I select any of the system ttf fonts from /opt/X11/share/system_fonts in xfontsel or...

The output of `xlsfonts` is over 10,000 lines :) It does contain Monaco fonts: ``` -misc-monaco-medium-r-normal--0-0-0-0-p-0-adobe-standard -misc-monaco-medium-r-normal--0-0-0-0-p-0-adobe-standard -misc-monaco-medium-r-normal--0-0-0-0-p-0-ascii-0 -misc-monaco-medium-r-normal--0-0-0-0-p-0-ascii-0 -misc-monaco-medium-r-normal--0-0-0-0-p-0-iso10646-1 -misc-monaco-medium-r-normal--0-0-0-0-p-0-iso10646-1 -misc-monaco-medium-r-normal--0-0-0-0-p-0-iso8859-1 -misc-monaco-medium-r-normal--0-0-0-0-p-0-iso8859-1 -misc-monaco-medium-r-normal--0-0-0-0-p-0-iso8859-10 -misc-monaco-medium-r-normal--0-0-0-0-p-0-iso8859-10 -misc-monaco-medium-r-normal--0-0-0-0-p-0-iso8859-13 -misc-monaco-medium-r-normal--0-0-0-0-p-0-iso8859-13 -misc-monaco-medium-r-normal--0-0-0-0-p-0-iso8859-15 -misc-monaco-medium-r-normal--0-0-0-0-p-0-iso8859-15 -misc-monaco-medium-r-normal--0-0-0-0-p-0-iso8859-16...

I can't select Monaco in `xfontsel` or find a way to use it for my `xterm` font that works for me. I've tried adding it to .Xresources, and using -fb...

Hi, thanks for looking at this. In .Xresources, this seems to work: ``` xterm*font: -*-lucidatypewriter-medium-*-normal-*-12-*-*-*-*-*-*-* ``` This (and every variation of it I have tried!) does not - `xterm` will...

I type `xfontsel` at the command line. Then select `Monaco` and boom! https://user-images.githubusercontent.com/966106/174577687-411f96db-05a8-4b29-a719-21648dc2767b.mov

Thanks Jeremy. I didn't manage to get to this yesterday, so apologies. I can confirm that it does seem to be an old bug though. I've reproduced now on an...

Ours came down to a silently-failing error in one of our tests that halted further execution. We figured it out by progressively bisecting the tests being executed. The first fix...

It looks like the whole library now has no working examples, at least as far as I can see. This appears to be a dead project.