Michael Tiller

Results 26 issues of Michael Tiller

I read through the documentation for Graphs.jl and I understood that the provided implementations of `AbstractGraph` (_e.g_, `SimpleGraph`) assumed that the vertices were contiguous and started from 1 (_e.g._ 1,...

bug

In other libraries, I've seen an option to specify different policies with regards to the solutions. Because there can be multiple solutions they often include a `firstOnly` and `allPosslble` options...

Is there a reason you didn't make `Constraint` an interface? It just seems like it would be simpler to create new constraints if it were done that way.

Perhaps I'm going about this the wrong way, but when I depend on a sibling package, I have it listed in both `dependencies` and `relativeDependencies`. Now `relativeDependencies` just has the...

The code for `llen` returns a `Long`, but the arguments for `lrange` are `Int`. This means that if you query for the length of a list, it is possible that...

This is a very cool idea. Converting all the open API stuff into TypeScript definitions is very cool. But I'm wondering how this is meant to be organized. I can...