Juan Raphael Diaz Simões

Results 20 issues of Juan Raphael Diaz Simões

Currently, the code for `imapState` depends on an isomorphism of states: ```purescript imapState :: forall state state' action slots output m . (state -> state') -> (state' -> state) ->...

This issue will track the progress of the work for merging in Nixpkgs, announced [here](https://github.com/NixOS/nixpkgs/issues/79703). I will do this here so that there is less noise in the Nixpkgs repo.

We want to have a default Jupyter Lab folder that is well-suited to most applications to be the default ones. This amounts to choosing a set of extension for which...

The new release has an embedded extension manager, that may or may not improve our life. If the only thing it does is manage extensions on the JupyterLab folder from...

This is a action plan towards having a stable JupyterWith. The ideal goal of this plan is to have: - **JupyterWith as a part of Nixpkgs**. Having JupyterWith as an...

When there is a decoding error, it is common to have something like: ```haskell ResultError (RowError 0 UnexpectedNull) ``` which shows the error, but lacks details, which can be difficult...

I am trying to access external files from a bundled executable, and I am getting "File not found" errors. As I understand, the executable is in a virtual file system,...

These are lens-like combinators that could be used for manipulating arrows in funflow and porcupine. They are based on the code in the [profunctor-optics](https://hackage.haskell.org/package/profunctor-optics) library. The definition of an `Optic`...

I would like to add this library to the [package set](https://github.com/purescript/package-sets) used by `psc-package`, but for this the git repo needs a release. Would it be possible to create a...

Hey guys, I've been following the project for some time, and I really like the architecture. What are your goals for the future of numeric Haskell? I'm asking that since...