Stu Kabakoff

Results 53 comments of Stu Kabakoff
trafficstars

Hi, I've been upgrading my version and I haven't run into this issue. Can you link to a codesandbox?

Sorry, I didn't see this until just now. The modifications object that Dexie hooks provide does not look like I expected for objects. The paths are stringified, which means that...

It appears to stem from a bug in Dexie, I have opened [a ticket](https://github.com/dfahlander/Dexie.js/issues/966) over there. For now, you can use this branch and your code will work, but any...

I merged the fix that makes nested objects appear as both nested objects and dots in the path. I don't have a better answer right now. Leaving open because it's...

Try this again with version 2. The middleware API changed for the better.

I am always in favor of more descriptive error messages. If the speed of generating errors is holding back your app, something went wrong long before you chose to use...

You might need to use List.reduce and a new List(Maybe(Number)) to do this, the behavior is [as documented](https://github.com/typed-immutable/typed-immutable#mapping-lists-form-one-type-to-other). I wouldn't be against a way of telling List.map which type of...

I like this too, seems like a consensus. @udnisap can you change the `value !== undefined`? I would like to release a new minor version this week.

Great @udnisap! We will need to add this to the readme. Let me know if you need any help with that.

Your work is great, thanks for setting that back up! I thought it was going to transfer with the repo. For autopublishing, in the past I've set it up so...