Skip to main content
Scala Enthusiast's user avatar
Scala Enthusiast's user avatar
Scala Enthusiast's user avatar
Scala Enthusiast
  • Member for 11 years, 1 month
  • Last seen this week
Loading…
comment
The project description file (.project) for my project is missing
I tried (Version: 2023-09 (4.29.0)) simply editing the files but it brought my sub-projects up to the main project level which doesn't work for me. So just deleted them (without deleting files) and re-imported. Mine had happened because I had used Git to download a second copy of the same project set to a very old branch and then imported both versions into Eclipse. This must have messed things up in Eclipse.
comment
Control Click from .feature file to Step Definition is not working
The project still has to be made a "Cucumber Project", see answers below.
awarded
comment
How to change the default docker registry from docker.io to my private registry?
There is a right way to do this. No need for a hack. See above suggestions.
awarded
awarded
awarded
comment
Kubernetes pod gets recreated when deleted
The scenario being described is due to the continued existence of the deployment. So the solution is to delete the deployment. The edge-case you are referring to is not the answer and as-such needs more description as to when this is necessary and what causes it to be necessary.
awarded
comment
How to prevent racing between click and blur event ?
While this will work, there is a better, more reliable way of accomplishing this task described in some of the other replies. stackoverflow.com/a/59503238/2443197
comment
Is there a Declarative approach to converting each member of a TypeScipt array to a full instance of an Object?
@cefn - point taken, I tried to give lots of examples to show what I meant. Basically my object has 30+ properties, each with a default value, I'm getting back from the server an array of a few 1000 items, each of which has 3 or 4 properties. These items are to be converted into and array of the object, just with the 3 or 4 properties overriding the defaults in the object. Hope that helps?
Loading…
comment
What is best practice: Using Typescript types on Incoming JSON data in Angular, or not
Thanks for this, you are say to eliminate option 1 (where JSON data is used and not immediately typed), and option 4 (as-in there is no 'other'!).
Loading…
comment
How do I cast a JSON Object to a TypeScript class?
Does this really answer the question of casting to a TypeScript class? What are all these undefineds, anys and pipes? No harm if they're necessary but what are they doing? Or is this something that 'just worked' for the author and they know not why?
comment
Waiter ChangeSetCreateComplete failed: Waiter encountered a terminal failure state
This showed me the permissions error that had caused me to get this error message. Even though I had seen previous permissions errors at the command-line.
awarded
awarded
1
2 3 4 5
7