Evelyn Osman

Results 18 issues of Evelyn Osman

As of go 1.16 module mode defaults to on which breaks the docker build since it depends on this being disabled. This change set GO111MODULE to off so that it's...

I stumbled upon this earlier today and unfortunately I lack the ALBs to validate it. Essentially it turns out that the `DescribeTags` API action has a hard limit of 20...

help wanted
sec: EC2

It would be great to be able to add music directly from my own playlists rather than searching for each song.

I've been doing all my testing under 3.7, when running on 3.8.8 and 3.9.2 will fails to start with the following exception. Python versions: * 3.9.2 * 3.8.8 Platform: OSX...

bug
help wanted

Python 2.7 EOL is fast approaching and which is leading to some fun things like [pytest dropping support](https://github.com/pytest-dev/pytest/issues/5519) leading to our travis job failing. Things to address including the following:...

When migrating from python 2.7 runtime to python 3 (3.8 for me) will will fail to load anything from redis with the following exception (once revealed): ``` Traceback (most recent...

bug

@skoczen how do we handle updating the documentation? I see you've configured a deployment that updates it but it's not clear to me how to trigger a new deploy when...

Update markdownify to latest release and change beautifusoup4 dependency to match version (and maybe just see if we really need to set it explicitly)

dependencies

There's been [a few security vulnerabilities](https://snyk.io/vuln/pip:pyyaml) since 3.13 was released. We need to upgrade to 5.1 and switch yaml usage to safe_load.

bug

I've actually been dealing with this issue for a few months and haven't gotten to the bottom of it. Will is continuously consuming 100% CPU on a single core and...