Johannes / universa1
Johannes / universa1
@mohnstrudel -- Here is how I use it: I've a seperate eye-process per application, since I usually deploy apps to different users. I only use it with rails apps. I...
I was contemplating the switch myself, as it has some features implemented I never got around to fully implement myself for rubywarden. As much as I would have liked to...
I tried some shenanigans with directly copying over the encrypted contents of some entries in the database, but haven't had any luck so far... I guess I have to invite...
notes: https://unix.stackexchange.com/questions/124886/wake-monitor-from-sleep-remotely ```xset -display ${DISPLAY} dpms force on``` appears to be working on ubuntu 20.04
``` r library(tidyverse) library(ggalluvial) i
I'm experiencing the same problem and I've written some dummy app/client to reproduce. I've put the code into the following repository: https://github.com/universal/jruby-multipart-post-test . I've been experiencing this problem for a...
Opening the file in 'rb' mode works. My files have been binary all the time, so not sure it is really CRLF causing the error, though they obviously could have...
I made some tests with the text-files, and as soon as the file contains a CRLF somewhere it fails, only on JRuby though. So I'm not sure if it just...
the mri ruby is the rubyinstaller one, 2.3.3 iirc. no cygwin. is there anything you'd like me to check/try? following tests are on 2.4.1 under ubuntu :-) ``` 2.4.1 :005...
another issue regarding this: I have a laptop + two external displays. I have the laptop display configured to be off. The greeter leaves it on (which is okayish), but:...