Franček Prijatelj

Results 7 issues of Franček Prijatelj

There are problems with node-sass (and will be in future until they switch to n-api). The new primary implementation of Sass is Dart Sass (https://sass-lang.com/dart-sass). New features are implemented there...

enhancement

Plugin doesn't works with Quasar error is: `GET http://0.0.0.0:9300/__open-in-editor?file=AppLibrary\libFront\GlobalComponents\HomeComp.vue:2:3 net::ERR_ADDRESS_INVALID`. As I see the problem is in url **0.0.0.0:9300** When I send GET localhost:5173/__open-in .... from Postman, component is opened...

### Clear and concise description of the problem Instead of fixed 12px filePadding ``` //StoryListitem.vue const filePadding = computed(() => { return (props.depth * 12) + 'px' }) ``` it...

enhancement: to triage

Deno has an compile option --no-terminal (which should work on win, but it doesn't). [github isue #21091](https://github.com/denoland/deno/issues/21091) So i tried : ```js import { GetConsoleWindow } from 'https://win32.deno.dev/0.4.1/System.Console'; import {...

I made a [fork](https://github.com/fprijate/tlborm) of this repo. Here is [book in mdBook format](https://fprijate.github.io/tlborm/) You can change the style, print it, ...

IMHO it would be nice to have lsc option for output format (ES5/ES6). lsc -f format:: String where format : format of generated .js file (ES5 , ES6) ES6 code...

ES6+

I am using Vue.js and nw-vue-devtools extension. my package.json : { ... "chromium-args": "--mixed-context --load-extension='./node_modules/nw-vue-devtools/extension'", ... "build" : { ... "strippedProperties": [ "build", "chromium-args" ] ... } So my build...