Adam Freidin

Results 17 issues of Adam Freidin

Types are broken with current typescript (5.4.5), at least for my tsconfig anyway. The error continues with ``` There are types at '.../@solid-codemirror/codemirror/dist/index/index.d.ts', but this result could not be resolved...

``` No available data for block arisa_fukuzaki | path(s): dataAPI.entity_arisa_fukuzaki | type: PicksBlock ``` Found on https://2023.stateofjs.com/en-US/features/#async_features Specifically between "Browser APIs Pain Points" and "Reading List"

### Description When I do `api().setSize("a", 10)` I expect the panel to get resized to 10% of the size. It doesn't do that consistently, just hitting the buttons makes the...

pkg: react
component: splitter
type: bug

**First of all, thanks for this library!** I just had a small hiccup using `createEditorReadonly` along with ```js import { search, searchKeymap } from "@codemirror/search"; createExtension(() => [search(), keymap.of(searchKeymap)]); ```...

**Describe the bug** We have files with links to old documentation pages: e.g., https://argoproj.github.io/argo-events/tutorials/07-filters/ **To Reproduce** Steps to reproduce the behavior: 1. Go to https://argoproj.github.io/argo-events/tutorials/07-filters/ 2. Look at it. Scroll...

bug

### Affected URL(s) https://nodejs.org/docs/latest/api/util.html ### Description of the problem Hi! Small issue: `isBigIntObject` seems to be present in nodejs (22.9.0) via `'node:util/types'`, but missing from the [documentation](https://nodejs.org/docs/latest/api/util.html) and it is...

confirmed-bug
util
doc
good first issue

### Self-service - [ ] I'd be willing to implement a fix ### Describe the bug FORCE_COLOR=0 turns colors off, but there's no alternate indication of the package statuses. ###...

bug