François Capon

Results 12 comments of François Capon

Yes, one test failed because the attribute `page.markdown` no more exist when the assertion check the markdown content. ``` ====================================================================== ERROR: test_populate_page_dirty_modified (tests.build_tests.BuildTests) ---------------------------------------------------------------------- Traceback (most recent call last): File...

* Of course, that why I create an issue: ```diff build.py ... def _populate_page(page, config, files, dirty=False): ... # Run `page_content` plugin events. page.content = config['plugins'].run_event( 'page_content', page.content, page=page, config=config,...

Thanks for take time to watch my proposal. > Could you evaluate the benefit of each of them separately and make sure that each of them actually makes a big...

Hello, @danking728 We add the same issue on a project with lot of items. **My solution is to replace the MixItUp animations by CSS animations**, all is explain in this...

> **[Debugging Android apps on Android Pie and above](https://www.pnfsoftware.com/blog/debugging-android-apps-on-android-pie-and-above/)** > > Update (March 2020): It looks li ke the problem highlighted below regarding the impossibility to read locals that do...

Hi, Solution proposed long time ago, see: https://github.com/vrana/adminer/pull/429 I transfered it on adminerevo: see https://github.com/adminerevo/adminerevo/pull/177 Still waiting of merging :pray:

This "odd hostname behavior" comes from MySQL himself: ``` * -h localhost => Connection: Localhost via UNIX socket # mysql -h localhost mysql> status; Connection: Localhost via UNIX socket #...

Yes, The issue appends with PHP 8.x and some "database drivers" (not MySQL but SQLite for example) at the excution of SQL commands (see https://github.com/FrancoisCapon/LoginToASqlite3DatabaseWithoutCredentialsWithAdminer/pull/4). Your can use easly produce...

My "SQLite version" use now AdminerEvo: * https://github.com/FrancoisCapon/LoginToASqlite3DatabaseWithoutCredentialsWithAdminer/pull/4/files I just "add a SQLite plugin" and compile adminer, so behavior is exactly the same as a standard AdminerEvo version. You can...

Hi, Solution proposed long time ago, see: https://github.com/vrana/adminer/pull/429 I transfered it on adminerevo: see https://github.com/adminerevo/adminerevo/pull/177 Still waiting of merging :pray: