Karim Hossenbux

Results 7 comments of Karim Hossenbux

I've been able to get rgba color picker with this: [https://github.com/23r9i0/wp-color-picker-alpha](https://github.com/23r9i0/wp-color-picker-alpha) (with few modification to have it load automatically) But the value doesn't get saved. Any clues before I go...

It's not working on the class either: https://play.tailwindcss.com/qLbGj1TFv7 We can't apply opacity when using `var(--something)` edit: workaround is to apply alpha with hex color: `#00000080` for 50% i.e.

@blockzen what code do you have right now to get candles?

I meant show us some code to understand what you are trying to do. Not only the response you got from the api

Could you try something like this: ``` bittrex.websockets.client(function (wsclient) { wsclient.serviceHandlers.connected = function (connection) { wsclient.call('CoreHub', 'SubscribeToSummaryDeltas').done(function (err, result) { if (err) { return console.error(err) } if (result === true)...

Try this a the top of your .py file: ``` #!/usr/bin/python # -*- coding: latin-1 -*- ```

I'm using `eas-cli/7.8.2 darwin-arm64 node-v20.11.0`, I just did another `npm install --global eas-cli`, same version. But now it works 🤷‍♂️ Not sure what was the issue, but I'll do more...