Gary Oberbrunner

Results 99 issues of 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.

priority: p3
type: feature request
api: logging

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...

priority: p3
type: feature request
api: logging

## 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....

enhancement

I installed using HACS ![image](https://user-images.githubusercontent.com/139975/184916158-34adf34d-f7a8-4d8a-a512-f2acc502d7e6.png) and checked that the resource is set up: ![image](https://user-images.githubusercontent.com/139975/184915872-27f36646-e132-48f8-9ad3-0e1b5c8054a9.png) 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...

shortcuts
os:windows
need-to-reproduce

### 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...

:type/bug
os:windows
need-to-reproduce

## 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...

category/static-analysis
verdict/false-positive

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...