Francis Upton IV

Results 29 comments of Francis Upton IV

> I'm seeing this issue in a component test where each test mounts a new component tree. > The first test works and all other tests work, with `.only`, but...

Hi, looks like there are some more conflicts, sorry about that. Also, can you change back the import *'s. In general, I think it's better to have a separate import...

I'm a bit concerned about this as this will break existing configurations that use a space; these configurations should automatically be converted to use a semicolon (there is code that...

Hi, the code that calls this is in PluginImpl, and you can see an example of this in InstanceTypeConverter. We might want to introduce a version number in the configuration...

This one is a bit tricky. Unfortunately there is no version mechanism in the metadata, so the migration is typically done by looking at the data and seeing if it's...

It would be something good to write a JUnit for I think :) On Mon, May 9, 2016 at 6:01 AM, Johnny Shields [email protected] wrote: > Hey wait a minute,...

Thank you for your contribution. Can you please update this to reflect the current source? After that I will test and merge it. Sorry for the delay in getting to...

Thanks Arcadiy, I'm having trouble testing this as there seems to be some problem with Eclipse when using the more recent Jenkins libraries. Please give me some more time on...

Hi Arcadiy, I spent a little time with this. I changed the version in the pom to use 1.565.3 and I had to remove the "@DataBoundConstructor" from EC2AbstractSlave to get...

> * Created a **mocks** folder next to package.json That's `__mocks__` for those of use who don't know jest well.