Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/solidjs/solid

A declarative, efficient, and flexible JavaScript library for building user interfaces.
https://github.com/solidjs/solid

webRes.headers is not iterable

aarongreenlee opened this issue almost 2 years ago
onCleanup not always called on the server

marbemac opened this issue almost 2 years ago
Missing Git tags v1.6.11, v1.6.12

andersk opened this issue almost 2 years ago
Suspense Fallback failing to render / appear on screen

yaq-cc opened this issue almost 2 years ago
Solid reads `0` from `undefined` in the `<Switch>` component

victor-wm opened this issue almost 2 years ago
Add `ClientOnly`

lxsmnsyc opened this pull request almost 2 years ago
Portal's mount parameter doesn't work

GakkiiSmile opened this issue almost 2 years ago
Async results do not update state when SSR+Streaming

gxxcastillo opened this issue almost 2 years ago
ErrorBoundary fallback called twice.

LiQuidProQuo opened this issue almost 2 years ago
Hydration fails randomly in Astro Project

Tanguy-Magnaudet opened this issue almost 2 years ago
Export `isDev` const from `solid-js/web`

thetarnav opened this pull request almost 2 years ago
Fix `isServer` const type

thetarnav opened this pull request almost 2 years ago
docs: fix typos

Lioness100 opened this pull request almost 2 years ago
Stores hold onto unnecessary memory indefinitely in some cases

fabiospampinato opened this issue almost 2 years ago
Feat: add some overloads for StoreSetter

SarguelUnda opened this pull request almost 2 years ago
HTML entities not being parsed when attribute value is not literal

viridia opened this issue almost 2 years ago
Change onError mechanism to bubbling

Exelord opened this pull request almost 2 years ago
fix: KeyOf<T> allowing number to index never

otonashixav opened this pull request almost 2 years ago
Fix owner leak in server's createRoot

Exelord opened this pull request almost 2 years ago
Fix order of onError callbacks execution

Exelord opened this pull request almost 2 years ago
Functional children of suspense never resolve

Tanner-Scadden opened this issue almost 2 years ago
fix: set store not working when too deep

otonashixav opened this pull request almost 2 years ago
chore: export package.json

BeADre opened this pull request almost 2 years ago
Treeshake hydration checks

thetarnav opened this issue almost 2 years ago
Cast string into error while handling errors

Exelord opened this pull request about 2 years ago
Update typescript to v4.9.5

Exelord opened this pull request about 2 years ago
enhance types of mergeProps

bigmistqke opened this issue about 2 years ago
Support null for detachedOwner in createRoot

Exelord opened this pull request about 2 years ago
Fix `runWithOwner` breaking change

Exelord opened this pull request about 2 years ago
Export `EffectOptions` and `OnOptions` from main module

thetarnav opened this pull request about 2 years ago
fix #1493 export DynamicProps

codyebberson opened this pull request about 2 years ago
(WIP) add importsNotUsedAsValues:error to tsconfig, fix resulting code errors

trusktr opened this pull request about 2 years ago
Fixed the return type of the `Symbol.observable` method in the generated `.d.ts`

Andarist opened this pull request about 2 years ago
Add generic to onCleanup

thetarnav opened this pull request about 2 years ago
Hydration key warning when using JSX prop multiple times

mishimalisa opened this issue about 2 years ago
reactivity lost when `npm link` nested solid-directories

bigmistqke opened this issue about 2 years ago
Remove name generation of owners and signals

thetarnav opened this pull request about 2 years ago
DEV: Minor additions and change the API of dev hooks

thetarnav opened this pull request about 2 years ago
Fix unowned roots having owner in dev

thetarnav opened this pull request about 2 years ago
Format/Cleanup

