Raphael DDL Oliveira

Results 36 comments of Raphael DDL Oliveira

Found this thread when searching for a mtp client for Switch, so just an update. On the custom firmware/jailbreak side of Switch, it works. I've used openMTP 3.1.5 in conjunction...

https://epicsevendb.com A fan-made wiki / database for EpicSeven mobile game. I'm using vue-aplayer on Hero detail page, example: https://epicsevendb.com/hero/baiken I'm pondering into changing to playlist. Visually I prefer multiple but...

:+1: for VS plugin ("extension"). Have same problem as OP, need to use crappy VS at work :(

I have same issue, even after adding `:key` to the `img` as pointed on #273. The difference for me is that I'm not using `v-lazy` on the image, but using...

+1 on accessibility. I have hand/wrist pain (initial RSI), and reducing the button clutter reduces the need for me to constantly press R2/L2 to switch bars, which is one of...

> 3. Component `navbar` needs to be configured as client side rendering only. > > ```js > > > > ``` > Doesn't this suggestion entirely defeats the purpose that...

The only issue I see with the zip is that it contains the app folder, so each uncompress (using standard Archive Utility for e.g.) creates a new `app` folder.. So...

I'm not much fan of symlinks but that seems to be a cool idea.

Maybe the folder we set-up as the Download folder is the one to be used as base. So `app` will stay as is and all other symlinks are siblings of...

Interestingly, I had the same need last week and I wasn't able to do much, as you said yourself, the `const compiler = require('vue/compiler-sfc'); compiler.parse(source,options)` doesn't seem to have a...