Toby Miller

Results 2 issues of Toby Miller

In C# 11 (dotnet 7) the `required` modifier was introduced for fields and properties. It forces a caller to provide a value in, for example, an object initialiser. The compiler...

Using readAsync on a Unix FIFO triggers the following exception: > java.io.IOException: Illegal seek at java.base/sun.nio.ch.FileDispatcherImpl.pread0(Native Method) at java.base/sun.nio.ch.FileDispatcherImpl.pread(FileDispatcherImpl.java:54) at java.base/sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:274) at java.base/sun.nio.ch.IOUtil.read(IOUtil.java:245) at java.base/sun.nio.ch.IOUtil.read(IOUtil.java:223) at java.base/sun.nio.ch.SimpleAsynchronousFileChannelImpl$2.run(SimpleAsynchronousFileChannelImpl.java:320) at java.base/java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1429) at...