Brian Hung
Brian Hung
### Description https://github.com/handsontable/hyperformula/discussions/918#discussioncomment-2365097 When a sheet is renamed, a list of `ExportedCellChange` should be passed back in the `sheetRenamed` Listener. This would allow for the dependent cell values in the...
## 🙋♂ Question Similar to #869. Is it possible to add a callback or handler or mutated object when a draft is modified? The use-case is re-rendering a draft when...
This PR attempts to fix issues mentioned in #405 and #419 by using unicode fully qualified / unified names in paths for svgs and pngs. To get the fully qualified...
`options.element` is the same as `place` as defined in https://prosemirror.net/docs/ref/#view.EditorView.constructor. This PR expands the type for `options.element` such that `element` can also be a callback or a `{mount: Element}`, as...
Cover case where doc is empty but no descendants (custom doc that mimics an input). Add `emptyEditorClass` to the ProseMirror dom element instead. Also not required to call `this.editor.isEmpty` repeatedly...
One useful feature of redux devtools is [tracing](https://github.com/reduxjs/redux-devtools/blob/main/extension/docs/Features/Trace.md): it essentially gives you the stack trace of an action / mutation. https://github.com/reduxjs/redux-devtools/blob/main/extension/docs/Features/Trace.md Note that the following does _not_ work. I naively...
https://github.com/rollup/rollup/wiki/pkg.module
The preset `babel-preset-env` was [moved into the main babel monorepo](https://github.com/babel/babel-preset-env). As a result, the preset has been changed from `babel-present-env` to `@babel/preset-env`.
Motivation for this PR is to separate out `Y.XmlFragment` from `Y.XmlElement` in the scenario of using a custom top-level document with `type`, `attrs`, and `marks` defined. Related: https://discuss.yjs.dev/t/y-prosemirror-ydoctoprosemirrorjson-root-node-type-is-always-doc/642 #48 `sync-plugin`...
https://github.com/yjs/y-prosemirror/issues/47