-
I have [a long comment](https://users.rust-lang.org/t/rust-as-a-high-level-language/4644/72) at the Rust forum (some of the inspiration came from @keean linking me to Sean Parent's [video](https://you…
-
With growing popularity of IDL as a way to define a GraphQL schema, I think it would be quite beneficial to expose directive information via introspection API.
From what I can tell, the directive i…
-
A topic that causes a lot of implementor and app-developer confusion is the handling of default resources for Containers - `index.html` and/or `index.ttl`.
Questions:
1. Is the index.html behavi…
-
http://www.ontobee.org/ontology/IDO?iri=http://purl.obolibrary.org/obo/IDO_0100199
![image](https://user-images.githubusercontent.com/50745/121232500-88018900-c846-11eb-800e-43bca912b087.png)
th…
-
We are experiencing strange behavior in our different environments even if they are equally configured. Thanks to ApplicationInsights we encountered traces like:
![144460126-7c8aa127-1f09-4d84-b6c2-6…
-
#### Description of the problem
The following code works:
```coq
Lemma foo (a b : nat) : (True /\ Some a = Some b) -> a = b.
Proof.
intros HX.
destruct HX as [_ [= ->]].
```
But this doe…
-
There was an issue raised against the [Open API TCK](https://github.com/eclipse/microprofile-open-api/issues/227) to resolve how JAX-RS resources get discovered. The issue was closed with a reference …
-
you seem to process the url and reconstruct it.
* protocols can be anything
* about:config?filter=...
* mailto:user@server
* added later like snap: or magnet:
(see https://developer.m…
-
Thank you very much for the work on this great framework, wonderful ! The benchmark from `jatinchowdhury18` repo (`wdf-bakeoff`) see excellent result. Great job. I'm the guy who have code the Juce's W…
ghost updated
3 years ago
-
I'm trying to write some unit tests of code that uses typeorm without hitting the DB. I'm using `getRepository` in the code to do stuff.
In my tests ideally I'd like to call `getRepository(SomeEnti…