Robby Emmert

Results 27 comments of Robby Emmert

Moving my ideas here from #110 to keep everything in one place: Desired functionality: As a viewer, I want to export the schema to a file. Ideal options for file...

This is also critical for my team. Are there any good workarounds in the meantime? Is it possible to get the same functionality with an @Filter on the entity? Obviously...

> The Nuxt 3 support is one of the most important things for the community right now. To accelerate the adaptation of Vue3/Nuxt3/Composition API/Vuetify3, we should make this the top1...

When I try it that way, I get the following error: ``` Error: ""service" alias was not found. Maybe you forgot to join it? ``` Any ideas?

I think it's because the ORDER BY clause is getting added to the wrapped query. If it's added to the inner query, I think it should work.

I've been working full time trying to get sharp to work in docker for 2 days now with no luck. This would probably save me.

Coupling NVM to a specific shell is a bad idea. NVM already works for zsh on macs, why can't it support sh? Didn't it used to? I currently can't find...

Can this be merged? I'd really like to be able to use this with Node 20.

Postgres is also essential. I think they all are. This is a pretty basic feature.

It looks like this is because nuxt-meilisearch assumes your environment variables will be available at build time, which they usually are not in a dockerized environment (which we use). Here...