Nick Guenther
Nick Guenther
(with ` ACTIONS_STEP_DEBUG = true` set and) With this `step` ``` - name: Create Release id: create_release uses: actions/create-release@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tag_name: ${{ github.sha }} release_name:...
I tried @szul's research but it failed; maybe I misunderstood? ``` - name: Create Release id: create_release uses: actions/create-release@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tag_name: ${{ env.GITHUB_RUN_ID }} release_name:...
Amazing, thanks :)
@sondreb's work from #29, https://github.com/sondreb/action-release, seems much more like what I want: I want to have an auto-generated draft release, always updated with the latest build, and then I want...
No worries. I know how it goes. I have lots of my own projects on the go and most of them fall by the wayside. This isn't a crisis for...
> Could all the archived hosts and their data be found and displayed,whether or not it's just-booted or it has been online for awhile, and even if the children haven't...
Actually I need to revise that last statement about netdata holding a persistent archive. Tonight I had a downstream hang and while hung it didn't show up in the upstream's...
> @stelfrag this seems to be linked to the ability to display charts that aren't live, so it's either a duplicate or can be linked to a PR in progress...
In the meantime, here's how to disable NLA using the registry (and therefore from the command line, if that's all you've got). According to [this thread](https://social.technet.microsoft.com/Forums/windowsserver/en-US/8d02bd1e-6f3a-4b80-adbb-c70983c8878e/remote-desktop-connection-problem) the options in "System...
This is a heroic task. I've been idly wondering whether mumble or webrtc are the best choices into the future, and here you are gluing them together. This is amazing...