George Katsanos

Results 48 issues of George Katsanos

Hello, could you describe simply the main differences of using this library vs the native vue events?

I'd like to point your attention to the following which I just created: http://stackoverflow.com/questions/42508504/min-height-100vh-creates-vertical-scrollbar-even-though-content-is-smaller-than?noredirect=1#comment72155686_42508504 (there's a live example as well you can run)

Literally copy/pasted the example provided in a project with latest fastify 3.x, started the server, process ends right after. I guess we need to add `startApolloServer()` to the example? ```js...

Sorry for the lack of reproduction build but this can be inspected only after building: ```js // nuxt.config.js presets({ envName }) { const envTargets = { client: { browsers: ['last...

bug-report

Arent you routes a bit overloaded with logic?

I am struggling to implement oAuth (via Facebook). I also have a vue/express/mongo stack, but my setup is a bit different (I mean directory/file structure). ( you can see it...

I added `pino` and tried to see my logs in Datadog unsuccessfully. Later I read the section regarding the limitations and design decisions of Pino [with regards to logging in...

Could you explain which helper corresponds to which Axios interceptor? It's not obvious and there's no mention of this in the documentation : https://axios.nuxtjs.org/helpers/ Some examples would be tremendously helpful

docs

I use CONSOLA_LEVEL to try to have 2 commands in my package.json that show more or less logs depending on what kind of development I'm doing, ```js "scripts": { "build":...

any click, anywhere in the page, triggers a bunch of these: ![image](https://user-images.githubusercontent.com/1768834/143674426-451f6cf1-8f4f-4c38-96be-3eae0ebb66ab.png) probably events propagated all the way up the root of the DOM. Any idea why it happens and...