Almenon

Results 424 comments of Almenon

I had the same problem with 2.0.2. I went to chrome://extensions/ and clicked on `update` which updated it to `2.1.0`. After I updated I restarted Chrome. Now I have a...

QJS options: https://imgur.com/OFxGgsJ Chrome Javascript content settings: https://imgur.com/kVrtNW4

It works now :) but the icon is still stuck in the upright position ![image](https://github.com/user-attachments/assets/8c56a94d-07b6-475f-868c-2b689c7ea2fe) ![image](https://github.com/user-attachments/assets/5f5fbae7-ebd4-4003-977e-21f22ab02588)

note that python 3.7 is now end of life: https://endoflife.date/python

> This is needed for auditing Rubygems packages. `bundle install` won't do anything without the Gemfile. What about replacing it with this then?: `For auditing rubygems please install from source...

This PR is a duplicate of https://github.com/donnemartin/system-design-primer/pull/800 which replaces the link with a working link

Thanks for the contribution! And @Lowess thanks for testing it! This PR will be released once https://github.com/transcend-io/terragrunt-atlantis-config/pull/405 is merged in and I create the new tag

Sorry for the delay, this has finally been released: https://github.com/transcend-io/terragrunt-atlantis-config/releases/tag/v1.21.1 P.S. I'm looking for extra maintainers for this repo if any of you are free.

I wrap excec in a try/catch BaseException, which is like the king 👑 of all try/catches. It will catch every possible exception no matter what. So I was confused as...

upgrading jsonpickle should have solved the issue but the process still crashes :/ I guess I should raise a bug in jsonpickle repo