Paul DeBruicker

Results 11 comments of Paul DeBruicker

@lukego I think this used to be possible and it makes sense to me from a security perspective we'd really want this to be possible. @jbrichau what do you guys...

So I missed a step? I should add pharo-7 to the travis.yml file and add that change to the PR right?

And it might be a tool like versioneer thats using Symbols for the package names. Dont know.

I just ran into this for the past weekend. Didn't know about the distinction between fetch and load. Can we add a warning if cacheRepository: is set when doing a...

Maybe I misunderstand. I think the error I hit is that there isn't a scheme at the start the string being parsed in `#initializeFromString:` and so the scheme in the...

The first URL in the first message on this issue is the entire URL, not the query parameter of another URL. Sorry that was unclear.

Also is there a reason we don't process the URL as a stream? I might mess around with that.

I have a little set of conveience extensions here http://smalltalkhub.com/#!/~pdebruic/ARIA

The other thing I'd like to do is change the `#initialRequest:` resposne to streaming by default. The http/1.1 chunked encoding translation to HTTP/2 & HTTP/3 can be handled by nginx...

Oh and with these changes streamed responses in GemStone now work.