Montmorency

Results 21 comments of Montmorency

I got the same error: `Dynamic linker not initialised ` when using hie as the engine for vim and coc.nvim. The problem was solved by making sure the resolver in...

I'm pretty sure thats what I did (we are both use x86-64 apple darwin archs): ``` stack ./install.hs hie-8.6.5 stack ./install.hs data ``` You can double check that the --version...

I've noticed this pattern a few times too. I can get it down to a single line with `maybe` function already in the IHP prelude: ``` maybe (\a->a) (\a ->...

Hey just put up a proto-type of an ihp style plugin I've factored out of an [Bing maps app](https://github.com/Montmorency/ihp-bing). The readme has some overall style ideas but the main points...

> In the last refactoring I actually moved away from the Helper naming as I think the Helper word is not adding any meaning. I like the streamlined naming. I...

I guess the idea would be to add the ability to create a View in the IDE and that gets stored in the Schema like tables? The advantage would be...

Working on this in [branch](https://github.com/Montmorency/ihp/tree/hsx-conpat) A lot of type familes make it tricky to find the right mapping (ConPat -> Th.ConP). The target code to get working is an infix...

Really like milestones and this PR looks like a big improvement. Are there any specific performance optimizations blocking merge? I'm happy to help test and make PRs.

Hi Yes, We use a managed Expo/React Native workflow. ihp-datasync dropped in directly and is working very nicely fetches all user data and with the expo libraries even enables push...

Googling looks like Haskell uses system encoding to translate from bytes to characters so might need to change that for it to read the Chinese characters?