stu

Results 17 issues of stu

- [x] Core/Environment/Rendering I have an integration question. I've looked at integrating p5 into skulpt. Skulpt is a python to javascript compiler. The idea being that p5 can be run...

Enhancement
Area:Core

**Describe the bug** Using a progressiveLoad of "load", if the data hasn't finished loading, and a filter is added, stale data can remain in the table. **Tabulator Info** 5.1.7 **Working...

Possible Bug

### Describe the bug Docs for route-paths has a bad link to layout-routes ### Your Example Website or App https://tanstack.com/router/v1/docs/guide/route-paths ### Steps to Reproduce the Bug or Issue See: https://tanstack.com/router/v1/docs/guide/route-paths...

When an iphone is locked during a transaction and then woken up it can produce the following error: `"UnknownError: Attempt to get a record from database without an in-progress transaction"`...

Is there a way to switch version in the api docs? https://plotly.com/python-api-reference seems to be at 5.1.0. And there seems no way to see the api docs for a different...

I'm using the vscode implementation. I noticed that: - internal link autocompletion adds the path ending e.g. `[foo](foo.md)` - does it need to? - can this be configurable? - detecting...

A non-leading slash (as changed in #162) leads to broken links in vscode hover doesn't work and neither does ctrl/cmd + click to follow the link Example hierarchy: ``` folderA...

bug

React version: use-sync-external-store 1.0.0, 1.1.0 ## Steps To Reproduce 1. open up chrome dev tools ```js >>> var x = await import("https://cdn.skypack.dev/use-sync-external-store") >>> x.useSyncExternalStore undefined ``` Link to code example:...

Status: Unconfirmed

### Describe the problem i want to do something like bg-[--my-var] expected output ```css .bg-\[--my-var\] { background-color: var(--my-var); } ``` actual output ```css .bg-\[--my-var\] { } ``` I also tried...

✨ Feature Request

Currently the tab key for the abbreviationTracker has no precedence, but this should probably be set to highest given that the tab key might also be assigned to indentation. Also...