Michał Zając

Results 33 comments of Michał Zając

@danielroseman I'm not sure if this isn't out of scope but I thought it would be a good idea to allow people to add extra holidays when they use a...

Not sure if it's the same model, but I have T9146 [btsnoop_hci.log](https://github.com/oliexdev/openScale/files/7651327/btsnoop_hci.log) [openScale_2021-12-03_18-04.txt](https://github.com/oliexdev/openScale/files/7651328/openScale_2021-12-03_18-04.txt) Can't say I could find my weight anywhere. I did look for the following values: | True...

You can access help inside vim by issuing `:help vim-pandoc-command-module`. That said, I do agree that simple usage instructions would be nice in the readme.

@sshaw For dumping? Maybe. For creating the database - definitely not since I can use Rails with Postgres in Docker OOB provided I setup the right credentials in configuration.

@postmodern I'd like to try implementing that but I'm not sure where to start. At first I considered making a per-ORM Rake task but maintaining that seems like a pain.

@wakatara I totally forgot about this. And yeah, the main problem is how to get a list of all models to iterate through. While AR may have a list of...

I see that Ubuntu ships `/usr/lib/udev/hwdb.d/20-libgphoto2-6.hwdb` which has the following entries ``` # Sony Alpha-A7 III (MTP mode) usb:v054Cp0C03* GPHOTO2_DRIVER=PTP ID_GPHOTO2=1 # Sony Alpha-A7 III (PC Control) usb:v054Cp0C34* GPHOTO2_DRIVER=PTP ID_GPHOTO2=1...

A-ha, I had to change `USB Connection` to `MTP` in the camera settings. Now I can discover it via `gphoto2 --auto-detect`. BUT I still can't transfer anything because it fails...

Unfortunately, no dice. That said, I'm trying to build my own webapp which uses `postgresql-simple` under the hood. I'm using `utdemir/ghc-musl:v25-ghc902` image to do so but it still fails when...

@BobbyWibowo could you please upload your `/etc/X11/nvidia-xorg.conf` and `/etc/X11/xinit/nvidia-xinitrc` files? I'm getting `xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)` in my log as well