Darkclainer

Results 9 issues of Darkclainer

This is branch of issue #17. # Context I recap the idea. We want to make wrapper for io.Writer interface, that colorize its input. For example we want to colorize...

I think this project can hugely benefit from structured logging. User should be able to see what request server handled and how (maybe why they haven't handled by supposed handler,...

Hacktoberfest

Не знаю как на самом деле правильно, но на данный момент есть несоотвествие в положении caption для пакетов listings и minted. Насколько я понял, подпись должна находиться сверху от листинга,...

Hello, thank you for great project! I propose closing client connection after response without trying to reuse it. Recently I tried using anki-connect with Go http client under heavy CPU...

Consider the following grammar: ```js module.exports = grammar({ name: 'test', rules: { foo: $ => repeat(seq($.a, $.b)), a: $ => /a/, b: $ => /b/, }, }); ``` With input...

question

### aiogram version 3.x ### Problem Imagine you want to guarantee that you handle all messages with `successful_payment`. That is you either somehow successfully responded to it (changed your state)...

enhancement

This is early draft, please see #465 for discussion.

I was wondering can I use tree sitter with monaco editor to do syntax validation. Actually, it seems not difficult at all, but there is some problems. First, I exposed...

Originally I've found this bug while trying using git alternates feature, but think it can be triggered in numerous way. Certainly this bug pop up while using push, and probably...

stale