Vasiliy Tolstov
Vasiliy Tolstov
### The problem https://api.mcs3.miele.com/thirdparty/login?response_type=code&client_id=2b999780-2279-4d9a-baa2-d872fbbea3ec&redirect_uri=https://my.home-assistant.io/redirect/oauth&state=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJmbG93X2lkIjoiMDFKNTlEWjhXV1c5UzNQME1BQ1BWQkpSQUEiLCJyZWRpcmVjdF91cmkiOiJodHRwczovL215LmhvbWUtYXNzaXN0YW50LmlvL3JlZGlyZWN0L29hdXRoIn0.M5Ji_rGiZGIw2o9nRHnPralz8r2YBo__P5Za-6fJNIs&vg=sv_SE says Authentication failed! Please check your login details. invalid_client: Client credentials are not valid, clientId: 2b999780-2279-4d9a-baa2-d872fbbea3ec ### Version of miele integration having the issue? 2024.8.1 ###...
I'm using pgbouncer with pgx and saw many memory allocs in internal/sanitize packages. Did you mind to use simple buffer pool for this https://github.com/jackc/pgx/blob/v4.18.3/internal/sanitize/sanitize.go#L29 So you can use already allocated...
Do you plan to add ability to run maddy as package - for example i want to have config not in file, but generated via my service, also i want...
Hi, does it possible to get automatic failover in case of connection error: 1) have two database hosts master=>slave 2) slave preferred query executing 3) if master error like connection...
does it possible to provide multiple servers in stdlib and have automatic failover between hosts? Not i'm use yandex/go-hasql for ability to switch between master/slave May be we can use...
unmarshalN__DirectiveLocation2ᚕstringᚄ in generated file i can see strange symbols, does it possible to generate code only with standard symbols ? my schema: ``` directive @AccountService on FIELD_DEFINITION type Account {...
what about adding fskit from macos sequoia ?
### Proposed change add ability to set ttl for each key ### Use case reuse nats as kv storage in apps ### Contribution need to investigate code
To use with tracing/metrics and so we need to have ability to register own wrapper, but open original driver. So for pgx https://github.com/jackc/pgx/blob/master/stdlib/sql.go#L96 and for sqlite https://pkg.go.dev/modernc.org/sqlite#Driver
* dont use background goroutine to periodically write metric * minimize cpu usage * add unregister metric method to drop unneeded from memory