Bee Webb

Results 9 issues of Bee Webb

I think this is what the text meant to be. Although, "XMl Entity Expansion is somewhat similar to XML Entity Expansion" does seem like it could be a recursion joke.

At https://libraries.io/pypi/Django/versions.atom I get a "403 Forbidden" message, instead of the expected atom feed. ``` $ curl https://libraries.io/pypi/Django/versions.atom 403403 Forbidden ```

This PR will close issue #392. ## How Has This Been Tested? ## Screenshots (if appropriate): ## Checklist - [x] My code follows the code style of this project. -...

```html ``` Fails with: ``` Uncaught Error: only one instance of babel-polyfill is allowed ```

Not sure if this is the correct place to report issues with data, but I've noticed that a lot of those candidates who were previously MPs have parliament.uk email addresses...

This is now required by chrome in order to be able to load the unpacked extension as a developer. Apparently manifest version 1 extensions are currently also being phased out...

If a user mistakenly enters a 7 character password, they will receive no feedback as to why their login is not possible.

webui

Example: ```python import jsonstreams with jsonstreams.Stream(jsonstreams.Type.array, filename='test.json', indent=4) as s: s.write({"a": 1, "b": 2}) ``` Actual test.json: ```json [ { "a": 1, "b": 2 } ] ``` Expected test.json: ```json...