with-heart

Results 65 issues of with-heart

Currently when using the `remark` transform, the available utilities are: - `unist-util-is` - `unist-util-visit` - `unist-util-visit-parents` These are some of the most common utilities for `remark` transforms and I think...

As part of the `1.0` release, we need to support `css-loader@^3.0.0` which was added to `create-react-app` in [#7876](https://github.com/facebook/create-react-app/pull/7876). Currently we have merged #185 into the `next` branch (published as `customize-cra@next`),...

:writing_hand: help wanted
:question: question
🧨 breaking change

I'm no longer of the opinion that this library is useful. The GraphQL layer is a UI concern and queries should be purpose-specific and driven by the UI's needs, so...

help wanted

- convert to `yarn workspaces` monorepo - add `"postinstall": "preconstruct dev"` script - add example nextjs app - add all of the components into a form - set up csb...

All components should support `onChange` and `onBlur` and have them work correctly. This might already be happening, but need to add tests to verify.

I skipped this because it was turning into more work than I felt like dealing with at the time 🀷

This PR fixes #723 Opening this as a draft because I'm really not sure what the best approach would be here. #723 occurs because `TldrawApp` initializes its state from `TldrawApp.defaultState`...

Right now the searcher can only be navigated using tab, which feels unexpected for that type of interaction. Most sites with an Alogolia UI or similar support arrow keys. Obviously...

This PR resolves #144 by creating a new function that checks whether each token is within the _range_ of an error (`e.character` to `e.character + e.length`). Checking the range produces...

I'm trying to render an error for this block of code: ```ts type MyPick = { [Key in K]: T[Key] } ``` I'm using this `twoslash` block: ```` ```ts twoslash...