gempir

Results 69 comments of gempir

I converted 3 plugs successfully. My 4th one doesn't wanna work though. I saw the mongoose webserver in my browser shortly but now it doesn't connect to the old Wifi...

I have a very similar issue on my mac. (`Sonoma 14.5 (23F79)`) I'm trying to connect raycast to bitwarden cli. After entering my API credentials and then my master password,...

It randomly works for me now. I'm not aware of anything I changed, I don't think I even rebooted. So I have no helpful information why it works now.

#197 sounds similar but patching the client and trying it out with javascript does not seem to make a difference. A normal curl cli calls works.

Running the latest version 1.5 ``` elasticsearch_exporter --web.listen-address=127.0.0.1:9114 --es.all --es.cluster_settings --es.indices --es.indices_settings --es.indices_mappings --es.aliases --es.shards ``` But also, I do not get ``` elasticsearch_indices_index_current ``` Other metrics around index stats...

Oh it's a typo! ``` elasticsearch_indices_index_current ``` Says the readme, but the correct name is ```elasticsearch_index_stats_index_current```

Sure! ``` org.alacritty.window.52167 windowId: 52167 org.alacritty.window.52167 workspace: 7 org.alacritty.window.52167 treeNodeParent: AppBundle.TilingContainer org.alacritty.window.52167 recognizedAsDialog: false org.alacritty.window.52167 AXTitle: Optional(Alacritty) org.alacritty.window.52167 AXRole: Optional(AXWindow) org.alacritty.window.52167 AXSubrole: Optional(AXStandardWindow) org.alacritty.window.52167 AXFocused: Optional(1) org.alacritty.window.52167 AXFullScreen: Optional(0) org.alacritty.window.52167...

This is a pretty unintuitive behaviour for new users of oauth2-proxy though IMO. When I have my application behind the proxy I expect the access token to be valid, otherwise...

This issue seems to be not only related to numbers. Also Nullable String cause errors. The exception it's throwing looks to be around here https://github.com/ClickHouse/clickhouse-cpp/blob/9d23bf5060602ae89b8c17b4f0884ebc50b93f36/clickhouse/columns/factory.cpp#L205C51-L205C65 ``` LowCardinality(Nullable) is not supported...

Also this issue is not isolated to numbers. Here is a simple example table to reproduce this issue. ``` CREATE TABLE IF NOT EXISTS my_events ( `event_id` UInt32, `name` LowCardinality(Nullable(String)),...