Jeffrey 'jf' Lim

Results 65 comments of Jeffrey 'jf' Lim

I'm encountering the same report from falcon, **except** my issue has to do with `rdkafka`, rather than with `pg`. ``` 0.0s info: Falcon::Command::Serve [oid=0x85c] [ec=0x870] [pid=94063] [2024-05-16 23:49:44 +0800] |...

I'm guessing I would be on darwin23 as well: ``` ProductName: macOS ProductVersion: 14.3.1 BuildVersion: 23D60 ```

sorry, to be clear, my issue is **not** with pg (I havent had to use that just yet). My issue is with using rdkafka with falcon (https://github.com/socketry/falcon/issues/225#issuecomment-2115615314)g

one suggestion if I may: you want to make it as easy as possible for folks to run your sample code. It took a while for me to try to...

Can I suggest something like the following instead? Taking the case for a "true" ("false" would be similar, of course): `elsif self =~ /\A[Tt]rue\z/` Or if you really care to...

Thanks. I don't know about a patch, though. I've also gotten caught by the float/int casting, and understand the frustration that somebody unfamiliar with the code might have. Is this...

hi Justin, for folks interested in the progress of this, where would we go to observe the progress and/or help with things?

perhaps https://github.com/jf/bb-ops/tree/master/vault-exec-agent might of help to some folks. It's pretty simple as of now, and only uses token-based authentication right now... but it's a start! Does KV path-based key-value inheritance...

FYI I figured out the code for using WebSockets in Ring. I'm afraid this isn't the best code for showcasing / contrasting the 2 approaches though. It looks like (at...

an update: I added the beginnings of some notes contrasting the 2 approaches. A couple of notes: 1. I decided to refrain from saying "HTTP long-polling/streaming", but only "HTTP long-polling",...