thetarnav opened this pull request about 2 years ago
Fix `For` and `Index` type definition (fixes #1453)

thetarnav opened this pull request about 2 years ago
setting getters on already defined keys in a store loses reactivty

bigmistqke opened this issue about 2 years ago
make splitProps with dynamic source return proxies

orenelbaum opened this pull request about 2 years ago
Typescript: disallow setting readonly store props

JorrenH opened this pull request about 2 years ago
fix: delete lazy contexts one by one as they are completed

katywings opened this pull request about 2 years ago
Vite 4.0.1 and "You appear to have multiple instances of Solid"

phungleson opened this issue about 2 years ago
Export SignalOptions

kcirtaptrick opened this pull request about 2 years ago
Video HTML tag shows black screen in iOS safari

stereobooster opened this issue about 2 years ago
fix: dont skip memo for cached lazy components

katywings opened this pull request about 2 years ago
feat: add jsx-dev-runtime

manucorporat opened this pull request about 2 years ago
Overrided property by `undefined` in `mergeProps`

juanrgm opened this issue about 2 years ago
Fill name option of some primitives in dev

thetarnav opened this pull request about 2 years ago
refactor: tidy up reactive

Simon-He95 opened this pull request about 2 years ago
Fixed typo in comments

fksk36 opened this pull request about 2 years ago
button click not disabled on within fieldset

asmadsen opened this issue about 2 years ago
improve error handling in `untrack`

mdynnl opened this pull request over 2 years ago
Is there any way to remove effect?

g-mero opened this issue over 2 years ago
fix resource state

mdynnl opened this pull request over 2 years ago
add code format

shengxinjing opened this pull request over 2 years ago
Creating a store from another breaks read-write segregation

thetarnav opened this issue over 2 years ago
Setting style property to undefined should unset the style

timothyallan opened this issue over 2 years ago
Solid v1.6

ryansolid opened this pull request over 2 years ago
export Memo insterface from signal.ts

thetarnav opened this pull request over 2 years ago
Hydration issue when Dynamic Component have wrapped children

0xHexE opened this issue over 2 years ago
fix: createResource null check failing on load

lxsmnsyc opened this pull request over 2 years ago
add pnpm and Prettier in gitpod.yml

thetarnav opened this pull request over 2 years ago
DEV: Assign components props to its owner node

thetarnav opened this pull request over 2 years ago
perf: with createMemo typings

Highnesslin opened this pull request over 2 years ago
Solid 1.5

ryansolid opened this pull request over 2 years ago
Failed to minimize multi-lined class string

lihe07 opened this issue over 2 years ago
refactor(types): change `createStore` types for a clearer error message

otonashixav opened this pull request over 2 years ago
Pass previous node in universal insertNode

ranfdev opened this issue over 2 years ago
fix: add explicit extensions and exports fields

Drevoed opened this pull request over 2 years ago
feat(types): createResource improvements

otonashixav opened this pull request over 2 years ago
fix: `observable()` typings

jorroll opened this pull request over 2 years ago
Fix `Dynamic` types

lxsmnsyc opened this pull request over 2 years ago
fix: handle `observable()` w/o getOwner

jorroll opened this pull request over 2 years ago
export store symbol $NODE

LiQuidProQuo opened this pull request over 2 years ago
fix: server `lazy` shouldn't run import fn without Component

nksaraf opened this pull request over 2 years ago
Add `has` trap for accurate `in` with stores and mutables

edemaine opened this pull request over 2 years ago
Boolean attributes

edemaine opened this issue over 2 years ago
feat: export ResourceOptions from solid

rasendubi opened this pull request over 2 years ago
Bump jsdom from 16.4.0 to 16.7.0

dependabot[bot] opened this pull request over 2 years ago
Document store/mutable batching in changelog

edemaine opened this pull request over 2 years ago
Adds project/people links to CONTRIBUTING.md

thetarnav opened this pull request over 2 years ago
feat(types): allow setting unions in stores

otonashixav opened this pull request over 2 years ago
fix(types): fix allowed values for createStore's first parameter

otonashixav opened this pull request over 2 years ago