Yarin Benado

Results 4 issues of Yarin Benado

While investigating a performance issue with an app using json4s to serialize/deserialize case classes to/from MongoDB, I discovered that one of the main reasons for both high CPU and slow...

performance-issue

We just recently moved one of our tables from `BIGSERIAL` primary key to `UUID`, but `updateAndReturnGeneratedKey()` supports only numeric primary keys (https://github.com/scalikejdbc/scalikejdbc/blob/508fcc207afe8e5a7588cb7dac8596ba44ba1bf6/scalikejdbc-core/src/main/scala/scalikejdbc/DBSession.scala#L545) One thought I had to add support for...

core
good first issue

Black takes an interesting decision regarding how to treat strings as dictionary values. Following dict has a very long string: ```python params = { "prompt": "consent", "response_type": "code", "access_type": "offline",...

T: design
F: parentheses
S: accepted
F: linebreak

Hi! We're seeing that our connector restarts constantly every 5 minutes (default TTL), even when the secrets have not changed at all: ``` [Worker-09cf386d7fd1b475f] [2022-07-04 19:09:23,762] INFO get() - path...