Onur Köse

Results 9 comments of Onur Köse

Here you are: https://jsfiddle.net/th4vph95/ You may notice the shadow and gradient orientation on vertical slider and you can compare with the vertical slider on Example 17 in http://seiyria.com/bootstrap-slider page

it's 2.4 what is the result that you see after these? `bower update metisMenu` and `bower update metisMenu -F` I always get 2.2 even after clean bower cache.

I was looking for a solution to make self signed certificates work for local development. But I believe this will solve your problem too. ``` tr := &http.Transport{ TLSClientConfig: &tls.Config{InsecureSkipVerify:...

I've been investigating this `window.Echo.connector.socket.emit` implementation and found this issue by luck. Here are my final notes: - Socket.io's emit function can update Redis but the problem is the server...

I'm doing something like this; ```PHP use Illuminate\Http\Request; class MyQuery extends Query { public function __construct(Request $request) { var_dump($request->user());die(); } public function type(){} public function args(){} public function resolve($root, $args){}...

try construct then assign client ip to $this->ip

Here is a better version of starting a prediction with `run` and not waiting until it's done: ``` const predictionIdPromise = new Promise((resolve) => { const onProgress = (prediction: Prediction)...

@sandeeppangeni Use Stackoverflow and/or Discussion section when searching solutions to your own problems. It's not an issue of this repo.

I can confirm this issue also exists in Vue.js. The Tab key order is reversed within the forms shown in modals. The problem is on this method as @fortserious has...