Dariusz Czajkowski
Dariusz Czajkowski
## Introduction When users create a snippet they have to assign a trigger that causes a snippet to be replaced. For example, when you want to display current date, you...
Hi, this looks very good! Have you considered adding support for dynamic routes generation the same way [Nuxt does it](https://nuxtjs.org/guide/routing#basic-routes)? It would be an awesome feature to have these routes...
### Problem Statement Currently, the default logger used by Sentry is `globalThis.console`. However, our app has multiple transports for logging (remote, file, console etc.) With current Sentry implementation, we cannot...
Old version of the docs supported API history by appending `/history` to the URL. For example, from `/api/desktop-capturer` you could do `/api/desktop-capturer/history` to get the history of changes of that...
**Is your feature request related to a problem? Please describe.** Currently, we are using react-easy-sort for a list of elements with different height. Dragging them around moves items around, but...
## Vue Emoji Picker #### Use Case Provides a highly customizable, slot-based emoji picker, suitable for any application. #### Demo Demo is available [here](https://codepen.io/DCzajkowski/full/Brxvzj), showing the potential and customizability of...
### The problem I was browsing the main landing page through a newsletter link, and (I think) on hover of one of the underlined words in "One is a new...
### Current behavior When calling `.should` after `.then`, that does not call any Cypress commands and returns undefined/null/void, the `should` assertion is not retried. According to [the docs](https://docs.cypress.io/api/commands/then#Yields), when void...
**Description** After changes introduced to `ReactEditor.focus` in #5527 we cannot manually set the selection before/after focusing the editor. Manually focusing the editor using `document.querySelector('[data-slate-editor="true"]').focus()` works as expected. In the attached...