Matthew

Results 9 comments of Matthew

Hi, this is great stuff and I appreciate your work on it! Any idea when you think ha-mode will be good enough? What's left to do?

This is amazing! Thanks for all the hard work here. Looking forward to trying this out soon! On Tue, Jun 21, 2022 at 12:23 Andrew Guenther ***@***.***> wrote: > Alright,...

Any workaround for this? This issue prevents me from using openwhisk locally...

+1 Same issue - using the MacOS binary fails due to missing X11 libs...

This is really great! I appreciate you taking the time to do this! My skills are not at the level that I would have come up with this... On Sun,...

I believe this is the same issue reported here: https://github.com/darthmall/11ty.webc.fun/issues/25 If you do the following: 1. ```git clone [email protected]:darthmall/11ty.webc.fun.git``` 2. ```cd 11ty.webc.fun && npm install && npm start``` 3. make...

Well VS works well with git and other programs that uses the EDITOR environment variable. I haven’t had any issues doing code . Anyway, I haven’t looked but um must...

I agree with the simplicity/elegance of the ```update(event, state) -> (state, view_state, effects)``` and ```view(view_state) -> ui_component_tree_or_drawing_instructions``` architecture. However, I think what @duttaoindril is worried about is a situation where...

No specific problem yet - just thinking ahead. I am building an app where I think it is reasonable for multiple windows to be opened and different views shown. Because...