Nicolas Busseneau
Nicolas Busseneau
To whoever may find this issue in the future: I can attest to this happening with v1.13.0. On a big repo with several years of history and 700K Git objects...
Hi, similar problem here. Configuration: ``` HikariCP version: 2.7.9 (Springboot 2.0.5) JDK version : 1.8.0_202 Database : MariaDB 10.2.23 Driver version : org.mariadb.jdbc:mariadb-java-client:2.2.6 ``` Connection is established through Spring as...
Here is a copy of all CSS and JS assets in my `` tag: ```html $(document).ready(function(){ $('a[rel="lightbox"]').featherlight({ openSpeed: 250, closeSpeed: 250, closeOnClick: 'background', closeOnEsc: '1', root: 'body' }); }); ```...
Oh, another thing that reinforces my hunch that it is a conflict with browser cache: as stated in OP, we can clearly see in the network frames that the site...
Perhaps it originates from the HTTP server? I use nginx. Do you have a snapshot I could use to setup an identical test server, and see if I reproduce the...
While skimming the doc, I discovered that we can actually override the `description` metadata at the page-level. Since pages are easily localized, localizing `description` for the home page is actually...
Note: see issue #2435 for discussion regarding potential shortcomings. > Thus, the question is: why are regex redirects and routes relying on `$uri->uri(false)` rather than the given `dispatch()` `$route`? Is...
Bumping this :)
> I think the ultimate solution would be to use the $route plus rebuild any query or params that were requested in the original URL. I can have a poke...
@mahagr ~~I don't know if something changed in 1.7 since your last message, but I can't reproduce the issue anymore after upgrading to 1.7.3. I didn't investigate to understand why...