-
Hi,
```HTML
w-48 results in
w-36 results in
```
The sorting logic seems inconsistent, making things hard to read.
It's not immediately obvious there was only 1 tiny change.
Bug? Or …
-
I really love FlexAttention and attention-gym! Thanks for sharing this great resource
I'm trying to implement something similar to [PASTA](https://github.com/QingruZhang/PASTA). The [core logic](ht…
-
## Description
When using `preview: fields` for blocks with a long title and/or many tabs, the block-title and the tabs do not wrap for narrow layouts, but instead move _into_ eachother.
**Expec…
-
While querying for [LDR jobs in Datadog](https://us5.datadoghq.com/logs?query=status%3A%28error%20OR%20warn%20OR%20info%29%20cluster%3Adrt-ldr2%20retryable&agg_m=count&agg_m_source=base&agg_t=count&co…
-
### Describe the bug
When using the Sheet component I get two errors:
`DialogContent` requires a `DialogTitle` for the component to be accessible for screen reader users.
If you want to hide the …
-
Complete the unit test of `flex_haus/src/factory/FlexHausFactory.cairo`, write test cases in `flex_haus/tests` folder.
Use scarb test to run all the tests.
All test cases are required to PASS.
-
### Discussed in https://github.com/FlexMeasures/flexmeasures/discussions/916
Originally posted by **kyros32** November 29, 2023
Hello Flexers,
**1) I was wondering, how can I use SoC data …
-
**Describe the bug**
When resizing the browser window or viewing on a monitor in vertical orientation, the logo that can appear right above the chatbox, disappears. The expected behavior would be th…
-
Your code:
```typescript
let foundTitles = $$(`[_ngcontent-c1]>[class*="flex"] [class*="ellipsis"]>a`);
```
Locator `[class*="flex"]` potentially can be triggered for element: `` or `` since it …
-
Consider: https://www.software.hixie.ch/utilities/js/live-dom-viewer/?saved=10775
```html
baseline
a
b
```
Here all implementions pick up the "a" baseline (logically last), instead…