Jason Funk

Results 8 issues of Jason Funk

Hello - Because of a bug in Laravel Scout (https://github.com/laravel/scout/issues/331) I was sometimes seeing model creation times of 8-10 seconds. My models are not searchable when they are first created...

If a page has a link that isn't handled with davis.js with a target="_blank" attribute, it still loads the link in the same page instead of a new one. The...

Does this library support having nested sorting groups? I've tried it and it doesn't seem to work. If I drag a child group, it drags the entire parent. Is there...

I have my keys stored in a UUID value object. When this is generating the metadata, the isPartOfKey flag is not being properly set for the classes. Example: ``` /**...

> [#] 1) UsersControllerTest::testLogin > [#] Symfony\Component\CssSelector\Exception\SyntaxErrorException: Unclosed/invalid string at 37. > [#] # /Users/jasonlfunk/Workspace/Work/inventory/vendor/symfony/css-selector/Symfony/Component/CssSelector/Exception/SyntaxErrorException.php:55 > [#] # /Users/jasonlfunk/Workspace/Work/inventory/vendor/symfony/css-selector/Symfony/Component/CssSelector/Parser/Handler/StringHandler.php:72 > [#] # /Users/jasonlfunk/Workspace/Work/inventory/vendor/symfony/css-selector/Symfony/Component/CssSelector/Parser/Tokenizer/Tokenizer.php:65 > [#] # /Users/jasonlfunk/Workspace/Work/inventory/vendor/symfony/css-selector/Symfony/Component/CssSelector/Parser/Parser.php:49 > [#] #...

I'm having trouble figuring out how to update a document. Could you please provide some documentation or at least comment on this issue? Thanks!