Christophe de Vienne

Results 46 comments of Christophe de Vienne

This is a nice addition to nrpc, thanks! To be merged, we need a demonstration in an example (can be alloptions), and since I just updated the dependencies in the...

Having all background attributes in a Background module (for example) makes it cleaner to me. It makes it easy to look for it in the documentation, and is easy on...

In that case how about renaming Element to UI ? Would be shorter, may even add readability by being more explicit, and match the lib name.

The way I handle this for now is that the dialog state is handled by the page update itself, possibly in a sub-component. So, when building the dialog, the page...

No ETA sorry. It is a difficult problem and I am not even sure it has a decent solution.

I guess something like a "applicationWithLoader" would do the trick. The loader part would be a mini-app with its own state and view, that has the goal of building the...

Hey @gampleman , Could you give PR #18 a try and give me some feedback? Thanks

I think protoc-gen-nrpc does not handle a package splitted in several files. If you put the a.proto file in a different package, or merge both files, it should workaround the...

It definitely is as issue that needs fixing, I was just suggesting a workaround. Meanwhile if you need to keep a separated file for codes, you can put it in...

@lydell did you close the PR on purpose ? I have a feeling the issue is still valid and need fixing in elm-ui itself.