Michal

Results 12 issues of Michal

Hi, I've got a question about clique cuts and the expected behaviour of glpk.js vs glpk. Using the `glpsol` command line utility, the result is: ``` test master % glpsol...

WIP: not ready for review yet. The problem: ``` rules_haskell fix-haskell-module-th-linking % bazel build "//tests/haskell_module/th:lib" INFO: Analyzed target //tests/haskell_module/th:lib (29 packages loaded, 353 targets configured). INFO: Found 1 target... ERROR:...

**Describe the bug** When trying to install `amazonka` from `git` using `stack_snapshot` I am running into an issue: ``` ERROR: /home/user/.cache/bazel/_bazel_user/869a83396675f139abf70dd5c93f27e7/external/stackage/BUILD.bazel:244:22: in haskell_cabal_library rule @stackage//:amazonka: Traceback (most recent call last):...

type: bug

Is there any particular reason for depending on 3.2.x gems, the code works great for me in a 3.1.10 project :+1:

Hi, Thanks for a great library! I've wanted to override the auth endpoint urls for testing/mocks. `Gogol` provides this ability for services via `ServiceConfig`. I was thinking of adding a...

enhancement

Hi, we are occasionally seeing a problem with an `update_lock` not being released, which causes certificates not to be renewed until the lock is manually cleared. ``` 2022/02/14 14:38:02 [info]...

Nested modules wont work correctly due to the "any child" selector being used on .inner : ``` .simpleExt .inner { } ``` instead of ``` .simpleExt > .inner { }...

Fixes https://github.com/fffonion/lua-resty-acme/issues/81

the fix is to unquote the get arguments you get from the request: def complete(self): args = dict(self.request.GET.items()) args_unquoted = {} for key, value in args.iteritems(): args_unquoted[key] = urllib2.unquote(value) self.result...

### Summary Add archived filter to the keys->list endpoint.