nolimitdev

Results 61 comments of nolimitdev
trafficstars

It would be great to combine this feature with https://github.com/alefragnani/vscode-bookmarks/issues/688 So in gutter I will see icons with two different colors so I know which one is labelled and I...

I had the problem `MlKitException: Failed to scan code`. It seems to be some google bug which sometimes happen. In my case google code scanner was working one day but...

@rvanderlinden I do not think we must install something. It is enough Google to fix bug when we use `` by doc it must be installed automatically within app installation....

I had the problem `MlKitException: Failed to scan code`. It seems to be some google bug which sometimes happen. In my case google code scanner was working one day but...

> Actually in my case where I wanted to flatten while copying Programmatically I had to do this: > > ``` > copyfiles(["./src/**/*.html", "./dist/"], true, function (err) { > if...

> How can I transfer this node script : > `copyfiles file.json ../ --flat` Your copy operation is very simple, so I recommend NodeJS built in `fs` module. `require('fs').copyFileSync('file.json', '../file.json');`...

I will reply with question. On desktop browser with mouse how is natively solved difference between click and dblclick? It works well in practice. E.g tap can work normally without...

I agree that no conflict resolving is needed. When user use just dbltab, no problem. In my case Im now using v-on:click and v-on:dblclick and each does something and I...

I using [email protected] with latest webpack v5.64.2 and latest postcss v8.3.11 and it seems it is working well with PostCSS 8. Or Im missing something?