Florian Kaiser
Florian Kaiser
+1 I solved it like this, with a proxy function: ``` go func alternativeHandler(w http.ResponseWriter, r *http.Request, ps httprouter.Params) { ps = append(ps, httprouter.Param { Key: "extraParameter", Value: "someValue", })...
:+1:
Vertex build works fine if you do this: ```sh ln -sn 3.22 common/gnome-shell/3.24 ln -sn 3.22 common/gtk-3.0/3.24 ``` Vertex build based on the `20170128` tag: [vertex.zip](https://github.com/horst3180/vertex-theme/files/3124173/vertex.zip)
Hi @ernitishkumar, I've added several options to the `ghr-options` branch. Can you please try if this works for you? Note: `${{ secrets.GITHUB_TOKEN }}` only grants access to the current repository....
Hi, [ghr](https://github.com/tcnksm/ghr) provides such an option and I created [a branch](https://github.com/fnkr/github-action-ghr/tree/ghr-options) to test this, unfortunately while testing I discovered that draft releases can't reference existing tags. Since this action is...
Hi @Cimbali, it used to be like this. Apparently GitHub recently made a change here and this is now working. Can you please test if it is working for you...
I absolutely agree with you. I would like to use the Mac App Store and it's sandboxed applications, however, I've experienced too many drawbacks and now I'm no longer using...
@jakob Have you made a decision regarding the sandbox problem yet? Could you provide a non-sandboxed version of the app that supports this?
@jakob Why switch to OpenSSH? libssh2 can use agents as well. (See my initial post.)
No Java experience.