smagret

Results 2 comments of smagret

Hi, any news on this? I'm having the same issue with a 10k lines file. With the live render it makes it almost impossible to edit the file :(

Same here with v0.2.60: `gh act -j install_in_docker -s GITHUB_TOKEN="$(gh auth token)"` ```yaml name: TEST!! on: workflow_dispatch jobs: install_in_docker: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: Setup PHP uses:...