Mike Richards
Mike Richards
I had this issue but it was `gatsby-plugin-emotion` with the default options set. @oorestisime I noticed you're also using this plugin. I just upgraded from Gatsby version 3 and it...
The build is still much slower than gatsby v3. The emotion plugin was a big factor for me but even still it does take a while. Not sure if it's...
I really need this too for logging purposes. My log messages are huge :/
> did you find any work around for this issue. Yes but it's not pretty. I had to create my own JsonConverter and pass it to `JsonConvert.SerializeObject`. For my use...
@damianon I want to know this as well, specifically for expire.js. Were you able to find a fix? Maybe create your own ts definition file for the parts you use?
I would love this feature too, to read the file and show me the methods available in a class in C# from .NET assembly code.
> @Mike-Logit Try this for now, which we know is working: > > ```ts > graphql` > query myQuery{ > > } > ` > ``` Thanks. This doesn't work...
However, I solved it another way by splitting the query string from where it was being passed into the function so prettier wouldn't think my line was too long and...
@acao Thank you all very much! I've just tested this out and yes it works perfectly. I've put the query back to where it's supposed to be now that I...
I think this is my issue as well. I set "[Code Inspection: Type is never used](https://www.jetbrains.com/help/resharper/2023.3/UnusedType.Global.html)" to show as Errors and I see the error in the code when the...