Edgar Andrés Margffoy Tuay

Results 148 comments of Edgar Andrés Margffoy Tuay

@leavor, this seems to be a different issue, which is related to outdated packages on the defaults channel on Anaconda, we are aware of this issue and we are working...

Hi @Bose-Priya, could you please try to install a newer version of spyder? Here are some instructions: 1. Use our Windows or Mac installer, which you can find [here](https://github.com/spyder-ide/spyder/releases). 2....

You'll need to proceed to step 2 in that case

@nh2, thanks for the quick response, do I need to update anything on the default.nix file? I tried to add the `staticlib` flag to ghc-options, but I don't see that...

> From looking at https://github.com/facebook/duckling, it seems that it's a Haskell-only library, so I suspect you "C-compliant" means that you want to be able to do gcc yourprogram.c -l:ducklingWithAllDependencies.a (or...

@angerman, thanks for the detailed info. I have a question regarding fPIC, I have been not able to compile my library, as the linker complains that many of the core...

I managed to produce a static library, however, I get undefined symbols such as `base_GHCziBase_eqString_info`. I tried to add HSbase to the extra-libraries flag in the cabal config file, but...

@angerman, yes indeed, I added `-staticlib`

Thanks for the response @rprichard, right now we're starting a periodic callback that polls a pipe to see if there's new information, that's why is non-blocking from the caller point-of-view,...

@rprichard We managed to wrap winpty calls using a socket directly on Python. I think we can close this one, unless you want to implement this feature later on.