Benjamín Eidelman
Benjamín Eidelman
most people will use use a parser/reviver that supports actual `Date` objects, maybe a flexible solution would be make these configurable?: ``` js compile(user, 'User', { formatTypes: { 'date': 'Date',...
+1, I started to get errors almost about 80% of the time when a bucket grew up (783.5 MB, 2,347 files)
+1, got bit by this too (using ECS+S3, will probably scale to 1 instance in the meantime). I think a solution that can solve this without introducing more dependencies and...
@favoyang thanks for all the context, so I see s3 has a native solution for pessimistic locking: https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock.html note this already supports setting a lock timeout. imo an optimistic lock...
@teebot that's correct, I think tools like ruby one I mentioned will warn you so you always create an index in a separate migration step because of that.
hi folks, apologies for the lack of replies. I agree at least some help keeping dependencies up to date and any patches would be great! I’d love peering with a...
@Methuselah96 that'd be awesome! of course, will get in touch to get it done 💪 , thank you!
ok, rebased
hi, almost forgot about this, are there any blockers?
thanks! just tried: ``` js var highland = require("highland"); (function() { s1 = highland(['1', '2', '3']), s2 = highland(['4', '5', '6']), s3 = s1.concat(s2); const log = s => process.stdout.write(`...