bdbch
bdbch
First off: Great project! This looks like the perfect alternative (self-hosted) for Reddit. Would love to contribute ASAP I have time! Also great stack. I think URL Previews would be...
Pretty soon (19th of November) Gutenberg will come out in combination with Wordpress 5.0. ACF created a cool solution for ACF support which is pretty straight forward. https://www.advancedcustomfields.com/blog/the-state-of-acf-in-a-gutenberg-world/ https://www.advancedcustomfields.com/blog/acf-5-8-introducing-acf-blocks-for-gutenberg/ The...
Currently Flynt still uses jeet as a layouting solution which I think is obsolete since last year. Most browsers already support flexbox and even IE10 and IE11 can run flexbox...
This PR should fix #2924 by adding a new command called `deleteCurrentNode`. This command is then used inside the keymap core extension right before the `joinForward` command to check if...
### What’s the bug you are facing? The problem we are facing is described in this issue: #2589 Right now it's not clear that doing something like that: ```js new...
### What’s the bug you are facing? The Cypress tests have two major problems from what I can see: 1. They are super slow resulting in a slow response time...
This PR adds the connection class which handles user related events. I'm not sure if it should also handle all events coming from a connection and just call a function...
This PR should fix #593 and fix #316 Since there was no wrapping element for the inline text, flex was going crazy. The added span plus extra classes help with...
## Please describe your changes This PR gets rid of the initial null render on non-ssr environments. ## How did you accomplish your changes We're doing a check on the...