khanks

Results 5 comments of khanks

Looks like you're not going to get any answer or comment from the author on this. I used to think it was because I frequently opened Vscode without running a...

@onuryukselen , thanks for the solution. I don't understand why the owners/developers didn't do this simple fix, but your 'bug fix' worked for me.

Same here. It's not at all obvious from the documentation but try including 'jquery.datetimepicker.full.js' in your script instead of 'jquery.datetimepicker.js'. It looks like it's working with that 'full.js' script and...

Will the V8 (or v7) course still be available? I get tired of having to go to a new version when I'm still in the middle of learning an older...

> Update: Solved by putting `$_SERVER['REQUEST_URI'] = '/' . ltrim(filter_var(urldecode($_SERVER['REQUEST_URI']), FILTER_UNSAFE_RAW, FILTER_FLAG_STRIP_LOW | FILTER_FLAG_STRIP_HIGH), '/');` on the first line in index.php before loading composer "in index.php before loading composer" ......