Elan Trybuch
Elan Trybuch
I have tried to use the above to no avail, am I missing something? ```yml jobs: Simple-ssh: name: Simple SSH runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: run cmds...
@tribals, thanks for your reply, but even doing it in the aforementioned way fails. `scp ./world.txt ${{ secrets.HOST }}:${{ secrets.TARGET}}` yields: ```bash Received disconnect from xxx.xxx.xxx.xxx port 22:2: Too many...
Copy that, I think you are correct. I thought my host forced me to use a passphrase. I made a new key w/o and its working with this: ` scp...
Hi, is this issue still an issue?
Probably the walking time countdown. I added it in, with haste. I probably need to do garbage collection and remove the timer from memory.
@Nneuland; did you ever dig into this and remove the timer code? Another possible issue is the fact its using ECMA5; and not modern js. This was done so with...
@dandalgatov re train direction. This info is pulled directly from the API. I will not be coding in logic to determine which borough its headed towards. In your usecase: >...
Yes its in the `README.md` for how you populate the config: ```json stations: [ { stationId: 237, walkingTime: 5, dir: { upTown: false, downTown: true } }, { stationId: 177,...
I think what you are asking is to put the train station name atop: Jay St Metrotech | Train Line | Direction | Time 1 Time 2 Time 3 |
Is `MMM-nyc-transit` the only module running? How many instances of it do you have installed?