Adrien Foulon
Adrien Foulon
If you suppress the noise in the update which are tests doc change and platform specific changes. The changes become minimal. I find the changes in uv__stream_recv_cmsg a bit suspicious,...
Seems it might already have been fixed https://github.com/libuv/libuv/pull/4647 Edit: maybe different memory leak, reported on an earlier version. But try the fix anyways as maybe the fix to the function...
@mjlehrke Thanks for investigating and finding the cause of the leak A PR has been merged that should fix it https://github.com/libuv/libuv/pull/4656 It might take a month or so until node...
What would the "clean" button achieve? I think it's just a mistake in the doc, because nor the Quill or the TipTap editor have a clean button available
I see, then to achieve the same in tiptap we need a button that runs ```js editor .chain() .focus() .clearNodes() .unsetAllMarks() .run() ```
Since this change I get a `Failed to resolve apiClient or function: Logger instance could not be determined` on all endpoints Can't we just return `console` if no logger is...
It's a very big and large problem in docker this volume permissions but unfortunately they are not doing anything about it So right now we have to use hacks and...
The problem comes from the modal which has either an animation or transition and basically when the modal is mounted with the slider, the computed width is 0 Maybe we...
Then yes it should be in `suggest` dependencies and documented in the configuration of MEDIA_LIBRARY_ENDPOINT_TYPE and also using the new recommended lib now, removing it from dependencies now has to...
Which version are you using?