Jonah George

Results 18 issues of Jonah George

enhancement
help wanted
good first issue

[Since Django 3.2](https://code.djangoproject.com/ticket/31180 ), the property has been deprecated as it is automatically detected by Django. Currently when `django-address` is loaded into a Django 3.2+ project, it throws deprecation warnings:...

Hey! While installing 0.49 I saw the funding request via `bundle` and immediately went to hit the button on Github from an organization account before seeing its Patreon-only. Would you...

With the announcement of [`rails/solid_cache`](https://github.com/rails/solid_cache) at RailsWorld 2023, I wanted to see if it would work with activerecord-sqlserver-adapter... a few findings: ## Usage of unique index on varbinary column https://github.com/rails/solid_cache/blob/main/db/migrate/20230724121448_create_solid_cache_entries.rb#L8...

feature

Very excited to have found this library, unfortunately when I try to run the examples I receive the following FFI errors: ``` $ dart --version Dart SDK version: 2.18.6 (stable)...

It appears that trying to compile this module into Caddy using the matching Caddy docker image is not working: ```dockerfile FROM caddy:2.7.6-builder AS builder ENV XCADDY_SETCAP 0 RUN xcaddy build...