Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Kevin R. Whitley

Open-sourcer, creating tiny, readable code to help you your code get tinier... and more readable.
Collective - Host: opensource - https://opencollective.com/kevinrwhitley - Website: https://slick.af - Code: https://github.com/kwhitley

If a response is configured to not be cached. Ensure that the browser also doesn't do any caching.

github.com/kwhitley/console-functions - 31e23ca4cfbdbbe3dd41f71f101937508f5ef811 authored over 7 years ago
added ability to blacklist headers through PR

github.com/kwhitley/apicache - b6c4027df1c679f3899a059f7aced6bcf232d6a3 authored over 7 years ago
added ability to blacklist headers through PR

github.com/kwhitley/console-functions - b6c4027df1c679f3899a059f7aced6bcf232d6a3 authored over 7 years ago
Merge pull request #106 from andredigenova/master

Add an option to disable caching of the response headers

Thanks for the clean PR @andredigeno...

github.com/kwhitley/console-functions - 03c2a671c1140773c904caa05ccc81aea6e027ee authored over 7 years ago
Merge pull request #106 from andredigenova/master

Add an option to disable caching of the response headers

Thanks for the clean PR @andredigeno...

github.com/kwhitley/apicache - 03c2a671c1140773c904caa05ccc81aea6e027ee authored over 7 years ago
README update to reflect patch release

github.com/kwhitley/apicache - 4652b5f7654dee68b9c9e968b006342dc1d13c3a authored over 7 years ago
README update to reflect patch release

github.com/kwhitley/console-functions - 4652b5f7654dee68b9c9e968b006342dc1d13c3a authored over 7 years ago
removed extra file

github.com/kwhitley/apicache - 97ebae4ed0b5d561743839280bd6d78fc30d30ff authored over 7 years ago
added linter and removed ES6 code from tests

github.com/kwhitley/console-functions - c7d6588a9dca9f5cbc0377dfa14070256a38d4f5 authored over 7 years ago
added linter and removed ES6 code from tests

github.com/kwhitley/apicache - c7d6588a9dca9f5cbc0377dfa14070256a38d4f5 authored over 7 years ago
Provide a default to filterBlacklistedHeaders if cacheObject.headers is falsy since filterBlacklistedHeaders doesn't accept non-objects.

github.com/kwhitley/apicache - c1f674bd5ff7f0410b3240e91309db341d2ce1e4 authored over 7 years ago
Provide a default to filterBlacklistedHeaders if cacheObject.headers is falsy since filterBlacklistedHeaders doesn't accept non-objects.

github.com/kwhitley/console-functions - c1f674bd5ff7f0410b3240e91309db341d2ce1e4 authored over 7 years ago
Node 4.0.0 does not have Array.includes method

github.com/kwhitley/console-functions - 988f2af42e0cd806ad4c85aebd4c2ac13aaa55cf authored over 7 years ago
Node 4.0.0 does not have Array.includes method

github.com/kwhitley/apicache - 988f2af42e0cd806ad4c85aebd4c2ac13aaa55cf authored over 7 years ago
Change a blanket disabling of caching of all headers to a blacklist of specific headers.

github.com/kwhitley/apicache - 9412c10c3951728a7ef85aa4f5f2bb74f5f9cdb8 authored over 7 years ago
Change a blanket disabling of caching of all headers to a blacklist of specific headers.

github.com/kwhitley/console-functions - 9412c10c3951728a7ef85aa4f5f2bb74f5f9cdb8 authored over 7 years ago
Update documentation.

github.com/kwhitley/console-functions - 2e3f07e7b1ecd29c958f9fb4c535b011cc4f8267 authored over 7 years ago
Update documentation.

github.com/kwhitley/apicache - 2e3f07e7b1ecd29c958f9fb4c535b011cc4f8267 authored over 7 years ago
Add option to disable header caching.

github.com/kwhitley/console-functions - 8fc0bad850d4936d189f39fd632ff88d682aaeac authored over 7 years ago
Add option to disable header caching.

