Delgan

Results 46 issues of Delgan

> Thank you so much for your help. Initially, I used bind() with filter but it clubs output into single file. > When I tried to route the output of...

question

Hi. This ticket was first opened on `flutter` bug tracker: https://github.com/flutter/flutter/issues/68406 It seems `Uri.toString()` convert spaces to `+` in `subject` and `body` for `mailto` scheme. ```dart final uri = Uri(...

area-library
library-core

Hi! By "short summary", I mean the following format with dots: ``` ========================= test session starts ========================== platform linux -- Python 3.7.4, pytest-4.6.2, py-1.8.0, pluggy-0.12.0 rootdir: /home/delgan/Programmation/loguru, inifile: tox.ini plugins:...

type: enhancement
topic: reporting
topic: rewrite

Hi! I love your library (currently using `v2.3`) and there is one feature I would like to suggest. Given a `units` type, I can convert it to `int` using `unit.to()`....

**Describe the bug** Hi. I'm facing a recurring annoying problem. I open a page, I quickly type "F" to display link hints, I prepare to follow the link, but then...

enhancement
question
long-term

Hi. Just a small enhancement proposal, as I don't think calling `make` with unbounded number of threads is desirable. Using `make -j` will start "infinite" number of jobs according to...

enhancement
needs: decision

## Describe your use-case Hi again. I implemented a library on top of `configupdater` and someone reported it didn't work with [EditorConfig](https://editorconfig.org/) configuration files. This is because such file can...

Hi! This is a proposal to fix #133. This offers a way to use Mypy configuration specific to tests without needing the `--mypy-pyproject-toml-file` command line argument. Instead, users can define...

Hi! I need a dedicated `mypy.ini` configuration for tests run by `pytest-mypy-plugins`. This configuration includes parameters like `force_uppercase_builtins = true`, which are very useful for unit tests but irrelevant for...

Hi! I was wondering about possible optimizations made or not by `i3status-rust`, to be as "resource-friendly" as possible. Let's take this example configuration: ```toml [theme] theme = "solarized-dark" [icons] icons...