Christian Fersch

Results 29 issues of Christian Fersch

Sorry, the PR got a bit bigger ^^. This does a lot of things: ### Pipe Generation * Teach the pipe laying algorithm to prefer straight lines * Automatically rotate...

We have two PRs (#26, #46) that want to run specific non-snapraid functionality before / after the snapraid run itself. I consider these specific things clearly out of scope for...

enhancement

The PRs show that there is a clear demand for other notification services beside email. We have Telegram, Slack, Pushbullet, Apprise and Discord. I do not want to maintain those...

enhancement

Allow snapraid runner to run the `smart` command during its run, so the output of the smart command can be included in the status emails. This was a feature request...

enhancement

Caching the results seems unnecessary https://github.com/selwin/django-user_agents/blob/master/django_user_agents/utils.py#L41, since `uap-python` doesn't actually load the yamls anymore, but they are converted to python in the build process. See here https://github.com/ua-parser/uap-python/blob/master/setup.py#L20 and here https://github.com/ua-parser/uap-python/blob/master/ua_parser/user_agent_parser.py#L548....

In multiple situations, `rq-scheduler` will leave its jobs in redis and never remove them again, effectively leaking redis storage. Ways to make this happen: * Jobs without `result_ttl`: 1. Call...

### Description This change gets rid of the Windows.h include in the public `enumerable_thread_specific .h` by moving it a cpp. Fixes #573 ### Type of change - [x] bug fix...

enhancement

**Operating system**: Windows 10 **wxPython version & source**: 4.1.1 **Python version & source**: 3.7.4 I am not sure whether you consider this a bug, but the [recent change to `InitLocale`](...

First of thanks for this amazing tool ❤️. Your modelling of "Links" is clearly best-in-class. Neither Hellmod nor Factory Planner can compete in this category. For my feature request: As...

enhancement

As discussed [earlier this year](https://github.com/ActivitySim/activitysim/wiki/Project-Meeting-2022.04.14#notes), this adds a github workflow that creates a windows installer for activitysim. This installer is completely-self contained, i.e. it contains a python, activitysim and all...