github.com/kwhitley/apicache - 8fc0bad850d4936d189f39fd632ff88d682aaeac authored over 7 years ago
Adding the possibility to control NEAT networks complexity by allowing the user to limit the maximum nodes/connections/gates number when mutations occure.

The user have also the possibility to control the occuring mutation by overriding the mutation se...

github.com/kwhitley/neataptic - e95c757957525aed04bf317f716d2cf8dc9f7a21 authored over 7 years ago
Merge pull request #97 from kwhitley/node-support-7.7

Node support 7.7

github.com/kwhitley/console-functions - 4ae232b3b83c8ebc217f423834fb97cb704298a2 authored over 7 years ago
Merge pull request #97 from kwhitley/node-support-7.7

Node support 7.7

github.com/kwhitley/apicache - 4ae232b3b83c8ebc217f423834fb97cb704298a2 authored over 7 years ago
updated restify to 5.2.0 to settle test conflicts

github.com/kwhitley/apicache - 37e85ca534624b05c04c0393045d463195ad1cfa authored over 7 years ago
updated restify to 5.2.0 to settle test conflicts

github.com/kwhitley/console-functions - 37e85ca534624b05c04c0393045d463195ad1cfa authored over 7 years ago
Update README.md

github.com/kwhitley/neataptic - 34cf15c40265c9e9c7f63162234881c5c0da039c authored over 7 years ago
Merge pull request #60 from wagenaartje/develop

Fix a bug and update minimal Node.js version required

github.com/kwhitley/neataptic - 8492952268042d4db6d95617e59387ad62eb02d3 authored over 7 years ago
Merge branch 'master' into develop

github.com/kwhitley/neataptic - 25f88400bb885343c4f36f0fefe04b0825584795 authored over 7 years ago
Change minimal version

github.com/kwhitley/neataptic - e23098cc221d34357348a8f3d8308c020ff8e72d authored over 7 years ago
Test dependency

github.com/kwhitley/neataptic - 1cb83c6d04c37fb0b6809167972790bc58a4762f authored over 7 years ago
expiration callback works... added globalOptions.events object for callbacks

github.com/kwhitley/console-functions - bd87ac7d767d5375e9bbe85f2b238f26414fc94a authored over 7 years ago
expiration callback works... added globalOptions.events object for callbacks

github.com/kwhitley/apicache - bd87ac7d767d5375e9bbe85f2b238f26414fc94a authored over 7 years ago
appendKey now properly works with multiple keys. Added test coverage.

github.com/kwhitley/apicache - a6620704957a17ee06a06ea0f44f699ffa302234 authored over 7 years ago
appendKey now properly works with multiple keys. Added test coverage.

github.com/kwhitley/console-functions - a6620704957a17ee06a06ea0f44f699ffa302234 authored over 7 years ago
updated README and package.json

github.com/kwhitley/console-functions - 44373ad99ae73868d79cb7345e8bfe7078b9090a authored over 7 years ago
updated README and package.json

github.com/kwhitley/apicache - 44373ad99ae73868d79cb7345e8bfe7078b9090a authored over 7 years ago
added more detailed throw error when binding action creators

github.com/kwhitley/redux-registry - b5cf5ec1d2ad1a4b2aa38d05bd3ac7d0e84ea629 authored over 7 years ago
Update README.md

github.com/kwhitley/neataptic - 53027811cf4966fb6df1361f9766a0b01e498425 authored over 7 years ago
Merge pull request #55 from wagenaartje/develop

New looks

github.com/kwhitley/neataptic - 6b12195d9fcc462c365bae7666a4d3388536d648 authored over 7 years ago
Merge branch 'master' into develop

github.com/kwhitley/neataptic - d520af756227b2158dd0db094b2a26c2cb5517ee authored over 7 years ago
Update README.md

github.com/kwhitley/neataptic - a517aff8c119120f243e958bb15ed16f8a3cdbc4 authored over 7 years ago
Avoid declaration of this.(function)

