Pawel "l0ner" Soltys
Pawel "l0ner" Soltys
Ability to load interfaces form SD card or internal memory would be nice. I'm having trouble in loading interfaces from url, since in first place i don't have a server...
**Is your feature request related to a problem? Please describe.** Every time I login to firefox sync on a new firefox installation I need to manually reconfigure Tab Session Manager....
Added to patternLayout the following fields: - `%M` - function name of the caller issuing the logging request - `%C` - class name of the caller issuing the logging request...
### Environment - OS and Version: WSL Ubuntu 20.04 in Windows 10 19044.2006 - VS Code Version: 1.71.2 - C/C++ Extension Version: 1.12.4 - Other extensions you installed (and if...
Just as in title. I have Compass installed in WSL. I can add as many favories as I can, but if I close Compass and reopen it all the favorites...
Possibly related: #565 When adding a category to configuration, i'd expect the log messages to go to that configured category appenders and the default category. This would be really nice...
Title should be self-explanatory: While skipping the text should appear instantly, without the "type-writer" letter-by-letter effect. This is the skip behaviour in most VN's.
JSDoc does not generate documentation for functions and classes exported as default ES module export
### Input code File functions.js ```js /** * Example function, default export. * @param {string} arg - String to print. */ export default function foo(arg) {} ``` File classes.js ```js...
Hi I have this quite complicated regex for capturing multiline comments with tags in them: `(?:[ \t]*(//+|#|;|')[ \t]*($TAGS).*\r?\n(?:\s*\1[ \t]*.*(?:\r?\n)?)*|\/\*[ \t]*($TAGS)(?:.*?(?:\r?\n.*?)*\*\/)|))` It does work quite well, captures both C `/* */`...
Hi I have written a windows service that periodically processes a lot data. Because of how it works and what it does, when a stop gets requested it needs to...