Matthias Meschede

Results 30 issues of Matthias Meschede

**Is your feature request related to a problem? Please describe.** I played around using Nickel to write Vega-lite JSON specs. All in all this is a very nice experience. However,...

type: feature request

### What's missing? I'm looking for a way to add python packages without poetry. Is this possible? ### Possible solution Expand the python kernel to accept poetry or non-poetry packages....

bug
enhancement

### Current Behavior I have a working config of jupyenv with a Python and a Haskell kernel. They both work fine but they don't have logos and the Haskell kernel...

bug

### What's missing? I used to have a single file template for the old jupyterWith. I found this more convenient than adding a `kernels` folder with separate files when I...

enhancement

This example works very well on my machine: https://github.com/gibiansky/jupyter-haskell/blob/master/examples/client-kernel-info/Main.hs When I paste the same code into the IHaskell notebook (slightly adapted as shown below), the IHaskell notebook blocks after the...

Hi all, I'm trying to get rid of the `"value" :-> CoRec ElField '[("field1", type1), ("field2", type2)]` column in favour of one column called "key" storing the labels and "value"...

Hey, it seems writeCSV isn't quoting fields, even if writeDSV is used with ParserOptions that include quoting. Maybe something to add here: https://github.com/acowley/Frames/blob/master/src/Frames/ShowCSV.hs#L9-L11 ?

This is a question rather than a bug. I am a happy hvega user but my code usually gets bloated up at the point where I need to convert some...

Thanks for this work. I noticed that "Download" overlaps with "Manual" on medium screen widths: ![Screenshot from 2020-11-20 11-33-42](https://user-images.githubusercontent.com/2597803/99790539-92676a00-2b24-11eb-8841-774ca8e6d961.png)

Would it make sense to include a `sort` container fold to this library? My use case is that I want to compute statistics over a collection (with the Haskell Frames...