Mark Phelps

Results 105 comments of Mark Phelps

@ognif try removing `url` from the config .yaml ```yaml db: url:

Also it seems you are using an out of date version. I would recommend upgrading to the latest release [v1.11.0](https://github.com/flipt-io/flipt/releases/tag/v1.11.0) if possible. I had to change the Docker repository namespace...

Thanks @ognif for the detailed response. Will try to reproduce on my end and will get back to you ASAP

@ognif I was able to verify it is an issue with the helm chart not mounting the configmap to the correct volume mountpoint on the pod. I think I have...

Marking as closed as I reproduced and confirmed the fix with the lastest helm chart version. Feel free to re-open if still an issue

I'm changing this title to simply be 'update to use token based pagination instead of limit/offset' as I realized we cant enforce a default limit (and likely even a max)...

Closing in favor of #1053

Just ran into this myself: https://github.com/cli/cli/runs/7154067646?check_suite_focus=true#step:6:37 Will add to our internal project board to prioritize a fix

@iamolegga that does look odd, I added some more output here: https://play.golang.org/p/Xe6QQx1igjo You can see the entry is actually logging at the right level, ie it doesnt output 'debug' level...

👋🏻 You can set the package's permissions to match that of the repository, so if the repo is public then the package will be public. https://docs.github.com/en/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility#inheriting-access-for-a-container-image-from-a-repository Container Registry packages(images) can...