Svelte Queries need an update
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 112
- Forks
- 21
- Avg merge
- 5h 55m
- Merged PRs (30d)
- 115
Description
The svelte data model query seems not to be very effective.
This is a snippet of the Data Models output for
for n in &graph.nodes {
println!("{:?} {:?}\n\n", n.node_data.name, n.node_type);
}
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Svelte data model query and inspect the graph output represented by the Rust snippet and attached image. Compare the query's results with the expected data model behavior; the issue is done when the Svelte query is effective and produces the intended model output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- databases
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100