Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

mulder999

mulder999 created a comment on an issue on siderolabs/talos
I’d like to add to this excellent article that [ghcr.io](https://ghcr.io) doesn’t resolve in an IPv6-only environment either. Instead of relying on pull-through registries, I’ve been using the pub...

View on GitHub

mulder999 created a comment on an issue on siderolabs/terraform-provider-talos
This mode is not intended for long-term use, but it can be helpful when testing potentially critical changes. You might switch to this mode temporarily to try out the changes, and once you confirm ...

View on GitHub

mulder999 opened an issue on siderolabs/terraform-provider-talos
talos_machine_configuration_apply apply_mode="try" is not supported
According to `talosctl apply-config` and `talosctl patch`, the following apply mode are possible: `-m, --mode auto, interactive, no-reboot, reboot, staged, try apply config mode (default auto)` ...
mulder999 opened an issue on terraform-provider-openstack/terraform-provider-openstack
openstack_networking_secgroup_rule_v2 does not work in non-default region
Attempting to create a security group in a region other than the default region provider fails. The secgroup is created (always with default rules) but none of the rules gets applied. ``` resource...
mulder999 created a comment on an issue on seaweedfs/seaweedfs
Hi @chrislusf Thank you for getting back to me. I attempted to update the mount flag type after the initial mount using a Linux command (though I can't recall the exact command at the moment). D...

View on GitHub

mulder999 opened an issue on dj-nitehawk/MongoDB.Entities
Do not assume ID are strings for building relationships
In file `One.cs`, it is assumed `entity.GetId()` is a `string`, [see](https://github.com/dj-nitehawk/MongoDB.Entities/blob/5f801608015d19af49ab5821ea506b8fa4f6bd8a/MongoDB.Entities/Relationships/On...
mulder999 created a comment on an issue on usebruno/bruno
@yesm1ke Starting off my pre-script code should get you working faster...

View on GitHub

mulder999 opened an issue on siderolabs/contrib
Terraform basic example should create distinct secrets per machine
The current Terraform basic example for setting up Talos clusters uses a single set of secrets (`talos_machine_secrets`) shared across all controlplane and worker nodes. This approach poses potenti...
mulder999 opened an issue on seaweedfs/seaweedfs
Add option to configure mount propagation
**Description** SeaweedFS currently lacks explicit support for shared mount propagation (`MS_SHARED`) when mounting directories. This feature is critical for use cases where the mounted directory ...