Martin Markech

Results 24 comments of Martin Markech

@ttmthanh The error is probably due to change from gem Globalize to Mobility. The PR is at https://github.com/refinery/refinerycms/pull/3360 I'm not sure if there is some guide how to migrate from...

Hi @marcelino056 I have checked old commits in my old refinery project. It is few years ago, when I did the commit, but I think it was working. In my...

Hi @pdornfel Yes, Refinerycms supports Rails 6. BUT the support for Rails v6 is pushed only here on Github in the main branch and is not pushed to Rubygems. The...

Hi @avonderluft 2.4.7 version of Bundler is probably too new, we had some issues with this version also in another non-Refinery projects. I recommend to use `2.3.3` Year ago, I...

Hi @evenreven Unfortunately I dont know how to help you with this issue. But, if you says your site is slow, you can use Nginx cache for serving Dragonfly resources....

@Gadgetoid Hi. I have bought enviro. I'm trying it with Raspbery PI ZERO too. I have exactly the same issue for all-in-one-enviro-mini.py like andypiper: `PIN21: not found - /dev/gpiochip0 (pinctrl-bcm2835)!`...

Thanks! I have checked the code and the only thing I have found is, that here https://github.com/pimoroni/gpiodevice-python/blob/main/gpiodevice/platform/pi.py is missing "pinctrl-bcm2835" : ``` def get_gpiochip_labels(): if get_name() is not None: return...

@Gadgetoid ``` $ cat /proc/device-tree/model Raspberry Pi Zero W Rev 1.1 ``` ``` $ gpioinfo gpiochip0 - 54 lines: line 0: "ID_SDA" unused input active-high line 1: "ID_SCL" unused input...

And some another findings: 1) I'm providing output of `gpioreadall5.py` from this repository: https://github.com/Milliways2/GPIOreadall . Seems, that https://pinout.xyz/pinout/enviro match with this screenshot ![Snímka obrazovky z 2023-12-15 20-59-29](https://github.com/pimoroni/enviroplus-python/assets/856220/bddabc71-d480-4733-ae5f-4d2e08749496) 2) I did...

Thanks! This combination works on my RPI Zero: ``` # Create LCD class instance. disp = st7735.ST7735( port=0, cs=1, dc='SPI_MISO', # "GPIO9" on a Raspberry Pi 4 backlight='GPIO12', # "GPIO12"...