Daniel Bosk

Results 15 issues of Daniel Bosk

It would be nice to purify the output, so that the output on stdout is purely output. Right now it also contains informative data. E.g. ```sh $ rmapi ls INFO:...

small enhancement

# Describe the bug File objects get attribute `content-type` which must be accessed through `getattr`. All other attributes can be accessed by `some_file.attribute`, but due to the `-` that doesn't...

bug

``` $ python3 -m pip install autologin [...] Successfully installed Automat-22.10.0 Flask-0.10.1 Flask-Admin-1.4.2 Flask-SQLAlchemy-2.1 Flask-WTF-0.12 MarkupSafe-2.1.1 PyDispatcher-2.0.6 Twisted-22.10.0 WTForms-2.1 Werkzeug-2.2.2 autologin-0.1.4 constantly-15.1.0 crochet-2.0.0 cssselect-1.2.0 docopt-0.6.2 formasaurus-0.8.1 hyperlink-21.0.0 incremental-22.10.0 itemadapter-0.7.0 itemloaders-1.0.6...

I get the following broken output when using the `memoir` class with cross-refs enabled: ![image](https://github.com/nrnrnr/noweb/assets/237222/84572f90-1445-46c0-840a-d209b2affd87) Turning off cross-refs works, of course. Adding `hyperref` to the preamble, makes it work as...

wrong package

It would be nice if RepoBee also could set up the organization with suitable settings (if any needed). One thing less to do in the GUI :-)

feature

See `-edit` and `--edit`: ![image](https://github.com/nrnrnr/noweb/assets/237222/cc9d04f4-231e-4e9e-812b-c48921607c9d) The code for the image: ```latex The course responsible must then generate the sign-up sheet. This is done by running the following command. \begin{minted}{bash} nytid...

# `docopt` ``` $ python3 -m pipx install volvooncall installed package volvooncall 0.10.4, installed using Python 3.10.12 These apps are now globally available - voc done! ✨ 🌟 ✨ $...

https://github.com/jplag/JPlag Just recording a thought here. It would be interesting to be able to systematically use JPlag in Repobee.

good first issue
plugin

Basically all packages that use the OpenAI APIs support supplying the API key through the `OPENAI_API_KEY` environment variable. It would be nice if smartcat joined that convention. (Unfortunately, my Rust...

It would be nice to have an option, e.g. `-r`, to repeat what comes on stdin in the output on stdout. The use case is for use with text editors....