Francis Begyn

Results 12 comments of Francis Begyn

In our use case, we have also encountered the following when using binary UUIDs: While editing the row with the phpmyadmin UI, it seems to add a `1` to the...

I've migrated the discovery to the Tailscale client in https://pkg.go.dev/tailscale.com/client/tailscale based on @roidelapluie question.

Currently battling a bit with the Go version demands of the `tailscale` SDK/API and keeping support for the previous go versions. As it stand getting it merged in Prometheus would...

I've been running some versions of this branch without issue the past months. It would be nice to get some further pointers on what can be improved to get this...

@roidelapluie to my knowledge there is no attribute that would allow us to differentiate like that. There is [a feature request open on github action](https://github.com/orgs/community/discussions/9098) for something that would allow...

So after looking over some further documentation, it might be possible to insert a check based on `gh repo view $(git config --get remote.origin.url) --json isFork` to the CI workflow,...

Some tests seem to fail (also upstream, so I guess unrelated), but the 2 step process and checking the output result of gh CLI seems to work. Only question is...

rebased on `main` and switched to the hard-coded community check

@dploeger any follow up on this? We're looking to spin up some Foreman metrics as well and would be grateful if I don't have to test this out :sweat_smile:

@juliusv according to [their documentation](https://github.com/tailscale/tailscale?tab=readme-ov-file#building), the Tailscale SDK always requires the latest version. So the Go version should still be a problem. However the test running with a previous go...