Tako Schotanus

Results 110 issues of Tako Schotanus

Module `ceylon.io` has a class `FileDescriptorReader` that takes an instance of `FileDescriptor` and turns it into an instance of `ceylon.buffer.readers.Reader`: ``` ceylon shared class FileDescriptorReader(fileDescriptor, Integer? length = null) extends...

FEATURE
m-io

The types `ReadableFileDescriptor` and `WritableFileDescriptor` implement `Closeable` but perhaps they should also implement `Destroyable` (which would then call `close()`)

FEATURE
m-io

So we're getting to a point where I think it becomes important to decide what we are going to do about SDK versioning. Right now we just follow the Ceylon...

question

See the start @gavinking made with it: https://github.com/ceylon/openshift-cartridge/blob/master/template/source/com/redhat/demo/graph/context.ceylon Maybe there are other interesting APIs as well?

FEATURE
m-interop

I already had something running on port 8080 so the following happened when running the SDK tests: ``` . . . [ceylon-test] running: test.ceylon.net::testPathMatcher [ceylon-test] running: test.ceylon.net::testServer [ceylon-test] Starting on...

BUG
m-http-server

In commit @e54c2c952e0516347afa6ad06a009eee7c4321de I changed the `http:` in the URLs to `https:` because Wikipedia had started using HTTPS in the mean time. But browsers normally get redirected automatically, shouldn't we...

BUG
m-http-client

Right now we have a `copyLines()` method which works more or less as a `map()` for reading from one file and writing the mapped result to another file. I was...

FEATURE
m-file

It would be nice if the example could be updated to the latest version of Pino and would show the usage of transports. Especially because the issue I'm seeing is...

We should probably have a version of the action that supports Java 17 now that it's the latest long term support release. This probably means coming up with a new...

Or at least the reparented ones I guess. I didn't test with all grab types.

bug