-
This is for relevant to what is being worked on (like the JSON parser issue #156) but also some OT things. The purpose of this is to hopefully make it a little bit easier to find more relevant informa…
xexyl updated
3 months ago
-
There are numerous examples and it is even documented in the XRPL docs that using the "Amount" field in a partial payment can cause incorrect interpretation of transactions. There also have been numer…
-
**Notice by @rricard:** This issue is now only open to discuss the following alternatives: `#{ }`/`#[ ]`, `@{ }`/`@[ ]`, ~~`{| |}`/`[| |]`~~ or `{| }`/`[| ]`
---
_Original issue text:_
Most p…
-
Currently the spec does define a default constructor for `cl::sycl::id`, but not for ` cl::sycl::range` . I'm not sure whether this is intentional or an oversight, however it can be quite a hassle whe…
-
Related to #953, #917 and #916, I wonder whether we are aware enough of the essential differences when we think of objects in a functional language:
* Mutable objects are extremely efficient, as an…
-
Brian Mckenna criticised current spec. He proposes to use FP approach to achieve much better modularity.
Suggest to read it, really good ideas with just three changes.
http://brianmckenna.org/blog/c…
-
貼吧活動:(請查閱 [SARS-CoV-2 Timeline by 2020.02.21](https://github.com/agorahub/_meta/blob/agoran/theagora/sari/Memorandum_2020-02-21_SARS-CoV-2-Timeline_Nathan.pdf?raw=true), by Nathan :cloud: )
- Colla…
-
See https://github.com/docker/docker/issues/5603 for some history.
Allowing for multiple images to be built from a single Dockerfile (via multiple FROM commands), while interesting, isn't fully suppo…
-
This is a feature that I would love to steal from Elm :)
In Elm, if I define a record as such
```fsharp
type Foo = {
Bar : int
Baz : int
}
```
I then automatically get functions such…
-
The typescript type system is helpful in most cases, but it can’t be utilized when handling exceptions.
For example:
```
function fn(num: number): void {
if (num === 0) {
throw "error…