pduchnovsky

Results 22 comments of pduchnovsky

Same problem here, any workarounds available ? Any of the above is irrelevant for terraform cloud unfortunately.

> @pduchnovsky on Terraform Cloud, you should still be able to use the above workarounds. > > 1. To set `-parallelism=1`, you would add an environment variable named `TFE_PARALLELISM` and...

> fix your issue. > > https://marketplace.visualstudio.com/items?itemName=sakamoto66.vscode-paste-image > > this extention access local clipbord when use Remote Development mode. Unfortunately, this seems to be kind of broken, since I cannot...

I personally kind of work around this issue with this: ``` bwdc login $bwlogin $bwpassword BITWARDENCLI_CONNECTOR_PLAINTEXT_SECRETS=true bwdc sync bwdc logout ``` Yes it's a bit of overhead but what can...

Same issue here, even if we restart the container every 6 hours, it still freezes almost every restart.

can confirm this is happening, tested on chrome/edge chromium, both experience the same, it practically makes mode switch unusable tbh :( It happens when your system reports preferred mode Dark...

When I enable 'Bundle JS' feature of Netlify in Site Postprocessing - Asset Optimization, this problem is gone though. Edit: Found the problem.. This is without netlify optimization: ![image](https://user-images.githubusercontent.com/54581833/98729195-d75c0580-239a-11eb-8c7a-be7876eeb390.png) This...

@JugglerX Small update, after above mentioned commit, it at least loads the page, but still fails to load setup: ![image](https://user-images.githubusercontent.com/54581833/105578114-3fa56b00-5d7e-11eb-82b8-5d70b26b5361.png)

I use something like this on my /blog posts page.. if you would be interested I can make a PR for it. ![image](https://user-images.githubusercontent.com/54581833/117512379-c974ef00-af8f-11eb-8fa2-54d57dd46d16.png)

> Hi @pduchnovsky, How did you customize your /blog page in your website? > > And single pages also? I didn't really edit my single pages, only the blog page...