Arpi Lengyel

Results 7 comments of Arpi Lengyel

@sabineschaller we could do a soft delete (have a time stamp for deletedAt), but then we have to make changes in more places to not display / use these, when...

@sabineschaller well, my previous comment might be mute ... seems like tigerbeetle has no support for delete (at least I could not find any), so we have no way of...

> My main question is, what should we do when we delete an asset, then try to re-create another one with the same code and scale (via `createAsset` mutation)? >...

> @arpad-lengyel > > > yes, that might work, but if the scale is different from what we had before, do we just update the scale to the new one...

> > It's an unused asset, so in theory it should not matter what the previous scale was, it was never used, so it won't have an effect on anything,...

> A few of us took a look at the screenshots, and had some comments: > > In general, looks much better, thank you! The main thing we wanted to...

> This rate limit implementation works as route middleware, which means we count the endpoint hit and NOT failed login attempts. We can hit the rate limit even with successful...