Florian Gößler
Florian Gößler
We actually found a workaround for our particular use case by creating a custom plugin that wraps the `fetch` function and removes the problematic headers. Possible in our case as...
I started to play with the cache today and set up a file-cache as [per the docs](https://the-guild.dev/graphql/mesh/docs/cache/file). I was surprised to see that the cache file does NOT get populated...
Actually, my bad. I should have seen [this docu page](https://the-guild.dev/graphql/mesh/docs/plugins/http-cache) earlier. 🙈 That actually seem to do what I am looking for. Sorry for the spam 😬
We also just ran into this case when generating slugs using stringex. Our case was `$100M Offers` NOT being transformed into the expected `100-dollars-m-offers` or `100m-dollars-offers`. Our workaround, for now,...
Removed some additional log extraction steps from Chrome in after_each hooks and am now getting a slightly different error: ``` Selenium::WebDriver::Error::WebDriverError: unable to connect to /home/circleci/.webdrivers/chromedriver 127.0.0.1:9515 ``` But still...
> Had to switch to chrome v118 because of a bug found in v119 (released yesterday) and got @bondar is the bug you found in Chrome 119 documented somewhere? We...
Hi, We’ve noticed there hasn’t been activity on this issue for quite some time, and we suspect it might no longer be relevant. As part of our ongoing effort to...
Hi, We’ve noticed there hasn’t been activity on this issue for quite some time, and we suspect it might no longer be relevant. As part of our ongoing effort to...
Hi, We’ve noticed there hasn’t been activity on this issue for quite some time, and we suspect it might no longer be relevant. As part of our ongoing effort to...
This seems to be a duplicate of https://github.com/prisma/prisma/issues/24042