Dimosthenis Pediaditakis

Results 9 comments of Dimosthenis Pediaditakis

The default timeout values we use are here: https://github.com/manahl/arctic/blob/master/arctic/arctic.py#L71 socketTimeoutMS connectTimeoutMS serverSelectionTimeoutMS Their explanation is here: https://docs.mongodb.com/manual/reference/connection-string/#server-selection-and-discovery-options Question is how long we wait for a query response, given the TCP...

Do we have any proposals for naming when using initialize_library? e.g. ``` [A-Za-z0-9_]+ ```

@bmoscon @yschimke @richardbounds @jamesblackburn It could be then: ``` '^([A-Za-z0-9_]+)(\.[A-Za-z0-9_]+)?$' ``` For new libraries don't allow: - more than one '.' - lib name ending with '.' - '-' -...

To bootstrap with a working S3-compatible local testing node, the developer may use: https://github.com/minio/minio

Maybe start with implementing a simpler store first (ChunkStore)? Or alternatively from scratch a brand new S3Store ?

Use Prometheus in your Python code: https://github.com/prometheus/client_python Spin up your own local Prometheus server: https://prometheus.io/docs/prometheus/latest/getting_started/

same issue with these overrides: https://github.com/dimosped/glove80-zmk-config/blob/main/config/glove80.conf @B-urb @DominikHorn @slashfoo did you have any luck with any specific combo?

thanks, I ended up disabling it as well,. Interestingly [Kinesis Adv 360 that runs on zmk ](https://github.com/dimosped/Adv360-Pro-ZMK/blob/V3.0/config/boards/arm/adv360/adv360_left_defconfig)doesn't have this issue and the settings used are: ``` Adv360-Pro-ZMK/config/boards/arm/adv360/adv360_right_defconfig CONFIG_ZMK_RGB_UNDERGLOW=y CONFIG_ZMK_RGB_UNDERGLOW_EXT_POWER=y CONFIG_ZMK_RGB_UNDERGLOW_ON_START=y...

@brandon-1999 @kristof-mattei same here, while using the absolute path instead of '~' fixed the issue of not picking up the theme on MacOS, some elements of the theme have no...