-
Thanks to a hint in a previous issue from @erikbrinkman, I've tried the following:
```js
function layering(dag) {
// Run layering once so that everything has a level.
layeringSimplex()…
-
We have non-English wordnets that build on an existing wordnet (generally PWN). For instance, the Japanese Wordnet is built on top of PWN 3.0's synsets and relations but contributes lemmas, definition…
-
Hi,
We are following DDD principles to design our application. Thus we prefer to wrap primitive types and associated business logic inside value objects. Here we try to use the Email value object a…
-
Hello TAG!
I'm requesting a TAG review of the proposed WebRTC 1.1 extension:
- Name: PlayoutDelayHint
- Specification URL: [w3c.github.io/webrtc-extensions/#dom-rtcrtpreceiver-playoutdelayh…
-
Greetings!
Happy Monday.
I have 20+ of hours test execution completed against the latest code posted here using my development environment overnight processing with live market date on a Sim account…
-
### Describe the bug
AplicationInsightsLoggerProvider is not catching exceptions and letting them propagate to caller. This can cause applications to crash if an exception occurs inside ApplicationIn…
-
I've been studying Data Structures and Algorithms for 6 months, I am majoring in Business so mathematics isn't a thing am familiar with. That didn't stop me and I dedicated 4 months to study college a…
-
Even if TPT is considered slow, it is a boon for many real world business scenarios. If implemented properly and well thought of, TPT is not slow for a given need in most of the cases.
If possible, o…
-
This is the top-level structure for the community forum
https://docs.google.com/document/d/1QpVBK8AW9cLTUaz_kY25GFiNYT2lnX-Z_DkPczFxpvc/edit#
-
To allow
```cs
class Derived : Base {
Derived(Foo foo) {
// do bar and baz with foo
base(bar, baz);
// blah
}
}
```
Instead of having to extract the `do …