Oliver Berger

Results 20 issues of Oliver Berger

It might be interesting to add detach and config_file support.

I had to add ctermfg and ctermbg definitions in order to get a highlight in my terminal hi low_complexity guifg=#004400 guibg=#004400 ctermfg=DarkGreen ctermbg=Green hi medium_complexity guifg=#bbbb00 guibg=#bbbb00 ctermfg=DarkYellow ctermbg=Yellow hi...

My python version is 3.5.2 The following example illustrates the problem: ``` python import asyncio class Foo: async def __await__(self): return "Foo" async def run_foo(): foo = Foo() return await...

* cattrs version: 1.0.0 * Python version: 3.8.2 * Operating System: archlinux ### Description ``` python import typing import attr import cattr import typing_inspect T = typing.TypeVar("T") class GenericList(typing.List[T]): ......

At the moment `passthrough` works as a whitelist, where every not mentioned URL goes through the mock. Does it make any sense to you, if there would be a switch...

question

I am testing your tool... Using `-o` option appends the journal to the end of the file, which seem to contradict the "normal" order of a changelog. The question arises,...

feature_request

If I add a signal handler for `SIGINT` in pure asyncio and uvloop implementation, a `ctrl-c` is handled by the handler in contrast to tokio, where still a `KeyboardInterrupt` is...

If I register a signal handler within a task to cancel itself, tokio failes with: `AttributeError: 'NoneType' object has no attribute 'cancel'` ```python async def test_tokio_failes(): current_task = asyncio.Task.current_task() asyncio.get_event_loop().add_signal_handler(signal.SIGINT,...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior When you call `helm template` with `--validate` the generated output contains...

bug

scrolling with mouse/trackpoint does not work or at least it works a little bit when I really pull/push my trackpoint strong enough.