Russell Choudhury
Russell Choudhury
Any progress with this? would love this feature Also a detailed instructions of the workaround could be useful
What is the update on this? Would also love this to use read/write delta with nodejs , huge unlock with the amount of js devs imo.
Has anyone figured this out yet? I am trying to get sound working on Sierra? How do I get the sound to work?
Thats great @chuckhacker looking forward to the details
@xxx10101xxx This is amazing thank you so much :D The only problem I'm having is the buttons above the trackpad don't work. Is there any way to fix this? anyone...
How do I get the sound to work?
What is the update on this? Would also love this to use delta with nodejs
allowRevert={false} does the job but the docs do mention allowRemove which cannot be used for some reason
Looks like this is the commit that introduced this bug, trying to convert Uint8Array to Buffer https://github.com/dynamoose/dynamoose/commit/06912e2a56885758f358e23593b134d520350f76 packages/dynamoose/lib/Item.ts lines 74-80 hopefully someone can fix it, makes dynamoose unusable as you...
Workaround I am using for now is to use patch-package: edit `node_modules/js-object-utilities/dist/entries.js` and add in ` && !(value instanceof Uint8Array)` into line 8, then run `npx patch-package js-object-utilities` see [here](https://github.com/rrainn/js-object-utilities/pull/2/commits/427643bd4460b4ae8b44afd9001f76bc449b2ec0)...