Stephen Mayhew
Stephen Mayhew
I agree that it's not frequent, but sometimes it's useful, and if the pipeline is already there, it shouldn't be hard to add `w.upper()`. One example: in [this paper](https://arxiv.org/pdf/1911.05241.pdf) the...
I'm using OSX also, and I can confirm that loginwindow maps to Locked Screen correctly. I'm not sure how to know if it is preventing the computer from sleeping. I...
By the way, I get `__LOCKEDSCREEN` when the display is on, and the screen is locked (waiting for password). When the computer is sleeping, it is `loginwindow`.
Which version of AllenNLP are you using? This was made with 0.8.2, but there have been several breaking changes since then.
That's strange, maybe it's not available in conda? It's available in [pypi](https://pypi.org/project/allennlp/0.8.2/). I just did this, and it worked: ```bash $ python --version Python 3.7.3 $ python -m venv env...