Ryan Dsouza

Results 23 comments of Ryan Dsouza

@kaplanelad I think that's a better approach! Would this be through the config itself? So instead of maybe a single value, we could add the options specified currently

@kaplanelad Is there a DB specific config that can be added? I can look into that and add these configurable setting there with defaults if not passed in.

@kaplanelad Makes sense! I'm guessing this would just be for SQLite so I can update this PR to contain this if that's ok?

@bibendi Do I need to sync `node_modules` from the container to the host for module autocompletion as well in that case?

@tsdexter 👋 The easiest workaround as of now is to add the `toJSON` method on the prototype so that serialisation works well. ```ts BigInt.prototype.toJSON = function() { return this.toString() }...

@snettah 👋 This will work fine if the number is in the limits that JavaScript supports. For very large numbers, you would need to use a string.

Does morph support options like Alpine-Ajax does, like appending to an element instead of entirely replacing it? I would love if alpine-ajax expose the function that does this.

@hatemjaber When you insert an item in the primary, does the item exist in the replica? I wasn't able to get that working. The replica doesn't have any data