Ales Rosina

Results 14 comments of Ales Rosina

I have also related issue, well described in this stackoverflow issue: https://stackoverflow.com/questions/47620090/ionic-3-invalid-css-value-in-variables-scss-file If you use sth like: ```scss $colors: ( primary: (base: magenta, contrast: #fff), secondary: blue, custom_color: red );...

@KuschL you are correct, I missed that setting while making a small example. It's same for me, so I will edit main post. Thanks.

Sadly no. I went with a bit different solution, but would be out of scope for this bug.

You could also do it a bit easier: ```js const escpos = new EscPosEncoder(); const printValue = escpos.initialize() .line('This is a test line') .encode(); // this is a string representation...

This is also happening to me. Is this maybe specific only for some printers? I'm using EPSON TM-P20.

Hey @neroniaky is this still true? I'm trying to do Google oauth in angular app and it seems like this is still not resolved. Maybe you just remove the whole...

You can also do ```sh pip install flask -U ``` And that should work.

@Tudmotu This describes the same problem as I have it here: https://github.com/Tudmotu/gnome-shell-extension-clipboard-indicator/issues/417 So it might be related.

Hello, I'm now trying to install it on a bookworm, and rfid works after I've replaced `rpio-gpio` with `rpi-lgpio` (according to this comment https://github.com/MiczFlor/RPi-Jukebox-RFID/issues/2313#issuecomment-2124397117). I'm using rc522 rfid reader. With...

> > Same setup worked on raspberry 1 with previous version of raspberry os > > Are you sure that the NTAGs also worked with the previous setup? That wouldn't...