laggingreflex

Results 72 issues of laggingreflex

Every time I bring up the File menu (Alt+F) of Windows 11 File Explorer, it adds another entry for "LxRunOffline". ![image](https://github.com/DDoSolitary/LxRunOffline/assets/2523987/5a8e353f-bd0e-4e75-ae36-6d28e3ddc7cf) Great tool BTW!

Importing bootstrap from a styl file that's processed by Webpack also applies the other loaders like CSS Module, and post CSS etc, which you don't really want to be applied...

I've created a similar project: [gfork](https://github.com/laggingreflex/gfork). It offers all functionalities of this project, and more. Check it out! :)

I want to use [Microsoft/BashOnWindows](https://github.com/Microsoft/BashOnWindows) but it's not working. I'm using this setting: ``` "surround_cmd": ["bash -lic '", "'"], ``` and it gives the error: ``` E[NULL]r[NULL]r[NULL]o[NULL]r: 0[NULL]x[NULL]8[NULL]0[NULL]0[NULL]7[NULL]0[NULL]0[NULL]5[NULL]7 [Finished in...

How about using an offline registry, like [all-the-package-names]? Using offline registry will also enable checking package names according to [new package moniker rules], otherwise it'd be **59,049** http requests for...

enhancement

Exclude file|folder_exclude_patterns If `dired_show_excluded_files` is set to `false`, it hides files and folders that match against `folder_exclude_patterns` and `file_exclude_patterns` patterns defined in the global settings. fixes #82

enhancement

I'm trying to use this with gulp Expected behavior: With **gulpfile.js**: ``` var gulp = require('gulp'); var print = require('gulp-print'); gulp.task('test', function() { return gulp.src('./**/*.*') .pipe(print(p => 'file:' + p))...

Was getting this error when running tests. It's a known issue apparently with an easy fix: https://github.com/jsdom/jsdom/issues/2304

Great lib! Thanks for creating it. I created a simple wrapper around it to make it easier to use. Check it out: [simple-socket-stream] [simple-socket-stream]: https://github.com/laggingreflex/simple-socket-stream

It'd be nice if windows could be re-sizable from all edges and corners, including top and left which would be especially convenient when managing larger windows which have gone off...

enhancement