Laurent Pellegrino
Laurent Pellegrino
Facebook permissions have changed since the project was started. Getting `publish_actions` permission requires to pass review mechanism.
When a Token expires or has been revoked an exception is thrown: > lpellegr@leonard:yfiton[master]$ yfiton -n slack -Pmessage="Quick design session at 2pm" > Exception in thread "main" flowctrl.integration.slack.exception.SlackResponseErrorException: token_revoked. check...
It seems the library cannot be loaded with module imports on modern browsers. The purpose would be to allow such imports since JavaScript imports are now available with all major...
ES6 imports are natively supported in all major browsers it would be really convenient to have published packages to include ESM support.
Let's say you want to trigger a navigation outside of a router lifecycle callback, then it seems the only _vaadin-router_ API available is `Router.go(pathname)`. Unfortunately, this last pushes the new...
Using the latest version of coinbase-commerce-node, we are getting several warnings due to the usage of deprecated dependencies: > warning coinbase-commerce-node > [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142 >...
It concerns mainly `proactive-client`. Long options should have words separated by a '-'. Below are some links regarding these points: - http://www.gnu.org/prep/standards/html_node/Command_002dLine-Interfaces.html - http://www.gnu.org/prep/standards/html_node/Option-Table.html#Option-Table
It is possible to get many statistical information for an instance of a ProActive scheduler or resource manager using for instance `-sstats` and `-rmstats` options with `proactive-client`. However, it seems...
It would be nice to collect and provide more metrics for benchmark purposes or at least to have dedicated loggers that could be enabled. For instance, it would be nice...
XML workflow definition forbids spaces in task name. However, InternalTask makes no verification regarding this point. Thus, it is possible to generate XML definitions which are invalid by transforming a...