Sebastian

Results 8 comments of Sebastian

Seems like Linux Icons are not supported as of: https://electron.github.io/electron-packager/master/interfaces/electronpackager.options.html#icon

So this is is the line where the packaging starts, right: https://github.com/thamara/time-to-leave/blob/main/package.json#L29 From other discussions this fix was proposed: https://github.com/szTheory/exifcleaner/issues/32 Some I will give that a try

I used the solution of @statikowsky with a `vue ui` set up project. I needed to add a `vue.config.js` to the project root with this content ```javascript // vue.config.js module.exports...

thee is this https://github.com/nuxt/nuxt.js/pull/1160 and this https://github.com/nuxt/nuxt.js/pull/1161 now

yes the newly release `[vue-apollo](https://github.com/nuxt/nuxt.js/tree/dev/examples/vue-apollo)` is much smarter: there is now a nuxt module [nuxt-community/apollo-module](https://github.com/nuxt-community/apollo-module) that is responsible to provide the apollo client in the nuxt environment. and you only...

it's just a simple example of how to integrate the vue-apollo plugin as a module in nuxt. Detailed Auth examples and mutations are not yet in.

I also would like to take a vote for a MSSQL connector to 1. push Prisma/GraphQL to enterprise environments 2. broaden the availabitly and compatibility of Prisma Since I have...

Hey @Atinux ! We can do that for sure. Is there work to do over there then? I would like to take part then. Rgards Sebastian