Google Code Exporter

Results 11117 issues of 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)...

auto-migrated
Type-Feature
Priority-Low
HTML5

``` 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?...

Priority-Medium
auto-migrated
Type-Defect

``` 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...

auto-migrated
Type-Feature
Priority-Low
Platform-Pharo

``` 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...

auto-migrated
Priority-Low
Type-CleanUp

``` 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...

auto-migrated
Priority-Low
Type-CleanUp

``` 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. >...

auto-migrated
Type-Defect
Version-Seaside3.0
Priority-High

``` 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...

auto-migrated
Priority-Low
Type-CleanUp
Version-Seaside3.1

``` 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...

auto-migrated
Priority-Low
Type-Performance

``` 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...

auto-migrated
Priority-Low
Type-CleanUp

``` 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...

Priority-Medium
auto-migrated
Type-CleanUp