Le Tuan

Results 11 comments of Le Tuan

Hi @orweis #282 is a basic implementation attempt. Python not being my primary language, I guess it could use some refinement 🙂

It seems that #282 fixes the issue (through OPAL 0.2.1): we still have one or two initial "Connection refused" messages, but the retry policy kicks in and the client eventually...

I've bumped into the same problem in a cross-compiling build as well (GHC 8.6.5), but I had to add the following flag to make it work: `packages.libiserv.flags = { network...

No worries. :-) My thoughts on the PR: Though I can successfully use the monad for side-effects, it seems weird to have to mention a monad at all when using...

I agree with your vision for simplicity, and that is completely in line with the package philosophy. Just for completeness, here was my goal. For my (very specific) use case...

Stumbled upon the same issue ourselves. https://github.com/archimag/cl-mssql/pull/10 fixes it in our case.

I was very interested in such a feature, and give it a shot (#403). It's not really like stylish-haskell or as configurable as mentioned in a previous comment. But I...

This build issue comes from the fact that this change requires the latest version of [cl-mssql](https://github.com/archimag/cl-mssql), more specifically, this [specific PR](https://github.com/archimag/cl-mssql/pull/11). That PR was only merged yesterday. So I guess,...

As discussed with @arbus and @JolandaNava , this PR has been changed in the following way: The client and server APIs have been changed to identify the user and use...

If that's ok with everyone, we can merge this as experimental and create a new version out of it. There should be no real issue as the previous implementation is...