-
I understand that in order to extend `Base.show` one needs to qualify the type of `io` in the argument signature (I encountered the following behavior while trying without the qualification...), so th…
-
It looks like in the vocab, the preferred method of defining types of (in this case) relations is to create a subclass which then becomes part of the vocabulary. @elf-pavlik has examples: Membership …
-
Full name of submitter (unless configured in github; will be published with the issue): Jim X
[expr.const.cast] p3 says:
> For **two similar types T1 and T2**, a prvalue of type T1 may be explicit…
-
Given the following code:
```rust
fn main() {
let a = 0u128;
let C = 2.0f64;
let D = 1.0f64;
assert!(
a as f64 < (C + D) / C
);
}
```
The current output is:
```
error: …
-
## Overview
* **Short Description**: Manage the [official announcement channel of Algorand via Naver Blog](https://blog.naver.com/algorandkorea), translate and publish the English news and announce…
-
```
What steps will reproduce the problem?
1. checkout trunk
2. make -k
3. errors occur
What is the expected output? What do you see instead?
fts1_porter.c:
../third_party/sqlite_google/ext/fts1/ft…
-
We have several compounds with "fixed" simulation parameters, e.g. blood to plasma concentration ratio, specific permeabilities. When loading the compound snapshot from the template libraries, the use…
-
# Problem
There are possible spacial data sources, which could add value to the search criteria.
# Proposed solution
Investigate these and advise on sources.
-
Change the name of the following to match what is shown in the "ECMPS 1.0/ Beta Reporting Instructions" column:
MP JSON Schema | ECMPS 1.0/ Beta Reporting Instructions
-- | --
p…
-
There's an upstream issue related to this at https://github.com/opensourcecobol/Open-COBOL-ESQL/issues/29 - it has a different reason but the sample and the result (cannot be preprocessed and compiled…