Niklas

Results 34 issues of Niklas

Running on Ruby 2.7, I get this warning a lot: vendor/bundle/ruby/2.7.0/gems/gravatar_image_tag-1.2.0/lib/gravatar_image_tag.rb:121: warning: URI.escape is obsolete Everything still seems to work fine, but I'm afraid it might break on a newer...

This is an attempt to upstream the changes I did to [chaosdorf/dashpi](https://github.com/chaosdorf/dashpi) in 2017. I don't know whether this can or should be merged but I figured it might be...

When I run a game in full screen, nothing happens. This is no hang - there is just nothing to see. This was working with pygame.

#435 exposed some math functions to x86_64-unknown-uefi. It would be nice if they (or at least fmod and fmodf) were available to i686-unknown-uefi as well.

In the past I've written a bootloader which uses TOML as the format for the configuration file format. The UEFI targets (`i686-unknown-uefi` and `x86_64-unknown-uefi`) provide `core` and `alloc` (among others),...

C-enhancement

There's no canonical definition of what's the INI syntax, but Python's `ConfigParser` supports comments after section headers: ```ini [section] ; comment ``` This PR adds support for them.

I had hoped that #1082 would be my last PS/2-related PR, but alas, the hardware I'm working with behaves differently whether it's being cold booted or rebooted from Linux. :(...

Since #404, there's a driver for Mellanox ConnectX-5 cards (`mlx5`). I haven't used it, but over the next months, I'd like to add a new driver for the ConnectX-3 (and...

When I start the app, it request superuser permissions. But after that, it just exits saying "Cannot get superuser access, exiting". More detailed information would be nice. Superuser access is...

Code inside a `lstlisting` block is highlighted as code. It would be nice if this would work for `minted` as well.

grammars