Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / sycamore-rs/sycamore issues and pull requests

#763 - Bump dawidd6/action-download-artifact from 2 to 6 in /.github/workflows

Pull Request - State: open - Opened by dependabot[bot] about 8 hours ago
Labels: A-dependencies, github_actions

#762 - Move view.rs from sycamore-macro into sycamore-view-parser codegen.rs

Pull Request - State: closed - Opened by davidon-top 7 days ago - 1 comment

#761 - v0.9.1

Pull Request - State: closed - Opened by lukechu10 8 days ago - 1 comment

#760 - Properly support patterns in inline_props

Pull Request - State: closed - Opened by lukechu10 8 days ago - 1 comment
Labels: C-enhancement, A-macro

#759 - Simplify navigate functions in router

Pull Request - State: closed - Opened by lukechu10 8 days ago - 2 comments
Labels: A-router

#757 - There should have a space between elements

Issue - State: closed - Opened by liigo 20 days ago - 5 comments

#756 - Update trunk to v0.21.1 in GitHub Actions workflows

Pull Request - State: closed - Opened by lukechu10 20 days ago - 1 comment
Labels: A-ci

#755 - Update trunk to v0.21.1 in GitHub Actions workflows

Pull Request - State: closed - Opened by lukechu10 20 days ago
Labels: A-ci

#754 - Update README.md with new details

Pull Request - State: closed - Opened by lukechu10 22 days ago - 1 comment

#753 - Forward attributes on function parameters to generated prop struct in `inline_props`

Pull Request - State: closed - Opened by lukechu10 22 days ago - 1 comment
Labels: C-bug, A-macro

#752 - Support query parameters in routes

Pull Request - State: closed - Opened by davidon-top 22 days ago - 9 comments

#751 - Router refresh

Pull Request - State: closed - Opened by davidon-top 24 days ago - 1 comment
Labels: C-enhancement, A-router

#750 - Allow adding derives to generated prop type for `inline_props`

Pull Request - State: closed - Opened by davidon-top 24 days ago - 1 comment
Labels: C-enhancement, A-macro

#749 - Router example

Pull Request - State: closed - Opened by davidon-top 24 days ago - 3 comments
Labels: A-examples

#748 - Fix typo in release post

Pull Request - State: closed - Opened by lukechu10 24 days ago - 1 comment

#747 - v0.9.0

Pull Request - State: closed - Opened by lukechu10 24 days ago - 3 comments

#746 - Support `impl Trait` syntax with `inline_props`

Pull Request - State: closed - Opened by davidon-top 25 days ago - 3 comments

#745 - Slightly better error messages for read/updating a signal while updating/reading

Pull Request - State: closed - Opened by lukechu10 25 days ago - 1 comment
Labels: C-enhancement, A-reactivity

#744 - Updating a nested list can cause a panic

Issue - State: closed - Opened by Vectornaut 25 days ago - 4 comments
Labels: C-bug

#743 - Binding a number input restricts what you can type in it

Issue - State: open - Opened by Vectornaut 26 days ago - 3 comments
Labels: C-bug

#742 - Fix do not track nested reactivity in `map_keyed`/`map_indexed`

Pull Request - State: closed - Opened by lukechu10 27 days ago - 1 comment
Labels: C-bug, A-reactivity

#741 - Disposing a signal after it is accessed but before it is tracked triggers a panic

Issue - State: open - Opened by lukechu10 27 days ago
Labels: C-bug, A-reactivity

#740 - Do not track callback in `on` function callback

Pull Request - State: closed - Opened by lukechu10 27 days ago - 1 comment
Labels: C-bug, A-reactivity

#739 - 'invalid SlotMap key used' when removing an item with nested reactivity from a list that has cleanup

Issue - State: closed - Opened by lukechu10 27 days ago - 1 comment
Labels: C-bug, A-reactivity, P-high

#738 - Reimplement SSR streaming with `FuturesUnordered`

