Evan Almloff
|
b4983706ac
fix variance on components
|
1 год назад |
Jonathan Kelley
|
4240f8428c
Fix: dont use bumpslab anymore, just box scopestates
|
1 год назад |
Jonathan Kelley
|
1d371bf971
Merge pull request #1213 from Demonthos/prep-sledgehammer-liveview
|
1 год назад |
Evan Almloff
|
a96ccdc6f3
fix clippy
|
1 год назад |
Jonathan Kelley
|
f0128a3150
implement suspense using simpler approach
|
1 год назад |
Jonathan Kelley
|
81075748f6
add simple suspense methods
|
1 год назад |
Jonathan Kelley
|
cbd88bbcc3
Rip out async components
|
1 год назад |
Jonathan Kelley
|
2d8841cf70
Add lazy contexts to signals
|
1 год назад |
Jonathan Kelley
|
1489492ec4
Reuse existing slots in provide context
|
2 лет назад |
Jonathan Kelley
|
3a1b22aec2
Use linear scans on contexts
|
2 лет назад |
Jonathan Kelley
|
47513e8b9e
Use boxes instead of bumpslab for hooks
|
2 лет назад |
Evan Almloff
|
2c0eb303f6
fix the provide context docs
|
2 лет назад |
Jonathan Kelley
|
a6c13c8ad0
Move event return to HTML crate
|
2 лет назад |
Jonathan Kelley
|
9ebafc46bb
feat: allow 'static futures to be spawned from handlers
|
2 лет назад |
Evan Almloff
|
65be035506
only add non-static components to the borrowed_props list
|
2 лет назад |
Evan Almloff
|
82e2175500
make entry key return scopeid
|
2 лет назад |
Evan Almloff
|
00a9ad29a8
fix memory leak
|
2 лет назад |
Evan Almloff
|
ae028d82f8
use bump slab
|
2 лет назад |
Evan Almloff
|
d7f9a07f4e
fix
|
2 лет назад |
Jonathan Kelley
|
39c4f3f814
fix: ci not passing
|
2 лет назад |
Jonathan Kelley
|
faf94c7b4e
fix: make miri pass on context api
|
2 лет назад |
ealmloff
|
64881fd951
improve error message when a user tried to use nested hooks (#723)
|
2 лет назад |
Jon Kelley
|
07e71956d4
Merge pull request #648 from Demonthos/fix-non-str-attributes
|
2 лет назад |
Evan Almloff
|
c0f9355648
fix any value dropping
|
2 лет назад |
Evan Almloff
|
51dba50c04
use BumpBox<Any> and FromAnyValue instead of sync bounds
|
2 лет назад |
Maurice Kayser
|
c8f88b6428
Fix typo (#702)
|
2 лет назад |
Evan Almloff
|
044462876d
Merge branch 'upstream' into fix-non-str-attributes
|
2 лет назад |
=
|
1555500fbd
drop any values correctly
|
2 лет назад |
Evan Almloff
|
afd024bcb6
Merge branch 'upstream' into fix-non-str-attributes
|
2 лет назад |
Jonathan Kelley
|
2fa3fe1fc0
fix: use arcwake instead of rcwake
|
2 лет назад |