Thibaut Barrère
Thibaut Barrère
@whitfin thanks for asking! Ultimately here is what I did: - https://github.com/etalab/transport-site/blob/master/apps/transport/lib/transport/cache.ex I created a behaviour that wraps Cachex, with a default implementation which is used in the real app...
Pending a release on Hackney side https://github.com/benoitc/hackney/pull/692#issuecomment-1468124743
(useful url for testing: https://httpbin.org/status/308)
Still not released (https://github.com/benoitc/hackney/compare/1.18.1...master), available in current master.
Extra information : the latest version of Nokogiri (1.14.0) requires "Ruby >= 2.7.0". Given the number of security issues on Nokogiri, this is one extra motivation to move forward!
While upgrading from JRuby 9.3 to JRuby 9.4, I see similar warnings in development at least. Sharing them here since some relate to versions of gems or unmentioned gems (e.g....
There are a good number of forks with commits: - https://github.com/mgwidmann/scrivener_html/network And also a good bunch of warnings in the official version: ``` ==> scrivener_html Compiling 2 files (.ex) warning:...
I'd love that too!
@edds many thanks! What you [provided](https://github.com/appsignal/appsignal-elixir/issues/318#issuecomment-841156779) will be useful to help us "size" the Ecto pool more easily.
Thanks for sharing this ; we are facing a "double-bundling" of leaflet (https://github.com/etalab/transport-site/issues/3376) and it looks like this PR could solve it! Poke @teastman if you are still around and...