Paul Götze

Results 16 issues of Paul Götze

Until recently we fetched programming languages after every deployment from [github/linguist](https://raw.githubusercontent.com/github/linguist/master/lib/linguist/languages.yml). This might lead to missing new programming languages when there wasn't a deployment recently. So we should set up...

enhancement

There's this message when installing hex dependencies: ```bash basic_auth 2.2.5 RETIRED! (deprecated) Basic Auth is now part of Plug. Use Plug.BasicAuth ``` So we should follow this advice.

cleanup

### Expected Behavior I only see projects once (and maybe after a while again) in the recommended projects email. ### Actual Behavior Unless there were new projects added, the recommended...

enhancement

When logging in with GitHub, the user's email can be one that is not active/working anymore. However, we use this email to send messages and as the response email if...

enhancement
WIP

To provide maintainers (i.e. the person who submitted the project) with some best practices about the next steps after someone contacted them. Not sure, which best practices that would be...

documentation
help wanted

Hi, awesome idea to write an open book about löve! I tried to generate the files after cloning the Repo by running ``` $ bundle install $ ./render.sh ``` The...

bug

The Rust implementation [takes options](https://github.com/jdrouet/mrml/blob/main/packages/mrml-core/src/prelude/render.rs#L25-L29). `Mjml.to_html/1` should also allow passing these options.

Running diffs for a larger amount (several thousands) of texts under JRuby 1.7.10 throws Bad file descriptor errors: ``` Errno::EBADF: Bad file descriptor - Bad file descriptor getStackTrace at java/lang/Thread.java:1588...

Thanks for the development & maintenance of the filedepot package! I recently started seeing this deprecation warning when using the `WithThumbnailFilter` class with pillow v9.2.0 (I'm running on Python 3.10.7):...

* Updates the CI to use the latest working Elixir (1.13.4) (1.14. is not yet working, see https://github.com/deadtrickster/prometheus.ex/issues/48) * Fixes the deprecation warning during compilation: ``` warning: use Mix.Config is...