Ondrej Medek
Ondrej Medek
`eslint` is used in the code, see https://github.com/jhnns/rewire/issues/143#issuecomment-416163606
Try to iterate over `getLoggers()` result.
I would like to disable it because it's useless for our Electron.js app. It's a very small slow down for every `getLogger()` call (and I use `getLogger()` often.) May be...
I just repeat my previous comment: > May be you think - hey, the slow down is negligible, why do you care? My reply is: why not to care? Why...
Whatever name for env variable you choose, it should be possible to change the name of the variable (and disable it) so a user may avoid name conflicts is necessary....
`ulog` is configurable from env var and it allow to set log levels, too, see [ulog Log configuration syntax](https://github.com/Download/ulog#log-configuration-syntax) E.g. this `test=debug;my:*,-my:lib=info` means "set the logger `test` to `debug` and...
Moving contacts from Phone to SIM works well for me. Is it possible to copy a contact instead? Thanks.
It happens for me for any command when I awake computer from a sleep. Showing "Debug > Real console" prevents that. (I have to do it just after computer awake....
@Maximus5 It does not happen to me anymore and do not know why. (I had just a fresh Windows 11 and cmder install 3 weeks ago, so maybe I have...
@ideasman42 See [this advice](https://github.com/git-lfs/git-lfs/issues/5206#issuecomment-1337392951): `git -c lfs.locksverify=false push ...`