Sebastian Pipping

Results 814 comments of Sebastian Pipping

@clach04 my bad, I think I mixed something up, nevermind.

@mooz do you have a minute?

@clach04 I'd like to veto against closing because: - the code literally says it only supports Python 2 (see below) - the shebangs use `python` rather than `python3` (see below)...

@clach04 I would like to clarify two things: - I did not intend to suggest `#!/bin/python3` but `#! /usr/bin/env python3` which is a big difference in portability (and intended to...

@tony I appreciate your quick and positive reply, thank you! > I think it'd be safe to just update the license. That would be great! > In the mean time,...

> @hartwork This was autoclosed, let's see if GitHub updates the badge (we'll give it 24 hours). Ping me here if I forget Nice! > Do you need a pypi...

Does npm just extract files or can it be made to run a patch patching the shebang line if on debian? Or: You could make a shell wrapper `npm2debian-node` that's...

Hi @rpodgorny, thanks for 4a2ce5c225eaa3e49c26569613a33d914c59a33a! Of the two builds systems, I was able to test the `src/Makefile` on using `make CFLAGS=-m32 -C src/` on my 64bit box and the assertion...

@rpodgorny PS: I think I know now: `SET(CMAKE_C_FLAGS ...)` is overriding any user `CFLAGS`. That should probably be changed, e.g. Gentoo would need to patch support for user build flags...

@rpodgorny encouraged by those words I have created a new pull request #145 now. I'm looking forward to your review :pray: