LeeTibbert

Results 142 issues of LeeTibbert

##### Administration This PR is submitted for the 0.4.x train. It is applicable to 0.5.0. Do I need to do a separate PR for 0.5.0, or will 0.4.x get merged...

As part of a pending PR for Issue #2750, I did a due diligence check to see if that bug existed other places where a file was opened. `java.nio.Files#readAllBytes` opens...

component:javalib
good first issue

##### This probably needs to be on the 0.5.0 train: Source incompatibility. Posix `time.h` defines three variable: `daylight`, `timezone`, and `tzname`. In Scala parlance, these need be parameterless, not zero...

We update User Guide in three areas: * A clarification was added that a note applied only to users on Windows systems. * Two entries were added to the list...

Besides explaining Size usage itself so that folks do not freak out. Currently the Interop section gives a usage example of alloc. Examples are good when they are correct and...

It appears that after the recent merge of 32 bit support that posix time_t (and many others) is now an object (AnyRef, if I have my terminology right) rather than...

This code should be OK for a hypothetical 0.4.n release. It introduces definitions. The one file which moves location has never been shipped. This PR is the first in a...

clib stddef.scala should be implemented and the recent posixlib stddef.scala adjusted to use the former's types to maintain a Single Point of Truth.

has pr

In sailing there are, I believe, times when everybody needs to run to one side of the boat and then, a few moments, run to the other side. For software...

When I run `scripts/makedocs` in my project root, it complains that it can not find a `.venv` file. I think that is a python environment file. I never have consciously...

component:docs