Robert Huitl

Results 11 issues of Robert Huitl

The NPM package, e.g. for poppins (https://github.com/fontsource/fontsource/blob/master/packages/poppins/package.json), states the license is MIT and the author is "Lotus". This might be correct for the NPM package itself, but it is not...

documentation
contributors welcome!
breaking change
not stale

* Operating System: MacOS * Node Version: v14.16.1 * NPM Version: 6.14.12 * webpack Version: 5.61.0 * karma-webpack Version: 5.0.0 ### Expected Behavior As with earlier karma-webpack versions, a CSS...

I'd like to propose this change to the Maven extraction. It adds support for extracting the `texts` and `notice` for Maven. This resolves #822. Further, we will now extract the...

unscheduled

I would like to extract the license texts for Maven projects. What works for NPM does not for Maven. The license text field remains empty. Steps to reproduce: 1. Create...

unscheduled

I picked up the work from #51 and finished it. You'll find the original commit with minor changes (rebase) and my fixes on top.

I think the thread stopping is a bit too aggressive because it doesn't wait before interrupting threads that are shutting down on their own. It seems like the waiting time...

Parallel reads from the same file consistently freeze the client (and likely also nfs-ganesha, more or less completely). Any further attempts to access the file (e.g. stat) will hang indefinitely....

Analyzing
Need Info

I'm using a Github Codespace with the default image. It has a UTF-8 locale: ``` $ locale LANG=en_US.UTF-8 LANGUAGE= LC_CTYPE="en_US.UTF-8" LC_NUMERIC="en_US.UTF-8" LC_TIME="en_US.UTF-8" LC_COLLATE="en_US.UTF-8" LC_MONETARY="en_US.UTF-8" LC_MESSAGES="en_US.UTF-8" LC_PAPER="en_US.UTF-8" LC_NAME="en_US.UTF-8" LC_ADDRESS="en_US.UTF-8" LC_TELEPHONE="en_US.UTF-8" LC_MEASUREMENT="en_US.UTF-8"...

bug
upstream

In https://github.com/potree/PotreeConverter/blob/develop/Converter/src/indexer.cpp#L1165, the members of `min`, which are of type `int32`, are assigned the maximum value for an `int64`. This results in an implicit conversion to -1, breaking the following...

Adds Webpack 5 support and switch to a maintained version of ng-annotate (https://github.com/bluetech/ng-annotate-patched)