-
### Reproduction
```swift
extension Optional {
public func unwrapped(orThrow error: @autoclosure () -> E) throws(E) -> Wrapped {
switch self {
case .none:
throw error()
ca…
-
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,…
-
While running `mill mill.scalalib.Dependency.updates` Mill aborted abnormally with the following exception, which is most likely a concurrency issue in coursier, seen before but deemed to be fixed.
…
-
It looks like the `fs.cp` mock does not work on Node 20.
In my examples `fs.stat('/path/that/exists/only/in/mock-fs')` works indicating that mocks are active, yet `fs.cp('/path/that/exists/only/in/…
-
### Environment
SaaS (https://sentry.io/)
### Steps to Reproduce
When a customer opens a specific projects, codeowners they get the following error:
![Image](https://github.com/user-attachments/ass…
-
Stack trace
```
java.lang.IllegalArgumentException
at org.eclipse.jdt.core.dom.ASTNode.setSourceRange(ASTNode.java:3449)
at org.eclipse.jdt.core.dom.ASTConverter.convert(ASTConverter.java:1836…
-
Hi! I'd like to start by thanking you for your continued work on Robocode. I've had a lot of fun with it for almost a decade now.
While evaluating the new Tank Royale platform, I attempted to port …
-
### What happened?
When using the ActiveVessel property while no vehicle is active; this exception is thrown:
```
System.ArgumentNullException: 'Value cannot be null.
Parameter name: vessel
Serve…
-
This diagram (with ELK) throws throws IllegalArgumentException
```plantuml
@startuml
!theme C4_united from
!include
!pragma layout elk
'!pragma layout smetana
' $textColor is working
AddRe…
-
**SAMPLE CODE**
```
private string[] _states =
{
"Alabama", "Alaska", "American Samoa", "Arizona",
"Arkansas", "California", "Colorado", "Connecticut",
"De…