avtobiff
avtobiff
Can this be related to #340 (crashes when saving drafts with umlauts)?
The -8018 error seem to be libnss error SEC_ERROR_UNKNOWN_PKCS11_ERROR. [0,1] I can't connect either (I experience the same as @ksallberg) but I don't get the above -8018 error when I...
You need to make handle_crash/2 take the extra St argument and also pass it along to a user defined crashmsg/4 instead of the existing crashmsg/3. Furthermore, you need to modify...
Thanks! Can you push your repository to github and open a pull request?
It would be great with a hex package! I will see if I can make it happen.
Sorry for not having time to look into this until now. What environment is used? (erlang-uuid, Errlang, OS versions; from source or package manager etc?) The UUID you supplied is...
It could very well be useful! Do you have any specific use cases in mind? This would help design and implementation. Especially real-world use cases are of interest. (I.e. have...
Sorry for not having time looking into this until now. Is this related to #19 ? What environment is used? (OS, Erlang from source or package manager etc?)
I've tried OTP 19, 20, and 21; and also tried the docker images for said releases and I can't reproduce the issue. What version of erlang-uuid do you use? If...
This patch enables deterministic builds for binaries. Testing reproducible builds by ``` # git clone lux.git cp -a lux lux2 for d in lux lux2; do mkdir -p /tmp/$d cd...