Ophir LOJKINE

Results 1257 comments of Ophir LOJKINE

Why remove it after 1.0 ? Unless you are planning to yank all the 0.x versions and never publish a 2.x version, I don't see a reason to come back...

> Because if your dependency version policy is "only latest versions" I don't have a *dependency version policy*; I rely on my package manager to make sure there are no...

There is a discrepancy between the documentation and the actual product. The documentation says: > ### method > The method used to join. Defaults to "inner". > Data type: String...

Did you have a look at the C interface I defined in https://github.com/lovasoa/c-osi ? (it's mostly taken from cbc). Would it be okay to upstream that and distribute "official" mutually-compatible...

> I think this is pretty clearly a derivative work, you should probably leave the copyright statements intact (or perhaps assert joint copyright if you think it is merited). It...

I think there is a misunderstanding. I don't want to create anything like lazysolverlibs (which detects if a solver is available at runtime and dynamically loads its library with dlopen)....

Hello, and welcome to SQLPage ! Indeed, since SQLPage prides itself on being fast and lightweight, and not having any runtime dependency, I think it's better to limit ourselves to...

A more general solution that could also fit your use case would be to have an `external_command` component, that just passes your data to an externa program on stdin, and...

Great! Do you want to try implementing the sidebar + navbar combo ?