Martin Foerster

Results 58 comments of Martin Foerster

What is the advantage of ASWebAuthenticationSession @xcskier56 ?

I did some investigation and `ASWebAuthenticationSession` should be used as it is more secure and provides better usability by sharing cookies and password autocompletion. See: https://authguidance.com/2020/02/22/ios-code-sample-overview/ Also, I think it...

FYI: We are running cfconcurrent with fixedRate Tasks on lucee 5.2 and it's working like a charm. Also integration with the coldbox framework was quite easy. Shutdown and restart on...

@evagoras I am happy to explain you in detail, what I did: - I copied all relevant files into a coldbox module under `services`: - AbstractCompletionTask.cfc - AbstractExecutorService.cfc - ExecutorCompletionService.cfc...

Yeah, let me know, how it goes.

@rserota Considering indentations, I would suggest tabs instead of whitespaces, so everybody can adjust his/her editor to display indentation as desired without changing the source code.

@julianpoy Yeah, I totally agree. I didn't change it, I was just suggesting a good way :)

FYI: Safari added support again. I can already enable it on Mac with Safari 15.6 as an experimental feature.

I was discussing with @black-adder about the approach described in https://github.com/jaegertracing/jaeger-client-java/issues/231 and want to summarize our findings here so far: One important requirement is not to change the cassandra schema...

I took this approach, because only the last span is relevant (at least this is my assumption) and it is much friendlier for storage not to keep all intermediate representations....