Brandon Eichler

Results 8 comments of Brandon Eichler

Edit 12/17/2020: The method described below is no longer working for me and the bug has returned. --- Left the same comment in the other issue but this is how...

I ran into this Tailwind parity issue a while back and found you have to set the background url in windi config and then you can use it as a...

I had the same issue and solved it temporarily by adding this to my nuxt.config: ```ts sourcemap: { server: false, client: false, }, ``` @danielroe This is not really a...

So I did some more debugging with the reproduction I shared. In my particular case there is only one component causing this issue - [CardGroup.vue](https://github.com/ShaggyTech/dubsquared/blob/main/components/Layout/Page/Footer/CardGroup.vue) . 1. If CardGroup component...

I did some more investigation tonight. - Removed all `` from the app = still errors - Tried setting `experimental.treeshakeClientOnly` to false = still errors I found that this commit...

I’m not sure what are the full implications of using only the express Router instead of using the full express app. That being said i did find that doing the...

@amattu2 Thank you for the feedback and the link to the datasets. I was casually aware of the other APIs but haven't spent much time looking into them as I...

@amattu2 I've been working on updating the package internals so I can add support for the different APIs and make sure their responses are correctly typed. This has been mostly...