Philip (flip) Kromer

Results 25 issues of Philip (flip) Kromer

How would I update the file to include the skinVariations from emoji data?

## Description yarn start launched a zillion pgrep processes when logged out. ## Expected Behavior Normal startup ## Observed Behavior node was repeatedly spawning dozens of pgrep processes, making it...

bug with another tool
stale

Doing `brew install openjdk@17` and editing ~/.mavenrc to have ``` export JAVA_HOME=/usr/local/Cellar/openjdk@17/17.0.2/libexec/openjdk.jdk/Contents/Home ``` resolved it. The error I was seeing (log below) is possibly caused by the dependency on org.apache.maven.plugins:maven-jar-plugin:2.6,...

I've been working on using the Esri/geometry-api-java to be a [spatial framework for Pig](https://github.com/mrflip/datafu/tree/esri_fiddle/datafu-pig/src/main/java/datafu/pig/geo) -- have just hit the milestone of being able to do a spatial join by splitting...

enhancement

Still working on this, but here are some benchmarks for the cache classes. Results so far are that the LRUCache is about 1.5-2x as fast as the LRUMap through all...

The test suites -- or at least anything using npm -- are only runnable against 12.x. What do you consider the practical oldest-supported version of Javascript for this library? tl;dr...

This adds time-to-keep expiration to the LRUCacheWithDelete. Besides the other ledgers of the backing cache, on every write operation the update time is saved in a fixed-sized array. No other...

The current inspect will put the entire contents of its key/value set onto the screen, causing voluminous dump and/or hiding the end of the contents, and makes it harder to...

Addresses #172 Implementation is that two sets are `isEqual` if they are the same object, or have the same size and B has every element of A. I did this...

The simulator is incorrectly showing sort solutions as failing, because it is sorting `10` before `2`: ``` input: [ 7, 10, 6, 6, 5, 7, 6, 2, 4, 0, 'M',...