-
## Introduction
This issue is a request to implement a dedicated chat presenter to ease the creation of conversational user interfaces. This presenter will enhance the Spec capabilities in building…
-
Is it expected that this fails in Pharo 11/12 and works in Pharo 10?
```
blocks := OrderedCollection new.
(FBDExamples>>#exampleSimpleBlock) innerCompiledBlocksDo: [ :aBlock |
blocks add: …
-
With ZeroConf, I've that:
*********************************************
* Copying files!
*********************************************
Deploying scale command
ERROR:Errors in script loaded fr…
-
http://forum.world.st/Xtreams-up-to-date-tp3209915p3234369.html
-
As demonstrated in the following video, in Pharo 13 build 313, removing a breakpoint doesn’t seem to remove it (the editor is not updated to reflect the removal, reselecting the method shows that the …
-
Hi,
I'm attempting to simply load this project with Glorp, but unfortunately, I'm unable to do so :(
1. When I load using this order I have an Iceberg exception "MetacelloConflictingProjectError…
-
Start with a fresh Pharo 13 image.
In a Playground window evaluate:
```
(ZnServer startDefaultOn: 3000)
delegate: ( ZnStaticFileServerDelegate new
directory: 'web' asFileReference;
y…
-
Hi Guys,
The crypto repo is not loading on Pharo 10 due to a dependency on InputEventSensor, can you solve the issue?
TIA
Davide
-
Asked [on Pharo Discord](https://discord.com/channels/223421264751099906/223421264751099906/994262655676203079):
What is the replacement for `String>>#convertForWithConverter:`, which has been remo…
-
```
presenter := SpPresenter new.
presenter layout: (SpBoxLayout newTopToBottom
vAlignStart;
spacing: 5;
add: (SpBoxLayout newLeftToRight
spacing: 5;
add: 'Label 1' expand: false;
ad…