Simon Ser
Simon Ser
On the official Godoc, writing _RFC 3501_ generates a link to the HTML version of the RFC. Writing _RFC 3501 section 2.1_ and _RFC 3501 page 55_ generates the correct...
There's no build system. How do you build gk? I can contribute Meson build files if that helps.
Sorry for creating that many issues. I don't expect you to fix them. :P * * * The parser chokes on inputs which use LF instead of CRLF. While this...
The whole blob is loaded in memory: https://github.com/luxifer/ical/blob/master/parse.go#L71 While this isn't an issue for files with a single event, this might be an issue for big exports/archives.
Would you be interested in a patch adding an encoder?
Sounds like the test files are here but not compiled. We're missing this: https://github.com/systemd/systemd/blob/master/src/test/meson.build
So far I've been doing this: ``` env GIT_DIR=$PWD/../systemd/.git git format-patch --stdout -1 | git am ``` And then manually add a ref to the original commit. There may be...
We mostly deleted some files, so we can just ignore changes to these. The annoying part will be merging Meson files.
> The way you are hardcoding the path it seems to suggest it will only work with x11-ssh-askpass, and not one of the alternatives like openssh-askpass or lxqt-openssh-askpass. Not sure...