-
This issue tracks custom type representation of an OppiaImage (make use of Kotlin's sealed classes) we want one subtype of OppiaImage that corresponds to bitmaps, and a second for SVGs as per the [com…
-
``` scala
case class Bucket(name: String, objects: Seq[S3Node])
sealed trait S3Node
case class S3Folder(path: String, nodes: Seq[S3Node]) extends S3Node
case class S3File(path: String) extends S3Node
…
-
#### Repro
This query crashes. The involved repo is public, so you should be able to repro it from your end.
Code
```xml
```
```C#
class Program
{
stati…
-
### Analyzer
**Diagnostic ID**: [CA2213](https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2213): `Disposable fields should be disposed`
### Analyzer source
**NuGe…
-
`Var`, `Opt` etc. store the current values internally. This prevents their usage in reusable components. The goal would be to make channels immutable with regards to their state. However, the specifie…
-
### Godot version
4.0 beta3
### System information
Windows
### Issue description
So in godot 3.X the export attribute was not sealed allowing to do neat things, drastically reducing the amount of…
-
Example (inspired by from https://github.com/dart-lang/language/issues/3337):
```dart
sealed class Result {
const factory Result.value(T value) = ValueResult._;
const factory Result.error(E er…
-
The following code the supplier is inferred as `@Nullable` when it should be `@NonNull`.
```java
@SuppressWarnings("unchecked")
@Override
public T putIfAbsent(Class type, String name, Suppli…
-
I would like to get the BrowserWindow from the CodedUIBrowser.
```
[Binding]
public sealed class MySteps
{
private readonly IObjectContainer objectContainer;
public MySte…
-
Over the years, I have come across many projects in which:
* Query/Command models (hereinafter objects implementing `IRequest`) were stored in the Domain layer
* Handlers in the Application layer
…
Zodt updated
10 months ago