https://github.com/xgqfrms/github-fe-oss-project-template/actions/workflows/test.yml demos https://github.com/xgqfrms/github-fe-oss-project-template/blob/main/action.yml GitHub Actions Toolkit The GitHub Actions ToolKit provides a set of packages to make creating actions easier. https://github.c...
▲ BACK TO NAV file Tool to do various file formatting things I think. Detect encoding of a file file -I input.csv Detect encoding of a file. ▲ BACK TO NAV sed Tool to make substitutions in a text file (submitted by Chris Alcantara). Replace all instances of a word and output resul...
create one gist with filenamereadme.mdor whatever filename edit gist add files,package.json,app.js...and so on demo https://gist.github.com/xgqfrms/1981c08fcb7e09056e1c5d9192f272c8 npx $ npx https://gist.github.com/xgqfrms/1981c08fcb7e09056e1c5d9192f272c8 $ npx gist:981c08fcb...
The first configuration setting you're most likely going to want to set once you have installed the Github CLI is to always ensure it makes use of SSH for all operations. To do this is fairly easy and we will make use of thegh configcommand to do so. gh config set -h github.com g...
For a project where the schema is to be determined at the start of the application (it can change depending on configuration) I'm looking at generating the schema and all related things at startup. I have put my efforts (as clean as possible) in this test project. https://github.com/...
If you want to follow along with the code and do not fancy cut/paste, I have created a GitHub Gist for the code you see in this article. You can find ithere. Copy PS># 1. Discover the modulesPS>Find-Module-Name'Microsoft.PowerShell.Secret*'|Format-Table-Wrap-AutoSizeVersionNameReposi...
If you want to improve the script, feel free to send me a pull request to thecreate-conflic.sh gist. To run it, save it as create-conflict.sh, make it executable and run it in a directory, where it will create the git-repo directory. ...
Git 2.x to check out the sources. We find that older versions of Git can't successfully check out all of the required repositories or fail during a rebase when switching between checkout schemes. Disk space: Make sure that you have enough available disk space before starting. The source co...
Here is an useful tutorial for converting mbr to gpt using the free gdisk software: https://gist.github.com/cjyar/cd5ea76a8692516767672ffc2883df92 The goal is to keep all data, just rewriting the partition table. But do make backups before you begin!
Stephen_A_Marsh Community Expert , Mar 25, 2021 Copy link to clipboard I hacked at a different script and this is what I have: // Make all layers visible in selected layer set.jsx // Stephen Marsh - 2021 // Hacked from the following: // https://gist.github.com/joonaspaakko/013a...