Devin Wilson

Results 5 comments of Devin Wilson

It's frustrating trying to fix the issues in a repo the author seems to have abandoned but I found some success doing this: Using tensorflow 1.15 and keras 2.3.1 changing...

Any update on this issue? I've tried making the change to insert an if statement checking the header sequence, before publishing, on the latest version but to no effect.

posting the solution to my problem for more convenience: ```ts import engine from "store/src/store-engine"; import expirePlugin from "store/plugins/expire"; declare global { interface StoreJsAPI { // expirePlugin set(key: string, value: any,...