Rafael Sanches

Results 7 issues of Rafael Sanches

This happens whenever you fetch an Youtube link like: https://www.youtube.com/watch?v=1a6KjDmHbR4 Instead of using the "og:image" from the head, it's setting the imageUrl as the first image in the , so...

I have a 6 module setup and it takes more than 2 minutes to compile everything and run all the servers. How would you suggest to make development bearable with...

It would be nice to have a more complete example that isn't just a hello world. The current modules sample doesn't expose the dispatch.xml configuration that actually doesn't work at...

The same configuration that works for backends doesn't work with modules: myTaskOptionsInstance.header("Host", ModulesServiceFactory.getModulesService().getModuleHostname("mymodulename", modulesApi.getDefaultVersion("mymodulename")) please show in the sample how to schedule tasks to modules.

Hi there, not sure what's the point in making GifEncoder final, In many implementations you would like to leverage multi threads to make the Image.fromRGB calls in parallel, rather than...

Hi, It would be great to be able to pass custom byte[] buffers as parameters for the GET and SET methods. Using the byte[], offset and size as parameters. Basic...