Anthony Molinaro

Results 9 issues of Anthony Molinaro

See the second answer here http://stackoverflow.com/questions/13480462/erlang-can-i-get-a-list-of-all-currently-registered-atoms It's a neat trick which could of course break an any point, but I could imagine something which captured the current count, paused, then...

Looks like *.cy was changed a couple years ago, the test suite https://raw.githubusercontent.com/publicsuffix/list/master/tests/test_psl.txt uses mm instead, so I changed the cy references to that and the tests pass.

This https://www.pygame.org/project/5620/8153 was added to the list of projects, it seems to point to a manufacturer of firearms and not a pygame game of any sort. I didn't see any...

For rebar3 this uses the pc plugin, for rebar2 it removes it via the rebar.config.script as otherwise the plugin tries to run and complains.

When I install rpm's I'm in the habit of using 'rpm -ivh file.rpm' but noticed that with rpms created with this tool, I got unexpected output. Here's an example ```...

This fixes the way dependencies are set in RPMs. It seems like the previous changes actually broke something and left 2 places where dependencies were dealt with and that lead...

Simple change should be pretty self explanatory.

Sometimes in RPM's you need to exclude directories from the file lists. Before it was a hardcoded list of 3 directories. This allows you to specify directories via a new...

Ran into a problem and can reproduce it with main branch and example code as below. ### Checkout and build docker image ``` $ git clone https://github.com/fsouza/fake-gcs-server.git Cloning into 'fake-gcs-server'......