jeacott1
jeacott1
+1 on the docker image including fuse https://github.com/AppImage/AppImageKit/wiki/FUSE
This is a huge red flag for me if there's no means to control this. usually I'd have 2 things going on. 1. I'd transmit a X-Client-Version header on every...
@Legioth that's normal zero downtime deployment no? if we release 5 times a day, and have lots of people actively working on a site why would I expect them to...
+1 - I'd love to see a stop, or suspend button for each application in the UI. It would make regular but intermittent workloads much easier to manage. - to...
+1 for this, or at least the artifact id. @jjangga0214 @jperl the timeout is only for the redirect url. the actual rest endpoint is constant. ref https://docs.github.com/en/free-pro-team@latest/rest/reference/actions#download-an-artifact I'd find this...
@jerrymarino afaict the url is stable, but you have to follow the redirect to get the artifact.
@jerrymarino yeah, you are using the wrong initial url. you need to use the one here which is stable: https://docs.github.com/en/free-pro-team@latest/rest/reference/actions#download-an-artifact tldr: GET /repos/{owner}/{repo}/actions/artifacts/{artifact_id}/{archive_format} and then follow the redirect the real...
@amgmdz I tried it, but it didn't do what I needed it to.
@rstoyanchev sorry for the confusion. afaik the RSocketServiceProxyFactory is for client creation which while helpful is not what I am looking for. I want to restore a facility that works...
@rstoyanchev imo the declarative service exporters were completely viable post java annotations, they worked! @MessageMapping is method level only, so far from convenient: ``` @Target({ElementType.TYPE, ElementType.METHOD}) ``` Also, afaik its...