-
This works on 0.28.7, but on 0.28.8+, given the following schema:
```typescript
const Test = Type.Composite(
[
Type.Object({
x: BigNumber(),
}),
Type.Object({
y: BigN…
-
**Failed in:** [runtime-coreclr outerloop 20230615.2](https://dev.azure.com/dnceng-public/public/_build/results?buildId=308896&view=ms.vss-test-web.build-test-results-tab&runId=6288506&resultId=118612…
-
Dear all,
Migrated my code from Orlean 3.7.0 to Orleans 7.1.2 with the hope to solve some Serialization issues I had.
I configured my environment to Treat warning CS8785 as an error (Warning from co…
-
Publish with PublishAot "hello world" console app by .NET 8 preview 4
**Expected behavior**
Build success
**Actual behavior**
```sh
MSBuild version 17.7.0-preview-23251-02+59879b095 for .…
-
I tried to install Ubermag on Ubuntu 22.04.3 LTS on a new hard drive.
I followed the instructions on https://ubermag.github.io/installation.html:
```
conda create -n ubermag_env python=3.10
c…
-
Run: [runtime-coreclr r2r-extra 20230617.1](https://dev.azure.com/dnceng-public/public/_build/results?buildId=311307&view=ms.vss-test-web.build-test-results-tab&runId=6352322&resultId=120509&paneView=…
-
EDIT by @BoxyUwU
[playground](https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=26bb0a79a4d10d40ed0fd03b96b36acf)
```rust
type One = for {
a: &'static dyn Any,
…
lcnr updated
8 months ago
-
This is much related with https://github.com/javaparser/javaparser/issues/2135
# The business need
I want to turn things like:
public Object pre() {
return ImmutableMap.of("k0", 0, "k1",…
-
```C#
class InheritanceBase
{
protected virtual string BaseVirtual() => $"{nameof(InheritanceBase)}.{nameof(BaseVirtual)}";
}
class InheritanceDerived : InheritanceBase
…
-
Tested on Checker Framework version `3.37.0-SNAPSHOT` (master branch)
----
I was working with `TaintingChecker` and saw the reported errors from the CF on the code snippet below ([demo](http://e…