-
`parseVal` should accept `value options` like `Required`, `List`, `Filldown` and `Fillup`
template example:
Value Required INTF (\S+)
Value IPADDR (\S+)
Value STATUS (down|up)
…
-
* [x] Are you running the latest version?
* [x] Have you included sample input, output, error, and expected output?
* [x] Have you checked if you are using correct configuration?
* [] Did you try …
-
Because `transform="..."` tends to be unit-less and space-separated they aren't parsed correctly by lightning-css despite being a presentation attribute.
For example, the following is a valid transfo…
-
Minimal reproducer:
```
INTEGER :: i
j=2
!$OMP PARALLEL default(private)
!$OMP critical(k2)
j=200
!$OMP END critical(k2)
!$OMP END PARALLEL
END
```
`flang -fopenmp file.f90`
```
flang-…
tblah updated
1 month ago
-
For smaller number of tests, setting up 12 workers in 12 cores in my machine is overkill, is there a way to have pytest run xdist/parallel testing only if the number of tests collected is more than 20…
-
I'm logging this for myself, but if anyone wants to tackle it if I don't get around to it... great. It's time to upgrade to support the later versions of Django I think.
tests/core/test_bungiesearch.…
-
## Steps to reproduce
1. Install latest `qlever` script from pip
2. `qlever setup-config imdb`
3. `qlever get-data`
4. `qlever index`
## Expected result
Built index
## Actual result
…
-
### Please complete the following tasks
- [X] I have searched the [discussions](https://github.com/clap-rs/clap/discussions)
- [X] I have searched the [open](https://github.com/clap-rs/clap/issues) a…
-
I'm trying this repo directly by `git clone`. (https://github.com/jivanpal/drat/issues/52#issuecomment-1872546923_ )
I've installed all the requirements in README.md, yet I get this error:
```
…
-
Hello,
Thank you so much for continuing the development of camelot! I'm glad to see that camelot continues to be maintained.
I happen to also manage a pdf extraction library, [gmft](https://git…