-
In Pharo 11/12 every class now has an **environment** (which by default is the Smalltalk system dictionary). Pharo typically also has an own package organizer holding all packages. By default the syst…
-
Requested:
- [x] Vue
- [ ] HCL
- [ ] R
- [ ] Ini
- [x] Dart
- [ ] Properties
- [ ] Scala
- [ ] Liquid
- [ ] reStructuredText
- [x] PowerShell
- [x] Diff
- [x] TOML
- [x] Golang
- [x] R…
-
What do if queries take long time. Means using callbacks or something else?
-
```
What steps will reproduce the problem?
1. Open System Monitor
2. Close System Monitor
3. Repeat
What is the expected output? What do you see instead?
The Strongtalk environment crashes with an…
-
```
What steps will reproduce the problem?
1. Open System Monitor
2. Close System Monitor
3. Repeat
What is the expected output? What do you see instead?
The Strongtalk environment crashes with an…
-
**Bug description**
I was seriously confused for the last two hours or so, because every time I did `dict at: string` on my Dictionaries, I would get a `KeyNotFound` error. However I could see the ke…
-
Is it possible to provide SHA256 Hashes of the release artifacts and downloads
such as
https://files.pharo.org/pharo-launcher/windows
https://files.pharo.org/pharo-launcher/mac-x64
..
http://fi…
-
TypeScript has “string types”: `"foo"` is a perfectly ordinary type, and so is `"foo" | "bar" | number`.
Their two main uses seem to be:
1. Union of string types as “enum”:
``` typescript
t…
-
Doing the Metacello baseline specified in the README, my image freezes (and CPU runs crazy) on the following:
```
Loading BaselineOfGramada
Loading Icons
Installing Icons-mt.9
```
![Screenshot f…
-
I was unloading the NeoJSON project to see how it reloaded when loading DataFrame from scratch.
Both the preload doit and the postload doit were executed. However, since the postload doit was written…