leonardb

Results 8 comments of leonardb

Of interest for this: https://blog.cloudflare.com/early-hints/ Looks like these will probably become more prevalent as time goes by and should be supported asap to prevent breakage

@SoniCoder @mattbaker If you've not already solved this you may want to check if you have somehow pinned an older version of `unicode_util_compat` which does not contain the `string_compat` module....

URLs like this 'generally' only appear in html and common browser behavior is to inherit the scheme from the page they're being displayed on. IE when page is https the...

Seems CI system is broken ```Could not find suitable distribution for Requirement.parse('cffi>=1.0.0')```

It's a 20.3 patch version built from kerl. I'll add more info tomorrow when I get to office. I'll check with Deva on our other projects as well. I know...

I ended up doing as suggested and adding busy-wait loop. ``` init_locus() -> ok = locus:start_loader(?GEODB_NAME, ?LOCUS_DB), case locus:wait_for_loader(?GEODB_NAME, timer:seconds(30)) of {ok, _DatabaseVersion} -> lager:info("Locus loaded database"), ok; Error ->...

We have issues with the same behavior and having to drop the extension before dropping/rebuilding the DB in our CI pipeline. This is prior to a test run when the...

So it appears you're correct. We have ``` {provider_hooks, [{pre, [{tar, {appup, tar}}]}, {post, [{compile, {appup, compile}}, {clean, {appup, clean}}]}]}. ``` It appears that the `pre` hook there is the...