-
While updating the package in Fedora to 0.13.4, I was testing the package dependencies and see that ephyviewer has a failing test now:
```
=================================== FAILURES ============…
-
I'll start using the typed throws feature in `0.12.0`.
-
```
processing file: scdneySpatial.Rmd
|.................................... | 81% [kontextOutcome] Error in elem_list_rect(fill = contextColours) :
could not find function "el…
-
Hi,
I recently attempted to update our version of Xilium.CefGlue from **CEF 102** to the **latest** release from this repository.
Unfortunately, this has introduced some significant issues with o…
-
**Describe the bug**
validateCorridorQueryUsingParameters throws exception barring one from seeing PASS or FAIL conclusion
**To Reproduce**
Run against service responding as per the attachment in…
-
From [documentation](https://github.com/rpm-software-management/rpm/blob/ebc406862053815528c00095f9f991d649fa33a0/docs/manual/macros.md?plain=1#L119), I would think this should work:
~~~
$ rpm --e…
-
Towards #4703
```fortran
subroutine init_random_seed()
INTEGER :: i, n, clock
INTEGER, DIMENSION(:), ALLOCATABLE :: seed
CALL RANDOM_SEED(size = n)
ALLOCATE(seed(n))
…
-
Hi Viritin Team,
We recently added this library to our project for its `ResizeObserver` and it's already a huge improvement over the `BrowserWindowResizeListener` we had to use previously. However,…
-
When parsing `https://https://example.com/some/path`, the URL parser throws an exception.
The expected result is to return a parse error instead.
```
diff --git a/ext/test/http/url_parser_test.…
-
### Reproduction
```swift
extension Optional {
public func unwrapped(orThrow error: @autoclosure () -> E) throws(E) -> Wrapped {
switch self {
case .none:
throw error()
ca…