Joshua O'Sullivan
Joshua O'Sullivan
I've had this issue today with an Ubuntu 22.04 machine, while the hot reloading works fine on a mac. I'm pretty certain what this comes down to is the fact...
Update: air also doesn't have a legacy watch option, so neither air or the fiber cli work in my use case.
I can't really do anything about this until the last.fm API is fixed.
I will come back to this if and when the last.fm API is fixed.
The last.fm signup form says: >Your username should be between 2 and 15 characters, begin with a letter and contain only letters, numbers, '_' or '-'. ...but in classic last.fm...
### I intend to add some way for users to hide tags selectively from their tag cloud. There will be less tags in your cloud as a result, but that...
### As of https://github.com/TheTeaCat/lastfm-tag-cloud/commit/3a44531e57535f3370ef0caeb66dc7dd49a5679b you can hide these tags from your tag cloud. As the tags still appear in tag clouds in the first place this could still be considered...
The tag filter added at https://github.com/TheTeaCat/lastfm-tag-cloud/commit/6c4c74f95031ad30a5770e02fbbd33c01402360d could be considered a partial fix, although this issue is still open as that is more a solution to generic and obscene tags. Not...
My current workaround for this is to have a `serverless.yml` for local development, then create a `serverless.prod.yml`. I can't seem to find any docs on how to do substitutions nicely...
@dnalborczyk The root of the issue here seems to be that the serverless framework expects binaries for its handlers when you're using Go, but there's no way to express how...