Derek

Results 30 comments of Derek

How would you distinguish a cancelFailure that is triggered from a cancelation of a workflow vs. a detach cancelation that you triggered yourself. I tried to pass a reason into...

Took a look at the JenkinsClient ``` return ContextBuilder .newBuilder(new JenkinsApiMetadata.Builder().build()) .endpoint(endPoint) .modules(allModules) .overrides(overrides) .buildApi(JenkinsApi.class); ``` I haven't really used jcloud before. How would you inject headers in this use...

Looks like if i go ` .withProperty("npm.description", URLEncoder.encode("Test Test Lib", StandardCharsets.UTF_8.toString())) ` it works. Is this stated in the documentation? I couldn't find it. Wouldn't it be better to just...

Thanks for the response. 1) I notice that there are the two examples load up the values differently. ``` export default makeAsyncScriptLoader(URL, { callbackName: callbackName, globalName: globalName, })(ReCAPTCHA); ``` While...

The first thing i did was validate the the https://www.bing.com/api/maps/mapcontrol?setMkt=en-us&setLang=en-us&callback=onMapLoaded was valid in loading and making the callback. I achieve this by copying that example on in https://github.com/Microsoft/BingMapsV8CodeSamples/blob/master/Samples/Map/Localize%20the%20Map%20(en-GB).html an debug...

@hartzis AsyncScriptOnLoad does get called and I see the setState trigger. However, when I look at the code window[globalName] is always undefined. When I actually look at the source code,...

@MaTeMaTuK or @Graeme43 I can try to add this code, but may need some pointers. I took a look at these changes https://github.com/MaTeMaTuK/gantt-task-react/pull/105, but there some parts not clear to...

- `columnWidth` is 60, so in view mode minute, this would mean minute is = 60 width - date.getMinutes() returns 0-59, so wouldn't top position be a one to one...

Looks like i can hide the `Name, From, To` with ``` listCellWidth='' ``` But still trying to figuring the `percent`