Jim Kalafut

Results 14 comments of Jim Kalafut

Brian, Just change your pattern to `/.*TFR-TO 123456/` and it will work. You have to match from the beginning of the string onward, so the modified regex just consumes any...

My two cents: `o` and `O` seem fairly natural. They're not exactly the same behavior as Vim, but close. `t` and `T` are nothing like Vim but I think they...

The documentation in `fyz` has discussion and links that might generate some ideas: https://github.com/jhawthorn/fzy/blob/master/ALGORITHM.md

I'd like to add another example that I was going to report before ending up on this issue. Here's the search box, which is barely readable in light mode:

That’s fine, and useful to know. As I role this out to some others I might just revert to MySQL to get past some of the sharp edges. Everything else...

I was _just_ introduced to PocketBase ([thanks, HN](https://news.ycombinator.com/item?id=38898934)) and am very interested in seeing about moving the backend for a Flutter app to it. My app currently uses email +...

@ganigeorgiev Thanks for the quick review and pointers to some other PocketBase methods. Agree with all the feedback. I do [have a todo](https://gist.github.com/kalafut/993fbcadf7b59fb85681d02722be8ffb#file-otp_demo-go-L34) around a cron task to tidy up...

>I would think that you would have to change reading/parsing For truly custom formats, that's right. I was envisioning that these would be more of a enum type that would...

I started this with experiments using custom types. They work for the database's use, but those same time values are then used lots of other places and it gets tedious...