Mathieu Boespflug

Results 161 comments of Mathieu Boespflug

@angerman feel free to assign yourself once you've accepted the invite link to the project.

@nomeata would you like to commandeer the task? I doubt we'll have have to work on this ticket anytime soon, but would certainly welcome contributions.

FTR, by typed regions @facundominguez means tagging each `J` object reference with a tag `s`, à la `ST` monad, in the style of the monadic regions presented [here](https://pdfs.semanticscholar.org/24fd/36e132569bb3a5f39fe9eafa51b306423c36.pdf). So instead...

i don't know that I'm keen to have a `Nullable` wrapper, either in solution 1 or solution 2. It seems strange to me. Because `Int32` is a boxed thing on...

> Datasets read from parquet files can contain nulls. And I'm pretty sure that if a dataset is read from a database table which contains nulls, it will also contain...

Do we want to make jupyterWith a flake instead?

Interested in @edolstra's perspective on this one. @edolstra see discussion above.

Is there an abstraction that we can model as a type class here? A type class with meaning (e.g. via laws) is better than convention.

Separated out the APT source part of the request into a new request specific to adding the APT source: https://github.com/travis-ci/apt-source-whitelist/issues/72 Once that issue is fixed then this source source package...

@qnikst That's not a good argument I think - more behaviour special cases is a bad thing, not a good thing.