Nicolas Kick

Results 46 issues of Nicolas Kick

Are there any plans to improve the display of labels in pie charts? Currently I have situations like this: I'm not sure what is the best way to solve it,...

enhancement

Hi, thanks for this awesome utility. In my application, I have to find which parts of a particular shape are overlapping with another shape. For example, given an "open circle"...

After updating to version 6.6.0, I noticed that the `Copy Files` build phase doesn't exist anymore, and that `#import ` in `Bridging-Header.h` gives the error `'libMultiMarkdown/libMultiMarkdown.h' file not found`. What...

Running `make swift` causes this error: ``` package at 'MultiMarkdown-6' is using Swift tools version 3.1.0 which is no longer supported; use 4.0.0 or newer instead ``` I couldn't find...

I'm currently using the following code to catch all kind of errors. ``` window.onerror = (message, filename, lineno, colno, error) => { StackTrace.fromError(error).then((stack) => { console.log(stack); }).catch((error) => { console.log(error);...

### Please agree to the following - [x] I have searched [existing issues](https://github.com/cryptomator/cryptomator/issues?q=) for duplicates - [X] I agree to follow this project's [Code of Conduct](https://github.com/cryptomator/cryptomator/blob/develop/.github/CODE_OF_CONDUCT.md) ### Summary Images copied...

type:bug
state:to-be-confirmed
os:mac
storage:icloud-drive

I see that something similar has already been discussed in #169 but I would like to suggest to take it even further. Many hundreds of entities in the App Store...

I'm currently exploring [appstoreconnect-swift-sdk](https://github.com/AvdLee/appstoreconnect-swift-sdk) which uses CreateAPI. Most of its entities are used for GET requests: these entities would only need `Decodable` conformance, no `Encodable` and no other initializer. On...

I'm currently exploring [appstoreconnect-swift-sdk](https://github.com/AvdLee/appstoreconnect-swift-sdk) which uses CreateAPI. The generated API contains at least one struct that is repeated as a nested struct inside different classes, e.g. `struct Links`. This struct...