Max Thomson
Max Thomson
> FYI I had to update the pattern in [ad0d7f8](https://github.com/trufflesecurity/trufflehog/commit/ad0d7f8b298a8ba250cec53fd20dee875546d834) for the test to pass. Please confirm it still works for you. Wow, my regex somehow got an additional `A`...
Alright, did some digging. As of the [HC Classic Update](https://docs.honeycomb.io/honeycomb-classic/classic-changes/) on [June 15th](https://changelog.honeycomb.io/), the API keys switched from being `[0-9a-f]{32}` -> `[0-9a-zA-Z]{22}`. For reference I have both a an older...
@dustin-decker I can put together another PR. I'd assume a lot of older api keys are still being used, so I think it's best to include both into `\b([0-9a-f]{32}|[0-9a-zA-Z]{22})\b`. Thoughts?
Restoring from a snapshot would be a highly appreciated feature, any updates on progress or timeline? Thx!
`+1` for supporting subsecond cache timeouts. I have a few applications that have boatloads of concurrent database calls on every HTTP request, yet I need data that is fresh within...
https://github.com/cloudflare/workers-honeycomb-logger
Limited to `512mb` on free plan. Related: https://developers.cloudflare.com/cache/about/default-cache-behavior And for caching all other file types: https://developers.cloudflare.com/cache/how-to/create-page-rules/
The lack of SQLx support is what's stopping me from switching to Turso currently. I'm happy to help; is there a defined plan/specific issues for getting libSQL to work with...
I like the idea of supporting quasi "auto imports" but don't think that adding a script tag to the head is the answer. Now my personal usage of htmx is...
What I believe youre asking for is Embedded/Injected Languages. It looks like [tree-sitter has support](https://tree-sitter.github.io/tree-sitter/syntax-highlighting#language-injection) but that doesn't look like it extends to language servers. There seems to be [other...