Jason Bouffard

Results 4 comments of Jason Bouffard

@or3lie :+1:

@brianlund thanks for sharing. I've implemented a local `lua_shared_dict` to 'cache' our results from said web service. ``` auto_ssl:set("allow_domain", function(domain) local http = require "resty.http" local httpc = http.new() local...

https://github.com/user-attachments/assets/347c32cc-8e4a-4bb8-b1b7-5d1b255de659

I have a rough fix. Not sure if passing the original `allowEmptyOption` into `get_settings` is appropriate. Tests pass. ```patch diff --git a/src/tom-select.ts b/src/tom-select.ts index 697949d3..0031e3df 100644 --- a/src/tom-select.ts +++ b/src/tom-select.ts...