Galimatias Nekromoff

Results 39 comments of Galimatias Nekromoff

Breakthrough is the current one, although Bratislava code might have some custom updates. @mmmaly will be able to push them to start a new branch including them.

http://techblog.thescore.com/2014/11/19/are-your-cache-control-directives-doing-what-they-are-supposed-to-do/ no-cache max-age=0 must-revalidate no-store ??? https://stackoverflow.com/questions/2932890/http-cache-control-max-age-must-revalidate To force the browser to recheck your page with the server, the simplest solution is to add max-age=0 to the Cache-Control header. This...

possible fix: on focus change select to default option "--- select stand ---" (needs to be tested if this works with pre-cached pages displayed in mobile browsers such as android...

Sorry, can not help you with docker install. I recommend you just proceed with standard install with composer and npm. On Sun, Aug 26, 2018 at 11:12 AM, PieterjanDG wrote:...

Not really, but you can try the breakthrough branch that works (although, it is pre-Laravel branch). On Wed, Oct 9, 2019 at 3:59 PM Wellington dos Santos Ramos < [email protected]>...

0 - regular user 1 - admin 3 - superadmin i think, you could probably find 2 used for serviceman that does not have admin rights, but i am not...

As the rewrite is currently underway, privileges will be clearly stated once this is done.

quick fix: ``` $curl = curl_init(); curl_setopt($curl, CURLOPT_HEADER, 0); curl_setopt($curl, CURLOPT_RETURNTRANSFER,1); curl_setopt($curl, CURLOPT_URL, "http://example.com"); $html=curl_exec($curl); $dom = new simple_html_dom(null, true, true, DEFAULT_TARGET_CHARSET, true, DEFAULT_BR_TEXT, DEFAULT_SPAN_TEXT); $html=$dom->load($html, true, true); ```

Thank you for your response! On Mon, Nov 29, 2021 at 3:45 AM Tim Martin ***@***.***> wrote: > Well, I'm still alive at least. :) > > But, as the...

@starwed Is Crafty abandoned?