github.com/kwhitley/neataptic - 8d654193c96a14624a1bea3000b769331f4d6860 authored over 7 years ago
Correct ungate for nodes

github.com/kwhitley/neataptic - 5a26f044ca6411594fcf11aab975279fc4c8f7dd authored over 7 years ago
Merge pull request #50 from wagenaartje/develop

Node multi-threading

github.com/kwhitley/neataptic - 4f209624db14874b7c60a9d8a8082b4c23a8b927 authored over 7 years ago
Merge branch 'master' into develop

github.com/kwhitley/neataptic - 81115e9266475fd506cbbdec69a2c5fad48c2cce authored over 7 years ago
corrected version 0.9.0

github.com/kwhitley/console-functions - aaa7a9cd1e66ba103ef88da8fa20525ec205b03b authored over 7 years ago
corrected version 0.9.0

github.com/kwhitley/apicache - aaa7a9cd1e66ba103ef88da8fa20525ec205b03b authored over 7 years ago
closes #71 - throws on Redis errors... needs tests but not sure how

github.com/kwhitley/console-functions - 67d37591ca8a34063001f1d54164219926fd7a1d authored over 7 years ago
closes #71 - throws on Redis errors... needs tests but not sure how

github.com/kwhitley/apicache - 67d37591ca8a34063001f1d54164219926fd7a1d authored over 7 years ago
added cache-control override

github.com/kwhitley/apicache - 8e4c238bfece69beb2e88bcb1a5bfffbc429e18e authored over 7 years ago
added cache-control override

github.com/kwhitley/console-functions - 8e4c238bfece69beb2e88bcb1a5bfffbc429e18e authored over 7 years ago
added localOptions tests

github.com/kwhitley/console-functions - a88e6d7b984a7cb59d0e7d761d8f48248eea4452 authored over 7 years ago
added localOptions tests

github.com/kwhitley/apicache - a88e6d7b984a7cb59d0e7d761d8f48248eea4452 authored over 7 years ago
README update to reflect PR #68

github.com/kwhitley/console-functions - 27208a2b216a3fbbbc7d44792679ce7b0c253469 authored over 7 years ago
README update to reflect PR #68

github.com/kwhitley/apicache - 27208a2b216a3fbbbc7d44792679ce7b0c253469 authored over 7 years ago
removed ES6 "let"

github.com/kwhitley/apicache - 74eae1588bfbbf1148b679023ce98f328e073ca7 authored over 7 years ago
Merge branch 'pr-68' into node-support-7.7

github.com/kwhitley/console-functions - 8b31c8643a74b7eaded215e76f641e2ccd712acc authored over 7 years ago
Merge branch 'pr-68' into node-support-7.7

github.com/kwhitley/apicache - 8b31c8643a74b7eaded215e76f641e2ccd712acc authored over 7 years ago
Revert "Merge branch 'pr/66' into node-support-7.7"

This reverts commit bd3217fba6fa40056fc15e1d70cc1009b2cc7ec5, reversing
changes made to d15c46c5...

github.com/kwhitley/apicache - 719f4a5cb3b2e8ddda014b6a719f73c7012690ec authored over 7 years ago
Revert "Merge branch 'pr/66' into node-support-7.7"

This reverts commit bd3217fba6fa40056fc15e1d70cc1009b2cc7ec5, reversing
changes made to d15c46c5...

github.com/kwhitley/console-functions - 719f4a5cb3b2e8ddda014b6a719f73c7012690ec authored over 7 years ago
Merge branch 'pr/66' into node-support-7.7

github.com/kwhitley/console-functions - bd3217fba6fa40056fc15e1d70cc1009b2cc7ec5 authored over 7 years ago
Merge branch 'pr/66' into node-support-7.7

github.com/kwhitley/apicache - bd3217fba6fa40056fc15e1d70cc1009b2cc7ec5 authored over 7 years ago
pending upstream changes

