Ben Coman

Results 33 issues of Ben Coman

I have thirty Pharo-7.0.0-alpha.build.xxxx templates. Now that Pharo 7 is released I want to clear them all out. Its tedious to remove them one by one. Multi-selection-delete like the images...

**Bug description** When the return of an FFI callback is an enumeration, it ultimately needs to be converted to its integer value to marshalled back through the C ABI. For...

Bug

2022 Part 1 Lesson 1 has the following example which throws away the middle return value, which is useful when students start doing their own experiments when the predicted answer...

I installed all the requisites, and am at the point in https://github.com/sebastianconcept/flow of running "./cleanBuild" and got the following... $ ./cleanBuild Removing old frontend components and modules... Building frontend... bower...

We are writing a GUI for Exercism.io to submit solutions directly from Pharo to their web server, so we need to generate Tonel files as strings without touching the file...

Issue reported by an Exercism user - we had a critic Manifest file that had a reference to a no-longer exsiting class. The trouble is that this seems to break...

Steps to reproduce: 1. Open fresh Pharo image (tested in 7.0.3 and 80228) 2. Enter "Athens" for package pane Filter... 3. Select a package then click Scoped View radio button....

A few times when I've gone to close a Calypso window and I get a dialog asking me if I want to discard changes, I get stuck trying to work...

In 60334, 1. Select Collections-Streams > MultiByteBinaryOrTextStream 2. Expand "inherited methods" To show all inherited methods up from PositionableStream you need to expand "inherited methods" several times. Options: A. Leave...

enhancement

Working my way through the generation code, I've simplified it using Tonel file map. `git status` after generation shows no changes except the following are deleted: - README.md of all...