Mattias Fjellvang

Results 314 comments of Mattias Fjellvang

I am curious if you found a solution to this problem as well

We have the same issue. It looks for: /uploads/2020/06/005612-4-24x24.jpg rather than /uploads/2020/06/005612-4-scaled-24x24.jpg. I guess regenerating the thumbnails could fix the issue

I simply copied the Dockerfile of this repo and adjusted it to my needs; e.g. adding nginx. I suggest you do the same, and in the process, remove a lot...

Yeah, have the same issue. It doesn't seem to work in Next.js. I get another error though, pretty sure they're related: ``` index.tsx?a3f0:359 Uncaught at Function.defineProperty () at Object. (file:///Users/mf/Projects/kople-frontend/node_modules/twilio-client/es5/twilio.js:17:8)...

Well, I believe it's a config related to prismjs; but not sure. My code does not have proper indentation. This is how it looks: ![image](https://user-images.githubusercontent.com/3786627/146458310-48612fbd-1ea3-4d7b-af9e-07578df4202d.png) This is how the markdown...

I see.. Might be related to: https://github.com/deckgo/gatsby-remark-highlight-code/issues/53 when adding `nowrap`. If I add `pre-wrap` indentation is back, but then I get wordwrap. Is there a way to achieve both? This...

I believe this is related to my issue; I am trying to register a GraphQL field (https://www.wpgraphql.com/2020/03/11/registering-graphql-fields-with-arguments/), and inside the `resolve` callback, I need to do a WP query, and...

Ah, this would be nice. For now I will have to hard-code the frontpage slug in the code, but full support for the URI would be great.

A temporary workaround. This fixed it for my use-case: ```php /** * Bugfix: prevent fetching pages from other languages. Without below filter, /de/about-us would resolve * to the english post...