-
### Problem
I create books where there are multiple levels of subfolders in picture.
When the page of a subfolder is opened at that point the summary.md starts pointing to the URLs in wierd ways.
…
-
Observed behavior:
```
>>> p1 = upath.UPath("gs://bucket/foo/bar")
>>> p2 = upath.UPath("gs://bucket/foo/bar/baz/quux.txt")
>>> p2.relative_to(p1)
GCSPath('gs://bucket/baz/quux.txt')
```
The …
-
When using `LocationMock` with web applications, they expect to be able to use relative URLs in the location methods, but currently, this errors out. Would a `LocationMock` constructor option flag to …
-
Do research on relative homology, and explain the meaning behind the graph
-
### Feature and motivation
I am using Selenium v. 4.13
I have a shadow-root element, holding a complex account tree structure. It is required to validate that tree nodes have been rendered properl…
-
**Problem**: when currently transforming a group of elements, where at least one contains text, a size transformation/scaling results in changes of the selected assemble, due to the text size not chan…
-
### Feature Type
- [X] Adding new functionality to pandas
- [X] Changing existing functionality in pandas
- [ ] Removing existing functionality in pandas
### Problem Description
I wou…
-
with config (copied from docs...)
```yaml
env:
sources:
- kind: dodal
module: mx_bluesky.ui_working.devices
- kind: planFunctions
module: mx_bluesky.ui_working.plans
…
-
From [here](https://github.com/elan-ev/tobira/pull/1273#issuecomment-2460338979):
> > Another comment regarding the date added: When and why did webpages start to display the "... ago" information …
-
### What happened?
I have a bunch of custom rules that only make sense for our organization/situation. But it can be a real pain to structure code written for custom rules.
As an example: I'm wo…