Marco Z

Results 170 issues of Marco Z

$ sudo cabal install --extra-include-dirs=/users/ocramz/petsc-3.5.3/include/mpiuni/ --extra-include-dirs=/Users/ocramz/petsc-3.5.3/include/ --extra-lib-dirs=/users/ocramz/petsc-3.5.3/arch-darwin-c-debug/externalpackages/mpich-3.1/ -fmpich14 Resolving dependencies... Notice: installing into a sandbox located at /Users/ocramz/Haskell/haskell-mpi/haskell-mpi-1.4.0/.cabal-sandbox Configuring haskell-mpi-1.4.0... Building haskell-mpi-1.4.0... Failed to install haskell-mpi-1.4.0 Build log ( /Users/ocramz/Haskell/haskell-mpi/haskell-mpi-1.4.0/.cabal-sandbox/logs/haskell-mpi-1.4.0.log...

It would be helpful for prospective collaborators if there were a list of things to do, or to improve upon, or to add.

dynamic-graphs is a new library for dynamic connectivity: https://github.com/alang9/dynamic-graphs https://hackage.haskell.org/package/dynamic-graphs (introductory blogpost: https://jaspervdj.be/posts/2019-01-11-dynamic-graphs.html ) It would be interesting to compare the performance of the reachability query.

GHC 8.0.1 was released in May 2016 https://www.haskell.org/ghc/blog/20160521-ghc-8.0.1-released.html , and I'd guess many have moved to later versions since. By supporting GHC >= 8 only, we could get rid of...

Many OAuth2 access tokens seem to be JWT-encoded and I often decode them to obtain an user ID (e.g. from the 'sub' field of JWT). This is not strictly standard...

hoauth2
feature
P1

Apparently 'cryptonite' is not actively maintained, and 'crypton' is the new standard. A number of key networking libraries have switched to 'crypton' already : https://packdeps.haskellers.com/reverse/crypton It's API-compatible, so this should...

hoauth2-providers
hoauth2

Motivated by recent spammy submissions: https://hackage.haskell.org/package/Facebook-Password-Hacker-Online-Latest-Version-1.0.1 (already reported in https://github.com/haskell-infra/hackage-trustees/issues/132 ).

- [x] add doublystochastic.py - [x] export " from __init__ TODO - [ ] tests - [ ] linting etc Note: I'm having trouble installing scipy on a Mac M1,...

The `20bn` links stopped working, I imagine because the company is now under Qualcomm. Thanks for looking into this!

Hi, thank you for maintaining this! I've just used it successfully for building a data labeling webapp, where the datasets are 100s of MB each. I've cobbled this together from...