Mikal Hitsøy Henriksen

Results 24 comments of Mikal Hitsøy Henriksen

`spread_object` is pretty good! It's also semantically close to the JavaScript object spread notation `{...something}` which is nice. But I kinda also think that this could just be an enhancement...

`explode`, `map_columns`, `open`, `extract`, `unravel`, `float_props`, `spread_props`, `stretch`, `unpack`, `deflate` I still vote for `spread` though :P

Would I be right in guessing https://github.com/conjure-cp/conjure/commit/5bbace8a8e2826aa35c33561ebbca2bcf657560c is where I would need to look to contribute a fix for this?

I had some time (finally) to look at this again, and it looks like I forgot some important parameters to actually reproduce the bug in the test, so while the...

Ah, small mistake in the commit message, I meant to note that it only addresses the first point about the backslashes. Also, I haven't checked if there's anywhere else where...

Yep, already made one amendment based on the CI logs :) The error message is particularly helpful this time, it correctly suggests `T.singleton` as a fix! Will commit and push...

And look, the language service finished installing overnight so I can see it in the editor now! ![Screenshot_20220630-120138~2](https://user-images.githubusercontent.com/99851/176651146-45edfbbe-c8b2-4b2f-bb71-ccdbfe1a32ab.png)

Ha, speaking of insufficient RAM, you might need to size up the builders: `ghc.exe: getMBlocks: VirtualAlloc MEM_COMMIT failed: The paging file is too small for this operation to complete. `

Here's a minimal failing repro model, but I'm not 100% sure where to add it, is tests/pretty_print/issues/ ok? ``` $ The variant triggers refinement output that is vulnerable to the...

I learned how to use `git rebase -i`, so I fixed up the branch a bit. The added test is a blind commit again, so relying on CI for feedback,...