Sven Van Caekenberghe

Results 143 comments of Sven Van Caekenberghe

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. If you have a...

> This is exactly the rationale behind the issue, you should be able to send a WADocument with whatever content and encoding you want and Seaside should not alter it....

Today more is possible. https://github.com/feenkcom/gtoolkit/issues/3079 https://github.com/feenkcom/gtoolkit/issues/3819

It could be useful to try this again. A general remark is though that `IceRepository registry` is an OrderedCollection used by IceRepository name, having two of those with the same...

I added an implementation of both the fork and PR creation through the GitHub REST API (in class GtGitHubAPITool). It seems to work just fine. This also gives us options...

Hi, First, thanks for the feedback, this is always important. If you define your own types, they are not mapped, so something must happen. Maybe you can find some inspiration...

I created a new unit test / executable example: https://github.com/svenvc/P3/commit/a1982389e992e4bb5f8033b0fee1d6bc12929bcc

Hmm, that seems hard to do in a general and reliable manor. It would also require reading ahead and then going back.

That is very clever ;-) Now, it depends on a particular implementation of #nextPutAll: (the one in Stream). Looking at all implementations, I see some which would probably fail. On...

Nice and important initiative, I hope you manage to avoid breaking things ..