reese sapphire

Results 44 comments of reese sapphire

@zeyugao nope, but i ended up switching to [gluetun](https://github.com/qdm12/gluetun/) instead which does everything i needed it to do!

Your best bet is to follow the steps here to get your own API keys: https://github.com/insanum/gcalcli#login-information Though I have a problem with that where it keeps logging me out and...

In the Cloud Console go to OAuth Consent Screen -> Edit App -> Click continue twice to get to "Test users" and you should be able to add your email.

I'm using Firefox and it gives me the option to continue with a warning: ![gcalcli + Firefox](https://user-images.githubusercontent.com/1340784/108413522-bf451f00-71f0-11eb-8dd6-fd64795ce838.png) Look at **Update 1** [here](https://github.com/insanum/gcalcli/issues/580#issuecomment-760935246). Using the `pip` version is what allows me...

This one should be super easy since custom themes for Flame are literally just an entry with 3 colors in a JSON file.

I tried my hand at it, though you can't do background gradients with this method since it's used as `background-color` in CSS. themes.json ```json { "themes": [ { "name": "Aquamarine",...

Hey, I think I'm also experiencing this issue, but I'm using the latest version (`4.3.0`). Were you able to fix it in your own implementation, and if so what version...

Your solution works for me! Another thing that I had to make sure of was that I was using double quotes instead of single when calling `map-get`. Those in conjunction...

> Another thing that I had to make sure of was that I was using double quotes instead of single Rather, they have to match what's used in `map-set` in...

I have a similar helper so I just added the quotes. Not sure exactly what it does but it works!