Pull Request - State: closed - Opened by lukechu10 about 1 month ago - 1 comment
Labels: A-docs, A-SSR, A-async

#737 - Make `SsrNode` automatically create reactive nodes by default

Pull Request - State: closed - Opened by lukechu10 about 1 month ago - 1 comment
Labels: A-SSR

#736 - Fix SSR blocking mode removing suspended content after load

Pull Request - State: closed - Opened by lukechu10 about 1 month ago - 1 comment
Labels: C-bug, A-SSR, A-hydration, A-async

#735 - Fix condition in `Suspense` is not reactive breaking hydration

Pull Request - State: closed - Opened by lukechu10 about 1 month ago - 1 comment
Labels: C-bug, A-async

#734 - Fix broken expect test

Pull Request - State: closed - Opened by lukechu10 about 1 month ago - 1 comment

#733 - Fix hydration mismatch when using `render_to_string_await_suspense`

Pull Request - State: closed - Opened by lukechu10 about 1 month ago
Labels: C-bug, A-SSR, A-hydration, A-async

#732 - Implement `Into<View>` for signal like types

Pull Request - State: closed - Opened by lukechu10 about 1 month ago
Labels: C-enhancement, A-reactivity, A-ergonomics

#731 - Fix build example workflow again

Pull Request - State: closed - Opened by lukechu10 about 1 month ago - 1 comment

#730 - Fix build examples workflow

Pull Request - State: closed - Opened by lukechu10 about 1 month ago - 1 comment

#729 - New docs for Sycamore v0.9

Pull Request - State: closed - Opened by lukechu10 about 1 month ago - 1 comment
Labels: A-docs

#728 - Update docs to test workflow

Pull Request - State: closed - Opened by lukechu10 about 1 month ago - 1 comment

#727 - Create SECURITY.md

Pull Request - State: closed - Opened by lukechu10 about 1 month ago - 1 comment

#726 - Remove old website code

Pull Request - State: closed - Opened by lukechu10 about 1 month ago - 1 comment

#725 - Force redirect home page to new website

Pull Request - State: closed - Opened by lukechu10 about 1 month ago - 1 comment
Labels: A-website

#724 - Update old website to migrate to sycamore.dev

Pull Request - State: closed - Opened by lukechu10 about 1 month ago - 1 comment
Labels: A-website

#723 - Fix macro hygiene for `console_{log, warn, error, dbg}!`

Pull Request - State: closed - Opened by lukechu10 about 1 month ago - 1 comment
Labels: C-bug, A-macro

#722 - cargo fmt

Pull Request - State: closed - Opened by lukechu10 about 1 month ago - 1 comment

#721 - Disable website publishing workflow

Pull Request - State: closed - Opened by lukechu10 about 1 month ago - 2 comments

#720 - fix(macro): handle patterns in inline_props component arguments

Pull Request - State: closed - Opened by KekmaTime about 1 month ago - 4 comments
Labels: C-bug

#719 - Transitions v2 + Resources API

Pull Request - State: closed - Opened by lukechu10 about 1 month ago - 1 comment
Labels: C-enhancement, A-reactivity, BREAKING CHANGE, A-async

#718 - Inline props does not properly support patterns

Issue - State: closed - Opened by lukechu10 about 1 month ago - 2 comments
Labels: C-bug, good first issue, A-macro

#717 - `map_keyed` (and `Keyed`) does not update item if the key hasn't changed

Issue - State: open - Opened by LHolten about 1 month ago
Labels: C-bug, A-reactivity

#716 - Update faq.md, rust is the 2023-most-desired-language

Pull Request - State: closed - Opened by liigo about 2 months ago - 2 comments

#715 - Remove `tracing` from `sycamore-web`

Pull Request - State: closed - Opened by lukechu10 about 2 months ago - 1 comment

#714 - Support optional attributes

Pull Request - State: closed - Opened by lukechu10 about 2 months ago - 1 comment
Labels: C-enhancement, BREAKING CHANGE

