-
**Bug description**
--headless command line option does not work
**To Reproduce**
Steps to reproduce the behavior:
1. /home/pharo/pharovm/bin/pharo --headless /home/pharo/Pharo11-SNAPSHOT-64bit-…
-
Need to be able to easily copy code from a pharo code browser and paste into a linux window or JfD window. Not sure why this just doesn't work.
-
**Bug description**
Some tests that pass in Pharo 11 don't pass in Pharo 12.
**To Reproduce**
Steps to reproduce the behavior:
1. Load Molecule (`dev-incubator` branch)
```smalltalk
Metacell…
-
First, evaluate in a Workspace:
```smalltalk
filterField := ToTextField new.
filterField
addEventHandlerOn: AlbTextInsertedEvent
do: [ :evt |
evt target text: (String new: evt text size …
-
```
spec for: #common do: [ spec
baseline: 'Okay' with: [ spec repository: 'github://cdlm/okay-st' ];
```
-
@estebanlm, cc @Ducasse
Context: Spec book, Pharo 12, creating a toolbar based on commands.
### Question 1
When using code like this in my presenter:
```smalltalk
toolBar := self newToolb…
-
Under Pharo 8.0 32-bit, all tests in IDispatchTest (package PharoCom-Tests) are red. The error is:
Instance of FFIConstantArgument did not understand #emitArgument:context:
-
# Pharos Lending Market Review | OneTrueKirk
Ethereum, cryptoeconomics, governance
[https://onetruekirk.github.io/salon/pharos.html](https://onetruekirk.github.io/salon/pharos.html)
-
https://github.com/pharo-project/pharo/pull/12130
-
When I run `make` on macOS Sierra I get an error (see output of the command below). This is probably because the version of the VM that is being used is too old. See also the following mailing list po…