Nick Perez

Results 54 issues of Nick Perez

* Modifies signature of readVersion and writeVersion to allow Promise as valid return The reason for this change is that I have a use case where I need to fetch...

By default, brew will only list brew taps, casks & bottles. This PR makes it so that anything that brew supports to install such as mas and whalebrew dependencies to...

This makes the GUI's redux store be fully typed by: - Following Redux Tookits' recommendation of deriving [the root state type from the root reducer](https://redux-toolkit.js.org/usage/usage-with-typescript#getting-the-state-type) - Adding `PayloadAction` type to...

I ran into an issue using this library in IE11, luckily enough it was a very simple fix. For some reason, I get `undefined` values in the `mapKey` functions and...

## Changes Overview Just a PoC at the moment ## Implementation Approach ## Testing Done ## Verification Steps ## Additional Notes ## Checklist - [ ] I have renamed my...

## Changes Overview As a follow up to #5147 In my previous PR, @634750802 [reminded me](https://github.com/ueberdosis/tiptap/pull/5147#issuecomment-2111518139) that Nodes & Marks both have the configure method as well and have almost...

## Changes Overview Makes a link exitable by default ## Implementation Approach ## Testing Done ## Verification Steps ## Additional Notes ## Checklist - [ ] I have renamed my...

## Changes Overview A third PR for performance of the useEditor hook :sweat_smile:. What I've done here is combine a few of the different approaches and added a bit of...

## Changes Overview Using `CSS.escape` is the wrong tool for the job here: - it is meant for CSS selectors and does not handle CSS variables properly. - you can't...

## Changes Overview This enables content checking for changes made by the collaboration plugin. The changes made by the collaboration plugin are outside of the usual flow of content provided...