Adam Mizerski

Results 46 comments of Adam Mizerski

It's been a while. Anything changed about detecting "use after move"? Anyway, I came here to give a comment about sinking arguments into a constructor. As @adarnon wrote in the...

Git-crypt supports providing a symmetric key with `git-crypt unlock filename`. You can get this key by running `git-crypt export-key filename`. Normally this symmetric key sits inside `.git-crypt` directory, encrypted with...

FYI: I've updated [git-crypt-rm-gpg-user.sh](https://gist.github.com/etam/29acabf0b74ec9539e9851bc87b8b60c) to support multiple git-crypt keys

@felixfontein Thanks! This makes ansible not to fail. Unfortunately this also removes all newlines from output. It's not bad, considering that the output is a json code, but just a...

Well. After digging deeper, I found that the implementation there is not the best solution. The "official" one http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/MTGP/index.html should be used instead.

In my case there's no crash. As you can see in log I attached there is a whole sequence of shutting down and unloading components. #35 is only about new...

Make sure you're not hitting #29 > Do you have issues when compiling with Debug enabled? I didn't try. RelWithDebInfo usually works well enough for me.

I had no idea about those files. Here are mine: [ogre.log](https://github.com/stuntrally/stuntrally/files/7523650/ogre.log) [ogre_err.log](https://github.com/stuntrally/stuntrally/files/7523649/ogre_err.log)

Same here Nextcloud 21.0.1 Social 0.4.2 (installed using NC built-in apps manager) I get a lot of warnings ``` [no app in context] Warning: 500 - {"status":-1,"exception":"daita\\MySmallPhpTools\\Exceptions\\RequestNetworkException","message":""} POST /index.php/apps/social/inbox from...

https://wiki.archlinux.org/index.php/Extreme_Multihead#VNC > Using the xorg dummy driver > xorgs ships with a dummy driver which is designed to be used for headless servers that export a graphical interface via VNC....