James St-Pierre

Results 78 comments of James St-Pierre

https://github.com/serpapi/turbo_tests/issues/24#issuecomment-1503382454 is also working for me, but i'm getting multiple output for simplecov instead of a summarized one. Is there a workaround for that?

> ### Version: > * `@inertiajs/svelte` version: 1.0.14 > > ``` > Starting SSR server on port 13714... > Inertia SSR server started. > 1132 | $$payload.out += `${anchor}`; >...

Works fine on my OnePlus X running Marshmallow. Make sure you're starting reception in the app.Ready callback.

Samething as soon as I import the lib

Same issue here. My account kept getting lock at my work, instaling 3.9.0y fixed it. Ubuntu 14.04 LTS Lightning 5.4 Thunderbird 52.1.1 Exchange EWS Provider 3.9.0

> > If really an element was actually removed while dragging an item, we wouldn't destroy the SortableJS instance. > > @james-em can you say a bit more on when...

For Rails 6, what worked for me is to do it this way : ``` import '@ckeditor/ckeditor5-build-classic'; $(document).ready(function () { ClassicEditor .create(document.querySelector('.ckeditor')) .then(editor => { }) .catch(error => { console.error(error);...

@jarektkaczyk I gave a try to fix this library with Laravel 5.8 & Kahlan 4.5. Here are the results (branch 5.8) https://github.com/jamesst20/laravel-kahlan https://github.com/jamesst20/kahlan-driven-laravel All tests are passing, altough integrations one...

Due to inactivity of this project and my current need of Kahlan in my projects, I spent sometime writting a new library that answered my needs : https://github.com/jamesst20/kahlan-laravel I will...