John Churchill

Results 9 comments of John Churchill

This does not appear to be a problem anymore, at least since ngx-webstorage 6.x and angular 10.

+1 I'm surprised this isn't currently possible in Angular, since it's core to Spring (i.e. @PostConstruct).

> According to..? I think it's common sense. Your framework-injected dependencies are not available during object construction. Of course, you can always torture the code and DI framework to work...

I can't find any definitive list of error types/codes used by openai. But a quick fix here might be to look for the json like the error above and then...

Yes, there is a superclass of all tests which does the parameter loading and execution. There are thousands of subclasses that implement all kinds of functionality. Each (non-test) class is...

I took a look at `TestTemplateTestDescriptor`, and yes the zero invocations would be stopped there too. I tried taking both of those preconditions out (`TestTemplateTestDescriptor` and `ParameterizedTestExtension`) and making a...

Yes, requireArguments = false would suit my needs perfectly. I hate to see more corner-case parameters being introduced though. The simple API is what makes JUnit so approachable.

Hi, Thanks for the suggestion. I just got to a stopping point where I could try out the assumption approach. However, either I'm misunderstanding where it goes, or it doesn't...

The text selection is made, but there is some problem with showing the selected text (blue highlight). To see that text is actually selected, drag across (or shift-up/down) several lines...