Vincent Driessen
Vincent Driessen
The bug is exposed as follows: ``` $ git flow init # accept the defaults $ echo "foo" > foo $ git add . && git commit -m 'Add foo'...
Take care of the situation where two release branches live next to each other. In that situation, a "finish release" action should merge back changes into the other release, not...
This shouldn't be too fancy, but it is extremely useful to avoid making mistakes where you change some of your job function's code and forget to reload your worker.
I'm currently using rq-scheduler in one of my projects, and I was a bit confused when I learned that a scheduler has a queue name argument. I'm not 100% sure...
This PR proposes and implements a new hook in `@liveblocks/react` that makes working with data from Storage a lot easier: `useSelector()`. This proposed solution solves many of the problems stated...
This PR is the gathering place for all future breaking changes that will need to land in our next major version: ✨ **0.18** ✨. This is a long-running PR that...
We currently have a lot of support code inside the Room's state machine to manage several event queue callbacks that can be subscribed to using a single exposed `room.subscribe()` API....
I've marked [a few flaky tests](https://github.com/liveblocks/liveblocks/search?q=%22This+test+is+flaky%22) to be skipped, since it will occasionally turn CI checks red, even for unrelated changes. We should make these tests more reliable before re-enabling...
Fixes https://github.com/liveblocks/liveblocks/pull/337#discussion_r897511528. As mentioned in the https://github.com/liveblocks/liveblocks/pull/337#discussion_r897511528 thread already, this only fixes this at the surface of a much deeper rabbit hole, which warrants a separate quality pass of its...