Martin Löper

Results 74 comments of Martin Löper

Thanks for pointing that out @ldennington! There are two packages on the AUR: - https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=git-credential-manager-core - https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=git-credential-manager-core-bin I used the former one which builds from source. Now I switched to...

Yes, I know that, but the second package looks totally okay IMO, because it downloads the binary from this repo, see: > source=("https://github.com/GitCredentialManager/git-credential-manager/releases/download/v$pkgver/gcm-linux_amd64.$pkgver.tar.gz" "$_pkgname.install" 'LICENSE') from https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=git-credential-manager-core-bin#n21 Effectively, they do...

Unfortunately the bug still persists in the latest binary distribution from GitHub. I will try to capture more logs with debug flags!

@ktemkin I am currently trying to read data from a HOST Printer connection with LUNA instead of the USBProxy project. Everything works well so far until the board goes into...

I had a similar issue with the remove method as I wanted to remove a node based on key and data. see: https://github.com/w8r/avl/pull/27

Hi there, we at @nesto-software are currently open sourcing a new moment-holiday library which further improves this great approach by kodie. There is only a small number of supported countries...

I found out, that strict_mode causes this error. This script seems not to work on NodeJs in strict_mode.

There are several variable declarations missing. If someone is interested in how to get this library working in strict mode, please check out my fork: https://github.com/MartinLoeper/moment-holiday

I provided the PR =) However, I did not notice any minification errors. Everything worked well for the following command: `node_modules/.bin/gulp --name=moment-holiday-de.js --locale=Germany --locale=Easter --set=Germany --set=Easter`

Do not forget to squash the commits during merge. Unfortunately, I did not have time to do this today.