Esteban A. Maringolo
Esteban A. Maringolo
On a heavy use of descriptions in a fork of an old version of Magritte we didn't use Mementos, but instead we used something called `BufferedModel` that was used as...
I should dig in the code, but it was basically something like: ```smalltalk doesNotUnderstand: message ^message forwardTo: self subjectCopy apply "Apply the changes from subjectCopy to subject." 1 to: self...
The `WASstServerManager` in VAST provides logging of the start/stop events and also a callback interface (think of an "Announcer") to notify these events to the visual control panel can reflect...
It is not clear to me whether there is a bug in the handling, or the request is malformed.
The "proper" solution I see is to reify the body as an entity, which for most cases will be a simple one (as it is now) or a composite/multipart one...
WASelectionDateTableFunctionalTest depends on WASelectionDateTable which requires Chronology classes
I wonder whether this widget is used at all, that's why I thought about moving it to a separate package. But reimplementing it in a "neutral" way would be a...
We discussed this with @JoachimTuchel and I proposed than instead of falling back to a default codec if no charset is specified in the content type, we could fall back...
> I am not a Seaside specialist, let alone on any port, but I don't think it is Seaside's job to fix encoding issues or other trouble. This is exactly...
I did not try, but now I did and I noticed `GRPharoPlatform>>readFileStreamOn:do:binary:` forces the input stream to be valid UTF-8, so anything other than valid UTF-8 cannot be read. So...
> Sorry to be that guy but this should be avoided. If you're just sending bytes then `String` is the wrong abstraction. I agree, but there were historical reasons for...