James Nylen
James Nylen
Currently if you want to replace something using a call to an external API you need to use some hacks: https://github.com/ClassicPress/ClassicPress/pull/496/files#diff-2e5af0be9bc4d0bc2b8d274f4d9ccd59a904d796bf7de199f5e1e7c1e0aa2d42R7 Adding a way to have an async replace callback...
As described in the title. Seems to go away after a page refresh.
The only line in the project that is "partially covered" is line 37 in `priority-queue.ts`: https://github.com/sindresorhus/p-queue/blob/0131f7f74431c513dbd3817e041e27a54eb50f60/source/priority-queue.ts#L35-L38 This (and the method definition) seem to say that `dequeue` may return `undefined`, but...
**Is your feature request related to a problem? Please describe.** I'd like the bridge to be smarter about transferring over **user mentions** from one platform to another. **Describe the solution...
This repository is getting a lot of activity for Hacktoberfest which is great to see! One thing we need help with is **filling in missing information for existing companies**. This...
It would be a good idea to have a contributing document for developers, since there is a non-trivial amount of code here now, and our main contributing document is oriented...
(to the table at https://remoteintech.company/) It would be nice to be able to filter companies based on the technologies they use, probably using a list sorted by frequency. We should...
https://github.com/xxsimoxx/cpcompatibility/blob/1156ef6d98a86e902a218514bfcc4f196d47a666/cpcompatibility.php#L37-L56 Thoughts on incorporating something like this into core? @xxsimoxx @johnalarcon Edit: we'd probably want to parse the update response more thoroughly, including showing what new version of ClassicPress is...
Alternative to ClassicPress/ClassicPress#397. ClassicPress version 2 will require the cURL HTTP transport and deprecate/remove support for the streams transport. Installing ClassicPress v2 (whether a fresh install or an upgrade from...
When migrating from WP 5.0 to ClassicPress using the [migration plugin](https://github.com/ClassicPress/ClassicPress-Migration-Plugin), a database upgrade screen is shown. This is because in WordPress 5.0.0, the `$wp_db_version` variable was changed from `38590`...