Alberto (Alt-s)
Alberto (Alt-s)
This is done?
I've coded workarounds like below, but considering I'm introspecting with `instVarNamed:` we probably need to expose error codes from libgit a bit more officially ```Smalltalk [Metacello new baseline: 'ABaseline'; repository:...
Pretty late to the game but hope this might be useful to others. Took a long time for me to get this running but it is working now for my...
This snippet type is rather welcome :+1: . Assuming this would also work for folders right? Would be useful to be able to bind to either (File or Folder). Did...
The most useful and quick would be to modify this on `LePage` only
On `v1.0.734` , `ProtoObject>>#gtActionInspectFor:` defines `aTool` yet doesn't use it, that seems like a bug in all contexts: ```Smalltalk aTool := self gtDefaultInspectorTool. aButton phlow spawnObject: self ``` The second...
After thinking about the downstream effects, it is more reasonable to reduce the scope of this. I already added an extensions method `withOSLineEndings` both on `String` and on `GtExternalProcessBuilder` (which...
Seems like other implementors of `initializeElements` have similar issues where contexts need to be initialized inside loops. Can be found below: ```Smalltalk GtPlotterScaleBasedElement gtIsOrInheritsFrom & #initializeElements gtImplementors ```
It's a specific example of the more general issue but think if machinery is there, potentially it can be extended later, or maybe not by feenk, by people that may...
Is there a potential way forward? Would this require re-thinking approach in Gt around ephemerons and startup/shutdown code or a potential bug fix in Pharo?