Simon Lundström

Results 21 issues of Simon Lundström

Would be awesome to have a setting to always open links in a new tab in the background. I’m willing to pay a bounty for this :)

featurereq

Thanks for creating this abstraction! I'm trying to read from a pipe on *NIX until the whole file has been sent. E.g. until `cat file > /tmp/my_pipe` is done. ```rust...

OS X doesn't get a new release every year, but just for fun maybe it's worth looking into using [Github Actions and xcodebuild](https://rhonabwy.com/2020/05/09/continuous-integration-with-github-actions-for-macos-and-ios-projects/) to build it and create a new...

When Matrix was down, again, I scrolled through our Session messages and realised that we never did this: http://www.openssh.com/txt/release-8.2 https://github.com/openssh/openssh-portable/commit/b497e920b409250309c4abe64229237b8f2730ba ``` * ssh(1), ssh-agent(1): when invoking the $SSH_ASKPASS prompt program,...

Would be nice to be able to use Kerberos and GSSAPI for authentication instead of SSL client certificates. For the server and client there are no issues since it's Java....

help wanted

Would be nice, and so does [these people](https://discuss.mopidy.com/t/cue-files-support/817) think, if mopidy could support .cue files. They are basically the same as .m3u files except that they are sections of a...

C-enhancement
A-m3u

When using a symlink in the repo dotfiles thinks that it should follow the symlink and dotfiles considers all files in the symlink target. One of the strengths of the...

I'm trying to use jmxtrans-agent with Tomcat 9 and Java 8: ```terminal # /local/tomcat/bin/catalina.sh version Using CATALINA_BASE: /local/tomcat Using CATALINA_HOME: /local/tomcat Using CATALINA_TMPDIR: /local/tomcat/temp Using JRE_HOME: /usr Using CLASSPATH: /local/tomcat/lib/log4j2/*:/local/tomcat/bin/bootstrap.jar:/local/tomcat/bin/tomcat-juli.jar...

Hey! While trying to use jmxtrans-agent for Elasticsearch it seems that they enforce usage of the Java Security Manager so I had to create a short policy for jmxtrans-agent to...

I'm willing to do the work to modernize the packaging of pepper. Here's what we suggest: * Add a dependency on requests in setup.py so that pepper works out of...