Erik Körner
Erik Körner
**Introducing GitHub Actions as alternative CI.** It can be introduced as another bootstrapping tox environment or merged in the existing one. I recently started a new project and played around...
Tested on latest Chrome Browser in Android 10. Amazon, Stackoverflow and some other websites worked. (Sometimes the DevTools icon was out of view on the right, scaled down or hidden...
**Problem description** **Termux:API** notifications are in separate _'Termux API notification channel'_ from the App _Termux:API_. The app is not listed in the Android app notification settings. Only Termux is being...
See Issue #285 . Not sure how to implement tests for this. Resources are released automatically from system by Android. On *nix, too?
Hi, In Termux you only receive a USB file descriptor (number bound to single process). Any operations like `usb.core.find(..)` won't work. I wrote a workaround/fix that extends the libusb1 interface...
Hi, I'm using the most current version of **Sphinx** (3.4.2), **Sphinx-Click** (latest) and **click** (7.1.2). My situation is like this: - I have a separate package with a click cli,...
**Exact location of issue** Unsupported latex commands in header (title and author information): - [`\capitalisewords`](https://ar5iv.org/html/2107.10314#id1.id1) - [`\name`](https://ar5iv.org/html/2107.10314#id2.1.id1) - [`\email`](https://ar5iv.org/html/2107.10314#id3.2.id2) - [`\AND`](https://ar5iv.org/html/2107.10314#id10.9.id9) - [`\addr`](https://ar5iv.org/html/2107.10314#id13.12.id12) Image display not working correctly: - [Figure...
https://github.com/uhh-lt/sensegram/blob/221c830c1c1adc64ffbdac19b5627722e06aa3c3/train.py#L13 Change to: ```python import pcz.disamgiguate_sense_clusters ``` Because: ```python Traceback (most recent call last): File "train.py", line 114, in main() File "train.py", line 106, in main pcz.disambiguate_sense_clusters.run(clusters_with_isas_fpath, clusters_disambiguated_fpath) AttributeError: module...
The `http` command, probably provided by `httpie`, is missing from the _dev_ requirements. Maybe just include it into the `Pipfile` to provide an out-of-the-box working example.
```bash bin/download_model ``` ```bash Downloading... From: https://drive.google.com/uc?id=1V8itWtowCYnb2Bc9KlK9SxGff9WwmogA To: /home/koerner/work/test/Deploy-BERT-for-Sentiment-Analysis-with-FastAPI/assets/model_state_dict.bin Traceback (most recent call last): File "./bin/download_model", line 4, in gdown.download( File "/home/koerner/work/test/Deploy-BERT-for-Sentiment-Analysis-with-FastAPI/venv/lib/python3.8/site-packages/gdown/download.py", line 153, in download f = open(tmp_file, "wb")...