Simone Baffelli

Results 25 comments of Simone Baffelli

I will manually merge everything. Will take a while.

Can your scripts deal with long data formats? I can prepare an adapter otherwise

So when I’m done with my dataset should I reformat it to wide format for your visualization? I can prepare an R script for that and create a PR Da:...

Do you still need the wide format?

In the SSE [examples](https://github.com/qlik-oss/server-side-extension/blob/192b82f7329bfcf3de303bde1c1cf6949097014c/examples/python/fullscriptsupport/__main__.py#L87), the server is started using a [ThreadPoolExecutor](https://docs.python.org/3/library/concurrent.futures.html#threadpoolexecutor). Because of python's GIL (Global Interpreter Lock), this means that the server is capable to serve multiple users _concurrently_...

Started in 293d5e2ea099c2a8a4f0102c5025b8b8a2b5e206

Should I add docstring for all methods and automagically generate documentation?

Thanks for the suggestion, thats really interesting. I'm afraid It will take a while before I will be able to implement it, especially w.r.t the way I define ports compared...

Thanks! Another doubt I have is: * why would I need indexable input ArrayPorts at all,since i could just perform indexing by choosing packets among the regular named InputPorts?

I see the point of it! So each port is a named port plus some of them are array ports, right?