-
@mingwandroid has done an amazing job of packaging MSYS2 so that is works within `conda`. See his [channel](https://anaconda.org/msys2) here. Also, see his [comment](https://github.com/conda-forge/sta…
-
Right now, when users create federation resources (for ex: services, namespaces), we create them in federation control plane and all underlying kubernetes clusters. We need to enable users to be able …
-
A few colleagues and I are considering contributing to PowerModels.jl to support multiperiod and/or stochastic OPF. We streamed your JuMP developers meetup presentation.
You'd need (at least) one a…
-
Most modern programming languages have designated build tools that allow the easy inclusion of third-party code. (I'm thinking of haskell/cabal, rust/cargo, js/npm, coq/opam, ...)
Lean doesn't (to th…
-
# C# Design Meeting Notes for Jan 21, 2015
Quotes of the day:
> Live broadcast of design meetings: we could call it C#-SPAN
>
> We've made it three hours without slippery slopes coming up!
## Agen…
-
Enrich each named entity with list of topics. The list of topics will be derived from DBpedia which refer to `dcterms:subject` information. Output example:
```
a nif:Word , n…
-
Passing `driver` to the `Repository` directly, you cannot use `.delete` to provide a common `deleteById` method, because it is missing implicits.
(Too bad, it is the only version of a generic DAO th…
-
There are many scenarios where you'd like to group a set of typed values temporarily, without the grouping itself warranting a "concept" or type name of its own.
Other languages use variations over t…
-
As you mention in JuliaLang/julia#12624, several people have implemented interval types in their packages. I know at least of @dcjones's [IntervalTree](https://github.com/BioJulia/IntervalTrees.jl) pa…
ssfrr updated
8 years ago
-
Inspired by an [article](http://blog.stephencleary.com/2013/01/async-oop-2-constructors.html) on async initialization:
> It would be useful to be able to use `await` in a constructor, but this would …