-
A snippet like the following where the `late final` field is assigned in the declaration to a potentially constant expression ends up using a `InitLateFinalInstanceFieldStub`. There might be intricaci…
-
I had a patch to stubtest that added checking of base classes. Unfortunately, it was too noisy to consider merging, although some fixes did come out of it.
I complicated the patch today, and most of …
-
### Game Name
ONRUSH
### Game code
CUSA10887
### Game version
v01.00
### Used emulator's version (only released versions are acceptable)
v0.2.0
### Current status
Nothing
### Error
[Core] …
-
**Description**
Calling `databricks bundles init` returns the following error:
Error: failed to compute file content for {{.project_name}}/databricks.yml.tmpl. template: :35:31: executing "" at …
-
As mentioned here: https://github.com/livewire/flux/discussions/653, I'm trying to create a text input but I can't customize the `input` classes.
I'm trying to make:
```
Email Address
…
-
This may just be me (my window manager is weird)
Reproduction steps:
- Open Logos 10 v38.1.6
- Click on the Tools icon on the toolbar, then close it
- Try to open the tools icon again, fails aft…
-
Do not require an external fully recursive resolver to identify all NS/A/AAAA records for domains and zones by implementing one as a DNS client in go.
Possible starting points?
https://godoc.org/g…
-
```python
import sinon
import os
os.system("cd") # returns 0
stub = sinon.stub(os, "system").returns(5)
os.system("cd") # returns 5
stub.callCount # returns 1
stub.reset()
stub.callCount # ret…
-
Followup on #2229.
The generated HttpJsonEchoStub can't handle message type: `google.rpc.ErrorInfo` introduced by `echo.proto` (version `0.29.0`).
A easy integration test:
```
@Test
public void…
-
Hi all, I have a server implemented in Scala using zio-grpc, and a client in Python.
I found that sometimes the stream received by the client is out of order. For example, the sequence of data sent…