Pierre

Results 35 issues of Pierre

### 💡 Feature request #### Describe the feature Building a production app on Workers requires a strategy for exporting data from KV. Currently, I have 300k+ keys in a project...

feature

The README doesn't talk much about availability on mobile platforms. Should this library work on iOS/iPadOS and Android?

question

Here's a quirky bug that I don't know how to actually resolve. The workaround is using raw parameterized queries. In Postgres, to address a table in another schema, it's prefixed...

How is the caching logic implemented? The docs don't really disclose that. Specifically, is the implementation vulnerable against a [cache stampede](https://news.ycombinator.com/item?id=17417292) attack? Vulnerable: ```text if (!inCache(key)) expensive_calc() setCache(key) ``` Safe:...

tl is a static type checker for Lua: https://github.com/teal-language/tl/blob/master/docs/tutorial.md (like TS for JS). It would be great to have optional type annotations in moon+ so that moon+ compiles to tl,...

I'd like to compile moonplus on alpine (which uses muslc instead of glibc) and get a fully static binary that I can take on any Linux system. Please add a...

``` This change adds an additional parameter --limit-mem VALUE, which when supplied sets the maximum size of the child process's virtual memory (address space) to VALUE megabytes. This affects memory...

I use `resty` to run unit tests against an openresty project, but any files which `require` this shell module will fail with this message: ```text Error → /usr/local/openresty/lualib/ngx/pipe.lua @ 500...

A significant amount of internet traffic is shielded by Cloudflare. Including my website, which is why I was surprised to see certificate validation fail for them. Here's why and what...

Hi, A complete example of how to use this library would really help I think. I tried to set this up using lapis, but already failed at the config stage....