Michael Szul
Michael Szul
Same. I wanted to test/tweak the missing Geary styles, but noticed that I couldn't build from source.
:+1: on this. Most of my TypeScript projects now use ESLint. Noticed that this generator is still using TSLint when I ran it today.
This is definitely a feature I'd like to see too.
@AaronBeaudoin #1347 Addressed but it was never merged. There was some back-and-forth mostly over coding style consistency. Eventually, the OP of the PR moved on from Hyper as a tool,...
@matheuss I get the annoyance with @AaronBeaudoin's comment, but Hyper is one of the open source projects that Zeit frequently promotes, and there has been at least one PR that...
@AaronBeaudoin I'm sure there are many reasons mergers don't go through: code quality, efficiency, priority, etc. I'm not faulting them for that. Zeit has a lot of great products, and...
@Cubxity Why can't you have a tag name the same as a commit? For CI/CD, you need a unique tag name to grab the assets for deployment on the other...
Received an answer from a GitHub employee on Twitter: You can use the `GITHUB_RUN_ID` variable for a unique identifier for non-semvar tags/releases.
@kousu Had to output it this way: ``` - name: Create Release id: create_release uses: actions/create-release@latest env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tag_name: dev-lms-${{ github.run_id }} release_name: Release dev-lms-${{ github.run_id...
@p3x-robot How do I bring up that menu? Installed on Pop OS (Ubuntu) via Snap, my top menu is blank. No additional controls.