#713 - Support `MaybeDyn<Option<Cow<'static, str>>>` and make some impls more flexible

Pull Request - State: closed - Opened by lukechu10 about 2 months ago - 1 comment
Labels: A-reactivity, BREAKING CHANGE

#712 - Allow optional attribute values

Pull Request - State: closed - Opened by Kromgart about 2 months ago - 3 comments

#711 - Fix #704 - Updating the check whether a view must be dynamic.

Pull Request - State: closed - Opened by Kromgart about 2 months ago - 3 comments

#710 - Add missing feature to serde in `http-request(-builder)` examples

Pull Request - State: closed - Opened by lukechu10 about 2 months ago - 1 comment

#709 - Cleanup some example dependencies

Pull Request - State: closed - Opened by lukechu10 about 2 months ago - 1 comment

#708 - Add re-exports back to `sycamore-web`

Pull Request - State: closed - Opened by lukechu10 about 2 months ago - 1 comment
Labels: C-enhancement

#707 - Allow attribute names by using string literal

Pull Request - State: closed - Opened by Kromgart about 2 months ago - 1 comment
Labels: C-enhancement

#706 - Update branch name from `master` to `main`

Pull Request - State: closed - Opened by lukechu10 about 2 months ago - 1 comment

#705 - Move `MaybeDyn` to `sycamore-reactive`

Pull Request - State: closed - Opened by lukechu10 about 2 months ago - 2 comments
Labels: A-reactivity, BREAKING CHANGE

#704 - Better heuristics for dynamic expressions in view macro

Issue - State: closed - Opened by lukechu10 about 2 months ago
Labels: C-enhancement, good first issue, A-macro, A-view, has-instructions

#703 - Allow arbitrary attribute names by using string literal

Issue - State: closed - Opened by lukechu10 2 months ago
Labels: C-enhancement, good first issue, A-macro

#702 - Add umami analytics to website

Pull Request - State: closed - Opened by lukechu10 2 months ago - 1 comment

#701 - Fix suspense should create context in global scope

Pull Request - State: closed - Opened by lukechu10 2 months ago - 1 comment
Labels: C-bug, A-async

#700 - Fix router on different pathname and hash triggers hard refresh

Pull Request - State: closed - Opened by lukechu10 2 months ago - 1 comment
Labels: C-bug, A-router

#699 - Allow adding derives to generated prop type for `inline_props`

Issue - State: closed - Opened by lukechu10 2 months ago - 1 comment
Labels: C-enhancement, good first issue, A-macro, D-easy

#698 - v0.9.0-beta.4

Pull Request - State: closed - Opened by lukechu10 2 months ago - 1 comment
Labels: meta

#697 - Remove Gitpod

Pull Request - State: closed - Opened by lukechu10 2 months ago - 1 comment
Labels: meta

#696 - SSR Streaming

Pull Request - State: closed - Opened by lukechu10 2 months ago - 1 comment
Labels: C-enhancement, A-SSR

#695 - Fix suspense rendering async shell during fallback

Pull Request - State: closed - Opened by lukechu10 2 months ago - 1 comment
Labels: C-bug, A-async

#694 - Reimplement attribute passthrough, without `attr:xyz`!

Pull Request - State: closed - Opened by lukechu10 2 months ago
Labels: C-enhancement

#693 - Move `MaybeDyn` to new file and add some impls

Pull Request - State: closed - Opened by lukechu10 2 months ago - 1 comment
Labels: C-enhancement

#692 - Reorganize `sycamore-web`

Pull Request - State: closed - Opened by lukechu10 2 months ago - 1 comment

#691 - Remove `nom` dependency and replace with hand written parser

Pull Request - State: closed - Opened by lukechu10 3 months ago - 1 comment
Labels: C-enhancement, A-router

#690 - Fix `NoHydrate` should render if not hydrating

Pull Request - State: closed - Opened by lukechu10 3 months ago - 1 comment
Labels: C-bug, A-hydration

#689 - Make `HtmlNode` into `pub`

