Ulrich Petri
Ulrich Petri
This SQL fragment ``` sql INSERT INTO bla VALUES (1, 2), (3, 4), (5, 6); ``` gets formatted into this ``` sql INSERT INTO bla VALUES (1, 2), (3, 4),...
The red "This operation is not available with old-style formatting." banners serve a very useful purpose but are rather obtrusive, esp. in areas where a lot of the examples are...
* `py-solc` Version: 3.1.0 ### What was wrong? Calling `compile_source()` or `compile_files()` without including `ast` in the `output_values` parameter causes a `KeyError` here: https://github.com/ethereum/py-solc/blob/d0a9efad5a38c7b4143fb9c83b7dd0f5d1a88656/solc/main.py#L69 The reason is that `_parse_compiler_output()` unconditionally...
Please add some explanation on what tradeoffs one takes on when using this library. For example from very briefly looking at the code it seems that using this forces pure...
Unfortunately `args` currently only allows `--enable`. This is problematic when other shellcheck options are necesarry. Concrete use-case: When sourcing files in scripts shellcheck requires the `--external-sources` / `-x` option to...
- Your Rocket.Chat app version: 3.5.0 (257) - Your Rocket.Chat server version: 0.74.3 - Device (or Simulator) you're running with: iPhone XS Some chat apps (for example WhatsApp) remember the...
The server serving micropython.org is configured to send a HSTS header. This means all connections are forcibly upgraded to TLS (which in general is a good thing). However the webrepl...
The merge of #41 supposedly enables remote state. However this doesn't actually seems to be true. I use s3 with the following configuration: ``` terraform { backend "s3" { bucket...
First: Awesome that you've taken up working on gitx, thanks a lot! For those of us using tools like [`pre-commit`](https://pre-commit.com) it would be useful to have an interactive view of...