Gary Oberbrunner
Gary Oberbrunner
I know this is "nodejs-logging-winston" but it would be great if there were a way to send front-end logs, especially via Winston, to Stackdriver.
Winston allows setting up a main logger and then creating child loggers for logging in specific modules, contexts, etc.: ```ts const myLogger = logger.child({service: 'myService') // sets Winston 'service' metadata...
## Is your feature request related to a problem? Please describe. It's pretty complicated to set up a config file that has to go in different locations on different OSes....
I installed using HACS  and checked that the resource is set up:  but I can't find the card type aarlo-glance or anything like it when I edit any...
### What happened? I have a global config.edn like this (emacs-style keybindings): ``` {:meta/version 1 :shortcuts { :editor/left ["ctrl+b" "left"] ;;"left" :editor/right ["ctrl+f" "right"] ;;"right" }} ``` When I use...
### What happened? I'm using logseq 0.8.7 on Windows 11. I have a global config in `c:\Users\myuser\.logseq\config\config.edn` -- I can see the contents of that file using notepad etc. But...
## Description clang-tidy gives warnings of unused variables in test cases when compiled without doctest. Clang-tidy uses some clever methods to omit test cases from the binary when compiled with...
Trying to convert any `.md` file to `.org` using `mldoc` fails with an error: ``` % cat test.md - Test % mldoc convert -i test.md -o test.org ... Reading data...
I have a file in blame mode, go to the chunk of interest, hit RET (to open log). I get an error with this backtrace: ``` Debugger entered--Lisp error: (args-out-of-range...
Unfortunately I don't know how I got into this situation, but today I got egg into a state where it stopped working, because of an extra CR (^M) in one...