Sebastian Sastre
Sebastian Sastre
This was key: `anObject class isComposedBy: MaplessBehavior` instead of `anObject isKindOf: Mapless` Here ```smalltalk "protocol: #actions" asStorable: anObject ^ anObject isCollection ifTrue: [ anObject class = OrderedJsonObject ifTrue: [ (JsonObject...
Oh, sorry I noticed this message only now @paulwilke ! With a Pharo 11, this is what I get: I was hoping to see you creating a branch out of...
The thing is that, in `MaplessRedisRepository` we have this: ```smalltalk save: aMapless | key storable serialized | self onBeforeSave: aMapless. key := self namespacedIdOf: aMapless. storable := resolver storableFor: aMapless...
Pharo 11 cannot load `v3.8` ``` Metacello new baseline: 'Magritte'; repository: 'github://magritte-metamodel/magritte:v3.8'; load: #( Core ). ``` It can manually be loaded with: ``` Metacello new baseline: 'Magritte'; repository: 'github://magritte-metamodel/Magritte';...
I get this @seandenigris
Same here. Is not loading in Pharo 9. I've took a quick look. It can load with this small upgrade https://github.com/ObjectProfile/PythonBridge/pull/12 @capsulecorplab @bergel
@alexcurtis I'd choose this component if it would drag & drop. Hands down :) Unfortunately, not having it is a deal breaker for where I plan to use it.
ah! O need to upgrade everithing to 0.14 thanks for the feedback (if you choose there 0.14 I think it will continue without problem) sebastian o/ > On 10/01/2015, at...
for some reason we're having your pull requests coming to `github.com/sebastianconcept/flow` instead of `github.com/flow-stak/flow` I'm thinking into deleting flow from sebastianconcept so they end up there. Please if you figure...
Dedicated to @fgarau ðŸ¤