Esteban Lorenzano
Esteban Lorenzano
because this is cool to be able to store contents of playgrounds there.
This is when doing a PR from iceberg: method `IceGitHubAPI>>credentials` will answer a credential provider and not the credentials to use.
is not just that is impossible to work with iceberg, is also very annoying to work on branches :P Can't we migrate to metadataless format? I guess is available in...
I experienced a DNU when executing this: ```Smalltalk MetacelloPackageSpec >> workingCopyNameFor: anMCLoader | vi | (vi := anMCLoader currentVersionInfoFor: self) == nil ifTrue: [ ^nil ]. ^vi name ``` because...
it should look slighlty better. and it should have recover a lot of lost functionality (like the PR tool, which I am using to do this PR)
### Issue Summary Can't login to my account while on Firefox for iOS ### Steps to Reproduce heh, precisely the example is pertinent: I clicked login, and an endless spinner...
see pharo-vcs/iceberg#1000
when exporting a class with traits, I have this output: ```Smalltalk Class { #name : #BlPoint, #superclass : #Object, #traits : 'TBlDebug', #classTraits : 'TBlDebug classTrait', #category : 'Bloc-Basic-Math' }...
because there is no class organisation
move a class from package makes class side variables to become undefined. I don't know if this is for calypso or other place, but is here where is seen.