Vedmant

Results 101 comments of Vedmant

I also find this very uncomfortable to break imports to multiple lines, the imports part of the file gets too large and I need to scroll over it every time...

This is no such thing like coding style that fits everyone. Some people have smaller screens and for scrolling all the time is more painful than for people with large...

I have the same problem: axios: { baseURL: process.env.API_URL, }, is just ignored

I have the same issue, I use chrome extension and added needed cors settings, but still when I try to search something it returns 403 error on requests like: http://localhost:9200/nhg_surgeries_index_1579504393/_msearch?

Version 1.0.2 does not support PHP 8, you can just see it here: https://packagist.org/packages/tymon/jwt-auth , the same with version 2.0.0.

@mfn If this package is deprecated then it should be something on the front page about it. But current'y this one has 10k stars and PHP-Open-Source-Saver has just 87. Current...

I used simpler solution: LottieWrapper.vue ``` export default { components: { Lottie: process.client ? require('vue-lottie').default : null, }, props: { name: { type: String, required: true }, }, } ```...

I have the same issue, modal window stays on the very top and not visible on the page, also backdrop is on top. Previous comment helped!

I have the same issue as @mustafawm what's interesting is that it works ok on node v12 but not on node v8.

@mustafawm It works ok on my local where I have node v12, but fails to work according to ignore comments on node v8 on my server. I also see the...