Simon Levermann

Results 19 comments of Simon Levermann

Nice-to-have. I'm building a password-hashing library at https://github.com/sonOfRa/pwhash, and was considering exposing more than success/failure. But I'm not even sure if I'll do that or just stick with "false" on...

Actually the staging SHOULD be default. Not making it the default just works against a very central concept of git. Even if you want to make git easier, the staging...

Sorry to be replying to such an old issue, but I stumbled across this issue while considering a rewrite of some of our LDAP management tools: https://gist.github.com/sonOfRa/9f2474cf5cd3586d3061f7bf0669c9e7 tl;dr: In order...

I have not considered this actually, thanks for the suggestion. Based on my quick readup on how _authzid_ works, I can see these problems: 1. Now I need to store...

Obviously this is incomplete (there are several more theme bases that would need to incorporate the changes), but for a basic discussion whether or not this is a feature that...

> I'm wondering how much sense this makes as more and more themes are moving away from using the velocity templates That is not something I was previously aware of!...

I'm having the same issue since upgrading to Focal Fossa on friday. Doesn't matter if I use the builtin "Ubuntu Dock" version, or the manually installed Dash-To-Dock. Haven't tried nouveau...

@slycloud as far as I can tell if you configure it like this ```gradle release { git { pushToRemote = "" } } ``` You should be able to achieve...

I built a workaround that works for now for this in our release shell script: https://gist.github.com/sonOfRa/2f2940b3095733b39ef669dab9c78c8b

@Hillkorn I feel this issue kind of got hijacked, do you have the time to review the original issue and let me know if you're interested?