Kristian Kraljic

Results 18 issues of Kristian Kraljic

Hello Fabio, thanks a lot for the library. A minor request for improvement. At the moment you use the standard `NSURLConnection` connection timeout of 60 seconds. It would be favorable...

enhancement

### I'm submitting a ... - [x] bug report - [ ] feature request - [ ] support request or question ### What is the current behavior? Currently node-config will...

collab-request
bug

## Expected Behavior Only the sap-ui-custom.js boostrap JavaScript should be loaded when a self-contained build is chosen. The boostrap should contain all classes needed to run the application. ## Current...

module/ui5-builder

## Describe the solution you'd like For custom task implementations according to [1] it would be helpful to either have TaskUtil expose a getTaskName or have parameters.options contain the taskName....

enhancement

## Expected Behavior One CSS file for the whole self-contained build should be loaded, based on the theme selected. ## Current Behavior Multiple CSS files (per library) are loaded separately...

module/ui5-builder

**Do you want to request a *feature* or report a *bug*?** Bug **What is the current behavior?** When installing a package with yarn, which has an optionalDependency to a local...

Just decrypted an (encrypted) iOS11 backup using backup_tool without a problem. Unfortunately decrypting the keychain afterwards using keychain_tool failed. The following error is shown on console: > Cannot decrypt backup...

**What's the problem this PR addresses?** Workaround for issue #4306. ... **How did you fix it?** Providing a `better-optional` plugin, that allows "installation" of packages that do not exist in...

Looking at [`WebClientBase`](https://github.com/vert-x3/vertx-web/blob/master/vertx-web-client/src/main/java/io/vertx/ext/web/client/impl/WebClientBase.java#L86) only a selected subset of parameters of the RequestOptions gets passed onto the request which is created. Other options are ignored and the `requestOptions` variable is not...

bug