Google Code Exporter
Google Code Exporter
``` Currently #sourceSet: expects a correctly formatted String. If would be cool if it also supported a collection of: * WAUrl * String * WAWidthDescriptor: Integer plus URL or String)...
``` What steps will reproduce the problem? 1. Start a service on port 8080; 2. Open a Seaside 3.1 image What is the expected output? What do you see instead?...
``` Fuel can apparently serialize the stack. That would make for a nice addon to serialize the sessions. ``` Original issue reported on code.google.com by `[email protected]` on 11 Sep 2013...
``` The semantics WACookie >> #path: are an unsecapted, unencoded string. Traditionally we try to offer high level objects to the user that are directly useful without having to do...
``` WAServerAdaptor >> #contextFor: may signal a WAInvalidUrlSyntaxError in the rare case when the request URL is invalid. It would be nice if the could return an HTTP 400 in...
``` On Sat, Sep 29, 2012 at 1:05 PM, Denis Kudriashov wrote: > Hello. > > I try build little application with WATasks's. And I find strange > behaviour. >...
``` 1. Should there be a GRStream? 2. Is it OK to mix reading (#next:) and writing (#nextPutAll:)? 3. Is GRDelegatingStream a good name? 4. Should GRDelegatingStream >> #greaseNext:putAll:startingAt: be...
``` While WAUrl >> #= is simple and correct it is not ideal because it compares the string representation of both objects with means lots of allocation. Together with a...
``` WAUrl >> #hash considers much less information that WAUrl >> #=. For example #= does not consider the scheme port or parameters. For examples (WAUrl absolute: 'http://localhost/conter') ~= (WAUrl...
``` Philippe and I were discussing this at ESUG - it's been sitting in my email inbox as a todo since then so I want to put it here so...