Monty

Results 17 issues of Monty

Added the option `once: true` to the `window.addEventListener` call in the `login()` method. Related to issue #6

Change in client code necessary as shown in https://codepen.io/montspy/pen/KKKBGpP On `'update'` event handler needs to check if response is `null` or not. Related to issue #7

According to the [docs](https://developer.spotify.com/documentation/web-api/reference/player/get-the-users-currently-playing-track/), the Spotify API: > When no track is currently playing, the request will return a 204 NO CONTENT response with no payload. This will cause this...

`loopInterval` can run multiple times concurrently in case the page calls `login()` more than once. This can happen if the Spotify user is not playing any song for example, as...

Instead of terminating when fees spike, add option (UI checkbox) to wait x minutes for gas to drop before terminating When terminating for too high fees, clearly error out in...

bug
enhancement

For airdrops, often a single NFT is sent multiple times to the same wallet. These transfers of the same NFT to the same address can be grouped into one transfer....

enhancement

A wallets list is a wallet per line Default is to send 1x NFT per wallet LooPyGen could accept an optional quantity for each wallet line `wallet.loopring.eth,5` sends 5 random...

enhancement

Currently `ffmpeg` defaults to 25fps when importing GIFs for compositing. It's causing frame-pacing issues for GIFs with frame delays not multiples of 1/25s 1. The ImageBuilder should be able to...

bug
enhancement

Whole layers can now have a non-zero chance to be empty (i.e. skipped). Metadata is generated with missing property or attribute where a layer is skipped. A field for layer...

enhancement