-
### Steps to reproduce
This issue is related to #15455 and consists of two cases.
To reproduce do as follows :
1. enter vim using `vim --clean -c ':set fdm=marker'`
2. insert the following t…
-
### Link to reproduction
_No response_
### Payload Version
3.0.0-beta.67
### Node Version
v18.17.1
### Next.js Version
15.0.0-canary.53
### Describe the Bug
The documentatio…
-
### Context
Just noting down a running list of components that we are planning to build as a part of the refactor.
1. Does this list already exist somewhere? (besides [this miro board](https://…
-
In [gsplat-compressed-material.js](https://github.com/playcanvas/engine/blob/main/src/scene/gsplat/gsplat-compressed-material.js) there is the following code:
```glsl
#ifdef PICK_PASS
…
-
![Image](https://github.com/user-attachments/assets/4ab0c7dd-225b-40ef-9b5d-54640930551a)
**What you were expecting:**
first Datagrid is isolated from the second
**What happened instead:**
changing …
-
Should ``mapdl.components`` retrieve all the components (selected or not)?
Because it seems a reasonable thing to do this:
```py
if "mycomp" in mapdl.components:
print("exists")
```
### Tip
Th…
-
`HoverTool` (edit: and `TapTool`) should gain a new property:
```
hit_filter = Instance(SelectionFilter, help="""
""")
```
A hit filter is a model with an `execute` method that acc…
-
### Check for existing issues
- [X] Completed
### Describe the feature
Allow for custom syntax highlighting definitions; this is essentially and option to allow user to create their own syntax high…
krstp updated
1 month ago
-
Multiple copies of a robot with a given name can be placed on the map via palette entries (see also #1396). In goal checking logic, we may want to iterate over all robots of a given template.
The …
-
As [discussed in #586](https://github.com/koaning/scikit-lego/pull/586#discussion_r1385475426), although most of the library features are documented in the user guide, the best way to showcase how to …