Kenson Leung W.K

Results 21 comments of Kenson Leung W.K

Put the code below into your app.blade.php if you don't have one. ``` @section('head') @show @yield('content') @section('footer_scripts') @show ```

Currently with the JS SDK (master, 2.11.0), there is no way to pass parameter "transaction" to the Parse Server. (Correct me if I am wrong) so the transactional stuff (which...

> ```js > // create unique ID or something > const transaction = Parse.Obejct.createTransaction(); > > // These operations will not be run until commit() is called > // maybe...

@davimacedo Yes I did give a try (#1090 ). Hope this is a good start to contribute. 'changing saveAll, destroyAll' in the JS SDK should be the top priority to...

@david-landry After doing the composer install, the error you mentioned would be gone. kenson@www:/var/www/public_html/evernote/evernote-cloud-sdk-php$ composer install Loading composer repositories with package information Installing dependencies (including require-dev) - Installing ezyang/htmlpurifier (v4.6.0)...

If you got the following error, please install the php extension "sudo apt-get install php5-xsl" PHP Warning: DOMDocument::load(): I/O warning : failed to load external entity "/var/www/public_html/evernote/evernote-cloud-sdk-php/sample/client/html2enml.xslt" in /var/www/public_html/evernote/evernote-cloud-sdk-php/src/Evernote/Enml/Converter/HtmlToEnmlConverter.php on...

However, I got the error unsolved. $content = new Evernote\Model\HtmlNoteContent(''); $content->setBaseUrl('http://www.google.com'); $note->setContent($content); kenson@www:/var/www/public_html/evernote/evernote-cloud-sdk-php/src/Evernote/Enml/Converter$ php ../../../../sample/client/create_note.php PHP Fatal error: Uncaught exception 'EDAM\Error\EDAMUserException' in /var/www/public_html/evernote/evernote-cloud-sdk-php/src/EDAM/NoteStore/NoteStore.php:13807 Stack trace: 0 /var/www/public_html/evernote/evernote-cloud-sdk-php/src/EDAM/NoteStore/NoteStore.php(2393): EDAM\NoteStore\NoteStore_createNote_result->read(Object(Thrift\Protocol\TBinaryProtocol)) 1 /var/www/public_html/evernote/evernote-cloud-sdk-php/src/EDAM/NoteStore/NoteStore.php(2353):...

Resolved after running `sudo apt install ros-noetic-moveit`. Creating a PR for documenting the environment setup.

@rojas70 I looked into the function definition. I believe currently the A@B would be evaulated first before passing the result (a single SE3/SO3 object) to the tranimate function. ``` def...