Kris

Results 124 comments of Kris
trafficstars

Regarding: > So I don't think ? should be allowed in the query. It might be worth knowing: the PetitParser grammar for the ‘URI’ rule from [RFC 3986](https://www.rfc-editor.org/rfc/rfc3986) that I...

This should probably be handled by extending PharoCommonTools to define ‘terminal’ as a tool: a default one that uses a terminal application can be provided by the ‘NewTools’ packages, for...

Small thing I forgot to mention, the comment in `#compatibleVm` says “an image able to run the image”, that was probably intended to be “a VM able to run the...

Ah I see: the zip files from our Jenkins server don’t include a ‘pharo.version’ file, I will add one to avoid the problem (it was reported by a colleague who...

Would it be possible to remove the dependency on Rosetta? If not, maybe the error “Bad CPU type in executable” can be handled and resignaled with a clarification that “you...

When I repeat the scenario in a new image after first applying the following changes, then the name of the directory in the commit is ‘GRInvalidUTF8Error.class’ as expected. On IceGitIndex:...

I posted a related issue with libgit2: https://github.com/libgit2/libgit2/issues/6537.

This can be easily fixed by making `IceLibgitRepository>>#addFilesToIndex:` send `#refresh` to `gitIndex` before the send of `#addAll:`, with `LGitIndex>>#refresh` implemented as: ```smalltalk refresh self withReturnHandlerDo: [ self index_read: self force:...

It’s not clear to me either. I’ve reported some issues with window groups in Pharo 11: https://github.com/pharo-project/pharo/issues/12133 and https://github.com/pharo-project/pharo/issues/12134.

Related issue: https://github.com/pharo-project/pharo-zeroconf/issues/38