bkcsfi

Results 37 comments of bkcsfi

problem possibly caused by a property name `'#'` as shown in this fragment below ```yaml nested-field-validation-errors: description: Nested field level errors type: object properties: api_response: type: string minLength: 1 message:...

I was just about to open a ticket for this. Given this command ``` docker volume create -d nfs --name myvol -o share=nfshost:/share ``` I expected the plugin to mount...

Yes, this would be helpful. Can the create=yes option also be specified in the volume section of a swarm file? That's ultimately how I would be using it. Thanks

fyi, `project create` worked for me with gitlab and argocd-autopilot version 0.4.7 ```shell $ GIT_REPO="https://myrepo.com:1234/argocd/applications.git?ref=main" GIT_TOKEN=redacted-value argocd-autopilot project create my-project-name --provider gitlab INFO cloning git repository: https://myrepo.com:1234/argocd/applications.git Enumerating objects: 23,...

Hi, ~~Sveltekit just changed $app/env to $app/environment, this broke my app because LightSwitch.svelte version 0.0.1 refers to $app/env~~ please disregard, upgrading to 0.32.19 fixed this. thanks

Hi, We're using ws4py and need finer grained control over ping/pong handling. We really could use a 'pong_received' event handler and a method to manually trigger the sending of a...

Falcon deprecated `api_helpers` and moved it to `app_helpers` in April 2021 see https://github.com/falconry/falcon/issues/1903 would be nice to get #1297 merged (open since Jan 2022) so that sentry stops causing `DeprecatedWarning:...

I am using a git repo that has submodules. When building the docker image, I need to get revision information about submodules and write them to a file in the...

here's what I tried to email to [email protected] Hi, I guess you're just getting things launched with sandman.io, but I thought I'd point out .. on this page http://sandman.io/ The...

I thought an empty message had been sent in the failed case, yet the content-length header value is the same as the non-failed case.