Ron Šmeral

Results 6 issues of Ron Šmeral

The examples in the String Iterators section contain this in the source: ```js var message = "A 𠮷 B"; ``` and later ```js A (blank) 𠮷 (blank) B ``` However,...

`knex-migrate` seems to ignore the `migrations.schemaName` configuration from the knexfile, and always creates the migrations table in the default schema (e.g. `public`). This makes it incompatible with the native knex...

help wanted

I see that `node-red-contrib-ruuvitag` is no longer available in the Node-RED library (and hence broke some of my flows). Will it be re-published? Is there any replacement? Thanks.

### Description Respect `trust_env` on `AsyncHttpConnection` same as we do in `AIOHttpConnection`. This lets us use the standard proxy environment variables (e.g. `HTTPS_PROXY`). ### Issues Resolved It was not possible...

**Describe the bug** When using environments, a key in non-default environment doesn't override default. The below example results in ```bash Working in prod environment FOO 'DEFAULT' ``` **To Reproduce** Steps...

bug

# Expose types of filter parameters ## Description With a SQLAlchemy model which has ``` title: Mapped[str] ``` when a `crud_router` has: ```python filter_config={"title": None}, ``` then the generated spec...