Gilad Bracha
Gilad Bracha
Running Newspeak images with 20180403 VM, I find that attempting to access the Newspeak source repository fails in the image. This occurs even in old images that work correctly under...
Given that we can define documents with widgets, the editor is inherently a GUI builder; simply define a document with widgets, but without text. However, this approach needs to be...
If one has multiple presenters on a given document - perhaps due to transclusion, or debugging or whatever other cause - changes in one presenter are not automatically propagated to...
Ampleforth window sizing should adapt dynamically to the available real estate in the OS window. It doesn't, and so instead the solution is to give the rendered view a fixed...
Squeak-based Newspeak had a feature that allows one to access elements that are not in scope while debugging. We need to support this in the web version. Indeed, this mechanism...
Exposing the objectViews method so it can be called from the outside (and so onecould add views to it) should be easy, no?
We need a way to access git, and a reactive UI for it.
both search and regular senders/implementors should highlight the search term in the editor of the method they find.
In the case of aliens that are DOM nodes, we should be able to display them as HTML. Is there an HTML pretty printer exposed in the browser?