O.T.

Results 8 comments of O.T.
trafficstars

I used to do this automatically with https://graphql-code-generator.com/. It can even generate ready to use React hooks for you (Apollo or Urql) and many other useful stuff.

It would be great to also have an ability to edit headers. The use case is to trigger remote API to process payload. My current use case would be to...

That looks like a bug in spree_fancy. Thanks for reporting it. I'll try to fix it. spree-fancy have additional overrides for few extensions to make then fit nicely into the...

Can you please write compleate guide to reproduce this bug by steps. Thanks!

@Exoder Title height difference isn't really possible to fix without setting fixed height or adding js for that. Both ways aren't flexible enough for a theme, so the best way...

@Exoder It's quite complicated to write styles for various situations like this. I think it's much easier to add some small styles on your own to make theme play nicely...

Same issue happen for us. We noticed PDF created from Chrome when various `font-feature-settings` are on, those alternate chars replaced with `?` when copied from PDF. We had to disable...

This is what helped me bring it back - I added `svelte-language-server` to `languages` section in settings and it worked. ```json "languages": { "Svelte": { "formatter": "language_server", "language_servers": ["svelte-language-server"], "prettier":...