David Hadka

Results 8 issues of David Hadka

See https://github.com/Project-Platypus/Platypus/issues/114

Hey @eigeneko I made the necessary modifications so you can use PBI with MOEA/D. From the image below, you can see that with PBI, it's converging to the three corners....

Closes https://github.com/actions/cache/issues/370 If there are active listeners after `run()` finishes, NodeJS will not exit. Generally, leaving an active listener is a bug that should be fixed, but to prevent this...

blocked

As suggested by @mzabaluev in https://github.com/actions/cache/pull/343#pullrequestreview-423013155, the logic to calculate the version hash could consider other normalizations to the path, including: 1. Sorting the paths so the version hash is...

enhancement

The caching action always hangs when using `actions/cache@master` on Windows in my test runs using a random 150 MB file. To dig in more, I created a separate repo that...

bug
area:compression

The `tunnel` dependency used by `http-client` is calling `new Buffer()` which is deprecated: > The Buffer() function and new Buffer() constructor are deprecated due to API usability issues that can...

**Describe the bug** Excluding a file or folder does not work as expected with caching. For example, ``` ~/cache !~/cache/subfolder ``` is matching: ``` ../../../cache ``` I think this is...

bug
cache