Collin Barrett
Collin Barrett
Since #505, [maintainer additional lists](https://github.com/collinbarrett/FilterLists/blob/master/src/FilterLists.Web/ClientApp/modules/home/components/detailsExpander/maintainersInfoCard/MaintainerAdditionalLists.tsx) has been disabled. This needs to be restored.
### Steps to reproduce Configure an Id column on a table as a MEDIUMINT UNSIGNED with an auto-generated value. ``` b.Property("Id") .ValueGeneratedOnAdd() .HasColumnType("MEDIUMINT UNSIGNED"); ``` Try to insert a record...
I am getting the "Can't read from file" error. I see a couple of other related issues, but I am not sure how to further debug this. My specs are...
FF 58 now supports HTML5 canvas image blocking. It provides a per-site permission pop-up. It'd be great if there was a way for user.js to enable this block setting globally....
Rather than: `https://wordpress.org/plugins//changelog/` The URL to the changelog in emails should now be: `https://wordpress.org/plugins//#developers`
Support indicating lists that are archived/stale/no-longer-updated. Rather than deleting such lists, keep them on the site but indicate that they are no longer maintained in some way. Re-opening a feature...
Currently, the postgres server auto-updates. However, when this occurs, postgres fails to startup since the database files were created for a previous postgres version. We should either: 1. auto-upgrade the...
Brainstorming some ideas for premium features for a potential paid feature set down the road. The core information will always be freely accessible, but there are some advanced features I'd...