Karel Hovorka

Results 36 comments of Karel Hovorka

Cool, you took quite some time thinking about it! I believe you are putting too many things together, there are a few aspects: # Static compile checks. So that means...

Hello, I am dealing with the exact problem. Took me a few days to figure out what's wrong and what is it exactly that I need. I'd be happy to...

Well I am still missing that last piece grant_type=convert_token. For now I am using dirty (and probably insecure) workaround for testing purposes when calling from android.

Hi, thanks for implementing this! > Now about the problems I see with this feature: > > 1. Once you mark the reference as non-nullable, there's no default value for...

> Regarding 1: > > I think that initializing all references in the constructor is generally hard. Either you need to: > > * Delay construction until you have all...

> > It's IMHO better for it to be hard and safe rather than easy and error-prone. > > I don't believe in compilers catching all programming errors. It's rather...

Hello, I am having same issue as @tejovanthn mentioned - when I run using one of either paths (or both of them), first one works fine, second one fails on...

Thanks for your reply. So far best solution (and kinda similar to what you propose) I got is using stages + tags while having most of tests having tag of...

Don't think this solves my problem. I have multiple steps implementations already. My question was being able to execute all of them in one go. Meaning some features will be...

Thanks for response. Yeah I understand what you mean, probably not worth doing. And not even sure if that's correct approach. Things should do one thing really well, without complications....