Wiktor Niesiobędzki

Results 17 issues of Wiktor Niesiobędzki

All arguments set in `nodeOptions` are used to execute the wrapper service and then reused, to call the service itself. If `--inspect` or `--inspect=` (where portnum !=0) is provided as...

Add recommendation to use ```hcl lifecycle { create_before_destroy = true } ``` In `azurerm_logic_app_action_*`. See #15518

size/XS

Currently, after make install Veles still needs to be run using prepared virtualenv. `install` target needs to be extended to prepare Veles venv and default python interpreter should point to...

bug

I attempted to implement fix for osmcode/pyosmium#66 but I'm missing few constructs in libosmium. 1. Factory methods for `Multimaps`. There are few approaches that I considered, but neither is without...

This provides *,pyi files with type annotations. As pyosmium is still supporting Python 2.7 I decided to implement type annotations as separate files. I found this quite useful and informative...

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

bug
service/logic

When deploying to Github project pages (or probably any non-root directory) fonts are not loaded, as they refer to absolute path (example [here](https://github.com/apvarun/blist-hugo-theme/blob/main/assets/css/site.css#L13)). Is there any recommended way to provide...

Recently I've switched my minute diffs from http://download.openstreetmap.fr/replication/ to http://download.geofabrik.de/europe/. And while openstreetmap.fr provides all the metadata information, Geofabrik provides only version information (and no values for attributes like `changeset`,...

``` │ Warning: Deprecated Resource │ │ with module.test.google_notebooks_instance.playground, │ on [...]/cloud-foundation-fabric/blueprints/data-solutions/vertex-mlops/vertex.tf line 82, in resource "google_notebooks_instance" "playground": │ 82: resource "google_notebooks_instance" "playground" { │ │ `google_notebook_instance` is deprecated and...