Michael Hernandez

Results 9 issues of Michael Hernandez

A while back I had switched from time.Sleep to runtime.GoSched to lock thread to keep application open. As GoLang has evolved it seems that now results in a huge amount...

bug

https://en.wikipedia.org/wiki/Symlink_race I was enlightened to the fact that there may be a Symlink Race condition in our auto bootstrapping methods. Need to research the subject and apply a fix.

bug
help wanted

In order to fully determine the viability of Go-Thrust as a cross platform ui kit and application development kit, we should have a pretty decent example application that crosses the...

Move (window, menu, session ) => src/bindings/ Expose NewWindow NewMenu NewSession via package Thrust Figure out what the best option is for Spawn, Connection, Commands, Dispatcher packages. Start giving thought...

User needs to be able to decide if they want to block on a channel or handle the result instantly instead of through a handler. This gives a little too...

Getters like is_maximized dont fit nicely into our asynchronous library. What is the best way to handle this. The following C code shows the commands. ``` c else if(method.compare("is_maximized") ==...

Javascript is a functional language, as such we should be able to functionally access objects. This pull request adds support for binding and currying. I have added (30) tests to...

...r dnode to allow for passing results back through callbacks, as well as events Accept it if you like it, just felt this was a nice way to help out...

So far atom-shell seems built for handling one frame, with javascript and html managing the rest. It this the way Exo was built? Seems like there will have to be...