Jens Wille
Jens Wille
(i.e., `namespaceFile` vs. `namespaces`)
Does `wait` imply waiting _for_ something? (Like `wait-for-inputs` for instance.) Maybe `sleep` would be better? (Could also be a Fix function; see [Catmandu](https://metacpan.org/pod/Catmandu::Fix::sleep).)
@dr0i: You checked the task for "Link to class's Javadoc" in my [comment](https://github.com/metafacture/metafacture-core/issues/367#issuecomment-942711661), but the recent changes (#509) only link to the source code, not the Javadoc.
Thank you for taking the time to provide these fixes, but I'm not sure how to proceed here. This repository has always served as a mirror only (see the [contributing...
Great, thanks @emezac!
> @blackwinter any update on if @emezac is a new maintainer that can merge this pull request and publish an updated gem? No, I haven't heard anything. I would suggest...
Should be fixed in [0.4.4.5](https://rubygems.org/gems/unicode/versions/0.4.4.5).
Is this related to #454?
Minimum viable solution (quietly ignoring errors): ```diff diff --git metamorph/src/main/java/org/metafacture/metamorph/maps/FileMap.java metamorph/src/main/java/org/metafacture/metamorph/maps/FileMap.java index 8462007e..621d0bbf 100644 --- metamorph/src/main/java/org/metafacture/metamorph/maps/FileMap.java +++ metamorph/src/main/java/org/metafacture/metamorph/maps/FileMap.java @@ -69,6 +69,7 @@ public final class FileMap extends AbstractReadOnlyMap { private...
hi andrew! i hacked something up that might fit the bill for you. it's probably still rough around the edges, but at least it doesn't require descending into c land...