github.com/kwhitley/apicache - d15c46c539eee830d8626fd9c55f9158a1b5c2fe authored over 7 years ago
pending upstream changes

github.com/kwhitley/console-functions - d15c46c539eee830d8626fd9c55f9158a1b5c2fe authored over 7 years ago
updated deps to pass tests... waiting on node-restify PR merge and NPM bump

github.com/kwhitley/console-functions - db7220d87aed22840e1f5827093d43ab329e9763 authored over 7 years ago
updated deps to pass tests... waiting on node-restify PR merge and NPM bump

github.com/kwhitley/apicache - db7220d87aed22840e1f5827093d43ab329e9763 authored over 7 years ago
Seperate noTraceTest unnecessary

github.com/kwhitley/neataptic - 7d1d075bd0c96b136ff2b8a23b6d60e21120006c authored over 7 years ago
noTraceActivation adjustments

github.com/kwhitley/neataptic - 00c473774b709854db4c77ba24fc62d39cb2af79 authored over 7 years ago
[dev] no-trace activation

* no-trace activation is in its early stages. This will significantly
improve the evolution proc...

github.com/kwhitley/neataptic - d939fa462985767ba5fe1cfa9f5d301c766cc846 authored over 7 years ago
Small improvements

* Detect threads with Node (multiple threads inefficient for smaller
datasets)
* Scores now set ...

github.com/kwhitley/neataptic - 5cc57d1397a2d1a060bedfff7ab2ec5af21ac5af authored over 7 years ago
Remove circular dependency

github.com/kwhitley/neataptic - f855dc19b1f7d439d467753dca39fb9533a2c880 authored over 7 years ago
Clean up files

github.com/kwhitley/neataptic - 7cb650dcccce1dec1bb86e127392bcd2d0090c06 authored over 7 years ago
Node multithreading now computation-effective

github.com/kwhitley/neataptic - 88370799894189e2dba44a9c0c7bb01165afdc71 authored over 7 years ago
Improve testSet()

github.com/kwhitley/neataptic - ce82ee651c57bd8e5c7226cde0dc8093536bdb4e authored over 7 years ago
Speed improvement child processes

github.com/kwhitley/neataptic - 30fc2ab24d8c4c378d98acd261a6b1730cf043d6 authored over 7 years ago
Fix #47 and build PR

Thanks to @AlexisTM

github.com/kwhitley/neataptic - e88bb92010ed3ef0f0c6f8c7ff4c1b91d7cc9027 authored over 7 years ago
Merge pull request #48 from AlexisTM/patch-2

Minor typo in the doc : Added a line return so the list is shown properly

github.com/kwhitley/neataptic - 2a37b9a714ec0b83922160b28febb8984a3c8681 authored over 7 years ago
Small build

* Removing an event listener on the browser makes multithreading
ineffective

github.com/kwhitley/neataptic - 354874894b18b0bee13349c7ff99ef5ac7e5e56e authored over 7 years ago
Added a line return so the list is shown properly

github.com/kwhitley/neataptic - 51c5d8b6733fe3c561329f9771eca30f3ddd29eb authored over 7 years ago
Initial node multithreading

WILL BE UPDATED FREQUENTLY!

* Seperate worker.js file next to build
* Remove callbacks for brow...

github.com/kwhitley/neataptic - f4cbaa832ed5783b77b146a242b97b69576c903c authored over 7 years ago
Fix incorrect gate mutation

github.com/kwhitley/neataptic - e2dc3fded6a0f2086d52a50f582d3e6ce3245843 authored over 7 years ago
removed function name requirements from setConnect and setBindActionCreators to pass in minified environments

github.com/kwhitley/redux-registry - 79d8a133f862db647fc489857eb3b6160c3d11be authored over 7 years ago
Check for config.warnings

github.com/kwhitley/neataptic - 0cb0ff70608fff53248c3913e5bd55fbbf980d5c authored over 7 years ago