Alexandre Plennevaux
Alexandre Plennevaux
Hi! Could you clarify for me what methods are actually available to control the caret or cursor position? For instance, I thought i could use medium.cursor.moveCursorToEnd() but that throws errors....
Medium.js is quite impressive. I'm using it on http://do-not-forget.me as it provides a safe way to use contentEditable across browsers. I'm now looking for a way to have the editable...
Hi! I would like that on starting the container, if it finds an SQL file in a specific folder, it runs it. Usually, when using official mariadb / mysql images,...
Hello! This issue is related to this page : https://plancomptablebelge.be The bigfoot is triggered with these two options: ```javascript $.bigfoot({ actionOriginalFN : 'ignore', useFootnoteOnlyOnce: false }); ``` The same footnote...
When installing via composer, it install without complaining. But then, when visiting the wp admin, I get this error : > Composer detected issues in your platform: Your Composer dependencies...
Hello! Thank you very much for providing this setup. I notice it is very slow on my 2021 Macbook Pro and suspect it may be because of the cpu: Apple...
Slant has a dedicated question asking _which are the best PHP frameworks, and why_. Please take a minute of all the time F3 has given you speeding up your development...
## Summary Enable a command like: `trellis update trellis` that would make it easier to update Trellis to the next version ## Motivation These instructions are great, but could they...
Great functionality. I would just suggest that you inject the #hook div instead of hardcoding empty divs in your html markup. Simple implementation, as is: ``` $('body').prepend('').find('#hook').hook(); ```
(using latest stable 3.8.0) When working locally, my app runs on 'localhost:8000' as set in the .ini file: ``` WWWROOT=http://localhost:8000 ``` Everything runs as it should until i use `reroute`...