Steven Sklar
Steven Sklar
I recently upgraded the VSCode Journal plugin (now running v1.0.1) and notes older than around a month have disappeared from the dropdown. I verified that the markdown files are still...
### Terraform Version ``` Using okta/okta v3.22.0 from the shared cache directory Terraform v1.0.0 ``` ### Affected Resource(s) - okta_profile_mapping ### Terraform Configuration Files ```hcl resource "okta_profile_mapping" "base_user_group" { source_id...
Addresses [an issue](https://github.com/questdb/questdb/issues/2564#issuecomment-1265695268) where: 1. The user is not notified of logging configuration changes through environment variables, which can lead to misunderstandings about the settings the engine is using 2....
### Describe the bug https://github.com/questdb/questdb-kubernetes/issues/80 It appears that setting `QDB_` environment variables _doesn't_ always work as expected. Sometimes, they are ignored. ### To reproduce Per @mariusgheorghies's investigation earlier today... ```bash...
This swaps out PropServerConfiguration usage with ReloadingPropServerConfiguration. It should be a no-op, in preparation for hot-reloading config Instead of inheriting from PropServerConfiguration, I decided to wrap it in a new...
Because I haven't used `pip` to manage dependencies in years...
I have a simple file: ```nim import htmlgen import jester routes: get "/": resp h1("Hello world") ``` and when I compile, I get the following output: ``` $ nim c...
It looks like the go client doesn't support something like `BinaryColumn`, which is [supported by the core db](https://questdb.io/docs/reference/sql/datatypes/). But it looks like the [ILP parser doesn't support binary types](https://github.com/questdb/questdb/blob/master/core/src/main/java/io/questdb/cutlass/line/tcp/LineTcpParser.java) yet...