Piotr Majkrzak
Piotr Majkrzak
### The problem After upgrading the home assistant to the latest version, `zha` fails to set up with following error. ``` Logger: homeassistant.config_entries Source: components/zha/core/gateway.py:170 First occurred: 18:49:07 (1 occurrences)...
When defining a following type: ```haskell data Letter = A|B|C|D|E|F|G|H|I|J|K|L|M|N|O|P|Q|R|S|T|U|V|W|X|Y|Z|Ä|Ö ``` code analizer screams with following error: ``` , , , HaskellTokenType.AT, HaskellTokenType.BACKQUOTE, HaskellTokenType.BACKSLASH, HaskellTokenType.CASE, HaskellTokenType.CHARACTER_LITERAL, HaskellTokenType.CLASS, HaskellTokenType.COLON_COLON, HaskellTokenType.COMMA, HaskellTokenType.DATA,...
I have project with structure: ``` foo/ haskell-mod/ stack.yaml ... other-mod/ ... ``` In such case "Update Settings and restart REPL" does not work and crashes with: ``` /usr/local/bin/stack build...
When page title is omitted in the front matter it is incorrectly defaulted to the first text of the content.
When markdown file is included, the front matter is not removed from the content.
When setting up "Hamlib NET rigctl" radio rig controll in WSJT-X, "Test CAT" fails as commands are unsupported by `RigCtlServerPlugin`. Transmission dump of failed comunication: ``` \chk_vfo RPRT -4 RPRT...
When NodePort Service is created it is listening on all the interfaces but does not accept IPv6 traffic.
close #2105 according to https://github.com/docker/docker-py/issues/2105#issuecomment-411154477
It seems to be impossible to pass ephemeral `Dockerfile` to build command together with build context. Here is command line use case: docker build -t . -f-
I was implementing insert or update operation when encountered an issue with `upsert`/`update` function. When upserting `foo::Foo` I would expect to be able to do it like: ```haskell upsert tbl...