kasteph

Results 10 issues of kasteph

I am using the Python bindings for Jamspell. Assuming that I have the following Dockerfile: ``` FROM ubuntu:16.04 RUN apt-get update RUN apt-get install -y software-properties-common RUN add-apt-repository ppa:jonathonf/python-3.6 RUN...

bug

- Specify path instead of having a dictionary switch: dictionaries can be elsewhere than what you may have hardcoded/specified. - Use path and language name rather than having the user...

The django-taggit-serializers project appears to be unmaintained for a few years now (see https://github.com/glemmaPaul/django-taggit-serializer/issues/44). Per @jezdez's suggestion in https://github.com/jazzband-roadies/help/issues/91#issuecomment-766396493, I would like to propose adding serializers to the django-taggit project...

enhancement

eta: 2023-12-31 description: We need to move dashboards from the Protocol Labs account to the Sentinel account. Transferring should be straightforward (copy the JSON definition of each dashboard). ```[tasklist] ###...

starmaps

Add [sentinel-drone](https://github.com/filecoin-project/sentinel-drone) to the [Software](https://lilium.sh/software/) section of the website. - [ ] Add `sentinel-drone` to list - [ ] Add how to install/setup, background on software, usage instructions One can...

help wanted
launchpad accessible

Closes #1030 ### Successful PR Checklist: - [ ] Tests - [x] (not applicable?) - [x] Documentation - [ ] (not applicable?) #### PR label(s): - [ ] https://github.com/procrastinate-org/procrastinate/labels/PR%20type%3A%20breaking%20%F0%9F%92%A5 -...

PR type: documentation 📚

### Discussed in https://github.com/procrastinate-org/procrastinate/discussions/1028 Originally posted by **kasteph** March 27, 2024 I am following the code snippet [here](https://github.com/procrastinate-org/procrastinate/blob/d82497ece46d20146dda461a688e200a34bf7fb1/procrastinate_demos/demo_django/project/settings.py#L131-L148) and the [docs](https://procrastinate.readthedocs.io/en/stable/howto/production/logging.html). I have something like this: ``` import logging import...