-
the spec should maybe have stronger wording about what a link relation's identifier really is. when a HAL document uses CURIEs, does that mean that all link relations (in embedded resources as well) M…
-
This is an issue to discuss the implementation of CRU and RD scenarios.
Here are some scenarios we need to cover:
1. Create (C) two vertices and an edge between them
2. Find (R) existing vertices and…
-
We've often discussed this feature, _type constructor parameterization_, or _kinds_, or whatever you want to call it, which boils down to, by analogy with first-class/higher order functions at the val…
-
Created to move discussion out of the one commit, which is hard to find every time. ^^
As I said before: Today I will write the first PQS configuration loader and apply the loaded configuration to th…
-
Hi @jerolba . First, wanted to thank you for the great series of blog posts on Parquet and Java! This is the best piece of information on the topic I found so far.
I have a question about the Carp…
-
Hello @jerch,
I don't want to pollute your repos or other active discussion threads with my findings until I can come up with some practical optimization suggestions for your renderer. So I'll put …
-
The idea has come up of creating a generic API so that:
(a) The way conversations are displayed
(b) The way text formatting is parsed
(c) The way text is rendered
Are split up into three separate re…
-
This issue was originally reported in https://github.com/TestAnything/testanything.github.io/issues/20, and the conversation has been moved here since it is related to the TAP specification.
It conc…
kinow updated
2 years ago
-
I've spent many hours in the past trying to solve this, and never quite tied up all the loose ends, but I think I've done it this time.
### Related Proposals:
* add "select" syntax to the languag…
-
In Rust, shadowing of let bindings are allowed. I have found this feature relatively nice to have.
One example is casting data types:
```
fn my_fn(i: F32):
let i = I32(i)
print(i)
```
…