Vruzin
Vruzin
https://github.com/stylus/stylus/blob/dev/lib/functions/json.js change line 54-55 ```// read var json = JSON.parse(readFile(found, 'utf8')); ``` on ``` // read var json = readFile(found, 'utf8'); // remove comments from json json = json.replace(/((["'])(?:\\[\s\S]|.)*?\2|\/(?![*\/])(?:\\.|\[(?:\\.|.)\]|.)*?\/)|\/\/.*?$|\/\*[\s\S]*?\*\//gm,'$1'); json...
```css /* uncss:html=['html_for_uncss\**\*.html','http://urls.com']; */ ``` where `/` replaced `\` in paths it's equal for settings to one CSS file ```js uncss({html: ['html_for_uncss/**/*.html','http://urls.com']}) ```
lock_sizes = [1, 0.75, 0.5, 0.25, 0.1] ``` self.zoom_w = self.source_w_raw * zoom.lock_sizes[zoom.lock_size] self.zoom_h = self.source_h_raw * zoom.lock_sizes[zoom.lock_size] ... zoom.lock_size = zoom.lock_size + 1 if len(zoom.lock_sizes)
**Describe the bug** 1. [Missing numbering](https://bit.ly/3g8Iafl) 2. Can't run Multi Replace **To Reproduce** IntelliJ IDEA 2022.3 Beta (Ultimate Edition) Build #IU-223.7401.7, built on November 2, 2022 Runtime version: 17.0.5+1-b653.6 amd64...
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it 1. Download latest 2. Copy to App 3. Run... but nothing starts....
### Check for existing issues - [X] Completed ### Describe the feature Please replace paired tags ...... Please make sure that if I change a tag, the second one also...
Want show code on vertcal scene. I think we need to make two more parameters: Default width Default height And when the zoom function is disabled, the scene is shown...
IDEAS
1. Single Click in to tray is change stop/run 2. Red color tray icon when runing 3. Right click menu contains Run, Stop, List of VPNs 4. Domains list for...
$ npm run dev > [email protected] dev > concurrently --kill-others "npm run server" "npm run client" [0] [0] > [email protected] server [0] > node server/index.js [0] [1] [1] > [email protected]...