Pull Request - State: closed - Opened by lukechu10 3 months ago - 1 comment

#688 - Make `ViewHtmlNode` methods use `Cow<'static, str>` instead of `&'static str`

Pull Request - State: closed - Opened by lukechu10 3 months ago - 1 comment
Labels: BREAKING CHANGE

#687 - fixup: wrong version in docs

Pull Request - State: closed - Opened by lukechu10 3 months ago - 1 comment

#686 - Update codecov action

Pull Request - State: closed - Opened by lukechu10 3 months ago - 1 comment

#685 - fixup: missing keys in Cargo.toml

Pull Request - State: closed - Opened by lukechu10 3 months ago

#684 - Fix missing version in dependency

Pull Request - State: closed - Opened by lukechu10 3 months ago

#683 - v0.9.0-beta.3

Pull Request - State: closed - Opened by lukechu10 3 months ago

#682 - Fix `set_fn` to not be silent

Pull Request - State: closed - Opened by lukechu10 3 months ago
Labels: C-bug, A-reactivity

#681 - Update some old docs

Pull Request - State: closed - Opened by lukechu10 3 months ago
Labels: A-docs

#680 - Remove `target_wasm32` folder

Pull Request - State: closed - Opened by lukechu10 3 months ago

#679 - View Backend v2! (Attempt 2)

Pull Request - State: closed - Opened by lukechu10 3 months ago - 1 comment
Labels: C-enhancement, BREAKING CHANGE, A-SSR, A-hydration

#678 - Sycamore-v0.9.0's PointerEvent error in Chrome (Windows)

Issue - State: closed - Opened by acheul 4 months ago - 2 comments
Labels: C-bug

#677 - Rename the tag type alias

Pull Request - State: closed - Opened by mtshr 5 months ago - 1 comment
Labels: A-macro

#676 - rust-analyzer reports a warning arising from proc-macro

Issue - State: closed - Opened by mtshr 5 months ago

#675 - Bump braces from 3.0.2 to 3.0.3 in /website

Pull Request - State: closed - Opened by dependabot[bot] 5 months ago
Labels: A-dependencies

#674 - Replace CountAPI as it got taken down.

Pull Request - State: closed - Opened by JasonLovesDoggo 6 months ago - 1 comment

#673 - Keydown event not firing on textarea

Issue - State: closed - Opened by scarryaa 7 months ago - 2 comments

#672 - `set_fn` is silent

Issue - State: closed - Opened by bluurryy 7 months ago
Labels: C-bug, good first issue, A-reactivity, D-easy

#671 - Unable to view source in the docs: `Query parser error: "Unexpected `.`"`

Issue - State: closed - Opened by kdheepak 7 months ago - 1 comment

#670 - Websocket example

Issue - State: open - Opened by UnlimitedCookies 7 months ago - 1 comment
Labels: A-examples

#669 - View Backend v2!

Pull Request - State: closed - Opened by lukechu10 8 months ago - 1 comment
Labels: C-enhancement, BREAKING CHANGE, A-SSR, A-hydration

#668 - Add 'SubmitEvent' to re-exported events from web_sys crate

Pull Request - State: closed - Opened by dyanechi 8 months ago - 1 comment

#667 - Add `track_caller` attribute to `provide_context*` and `use_context` functions

Pull Request - State: closed - Opened by lukechu10 8 months ago - 1 comment

#667 - Add `track_caller` attribute to `provide_context*` and `use_context` functions

Pull Request - State: closed - Opened by lukechu10 8 months ago - 1 comment

#666 - Maintenance: fix all the new clippy warnings

Pull Request - State: closed - Opened by lukechu10 8 months ago - 1 comment

#666 - Maintenance: fix all the new clippy warnings

Pull Request - State: closed - Opened by lukechu10 8 months ago - 1 comment

#665 - Update trunk to v0.19.1 and disable minification for hydrate example

Pull Request - State: closed - Opened by lukechu10 8 months ago - 1 comment
Labels: A-examples, A-ci