Lukas Malkmus
Lukas Malkmus
Is it possible to have highlighted code in the left section of the site? Some way of preventing Hugo from moving it to the "code area" on the right side....
### Description We are seeing the following error from clients that send traces to our custom collector implementation: ``` Post https://[...]/v1/traces: http2: Transport: cannot retry err [http2: Transport received Server's...
## Your Environment - `mas version`: 1.8.3 - macOS version (`system_profiler SPSoftwareDataType -detailLevel mini`): 12.0 (21A5522h) ### mas Install Method `brew install mas` (homebrew-core) ## Describe the Bug `mas account`...
I would love to see named based color detection as a feature, so termenv can be an even better drop in replacement for libraries like `ansicolor`: ```go // c :=...
Thank you for creating the issue! - [x] Yes, I'm using a binary release within 2 latest major releases. Only such installations are supported. - [x] Yes, I've searched similar...
Assume the following (in real life dynamically created) string: ``` Your bank accounts: DKB ✓ Logged in as jamesbond ING ✓ Logged in as jamesbond ``` The indentation is there...
What is your take on Go 1.18 generics? Is that something you plan to support or implement? This would replace `genny`.
Hi @mcuadros. If a user of this package wants to get the image currently showing on the matrix (for example by using the `draw` package) he is not able to...
Hi @mcuadros. A while back I blindly submitted a [PR](#5) which I prepared in my head. My idea was to catch panics which were caused by an invalid config or...
I could be wrong about this but I feel like the `ContentCharset` middleware should skip processing if the `ContentLength == 0`, just like the `AllowContentType` and `AllowContentEncoding` middleware. I also...