Konrad Feiler
Konrad Feiler
Did anyone figure out a way how to not open a webview inside the host app and instead ask the actual twitter app or the twitter website for authentication? The...
In our app we needed to have access to the `profile_image_url_https` value of the [user-object](https://developer.twitter.com/en/docs/twitter-api/v1/data-dictionary/object-model/user). So we need to fetch it from the [`user/show` endpoint](https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/follow-search-get-users/api-reference/get-users-show).
### Description When opening a material that has alpha = 0.9, the objects behind the material are sometimes visible 10% and sometimes seem to be sitting in front of the...
See more about this issue in https://github.com/microsoft/maker.js/issues/459 . For testing one can copy the following into the [playground](https://maker.js.org/playground/): ``` var makerjs = require('makerjs'); function Curve(distort, xScale, yScale) { var models...
So, I'm investigating an issue I am seeing around the `distort` function. (1) `findChains` on my original model returns a chain of 94 paths (2) calling `distort(shape, 1.0, 1.0)` on...
I've been making great progress with maker.js but hit a problem now. ### Makerjs version used: `makerjs@^0.17.0` ### What did you try to do: I was trying to use ```tsx...
### New Issue Checklist - [x] Updated SwiftLint to the latest version - [x] I searched for [existing GitHub issues](https://github.com/realm/SwiftLint/issues) ### Describe the bug ##### Complete output when running SwiftLint,...
* [x] I've read and understood the [*CONTRIBUTING* guidelines and have done my best effort to follow](https://github.com/CocoaPods/CocoaPods/blob/master/CONTRIBUTING.md). # Report ## What did you do? Create a sample iOS app Xcode...
This should hopefully fix the problem in nodes2ts version 1.1.0 as described in https://github.com/rh389/dynamodb-geo.js/issues/8 🤞 I'm relatively new to this library, wanted to use it in a AWS Lambda environment...
Hey Alexsander, so I recently started adding the `Codable` protocol [conformance to my KDTree framework](https://github.com/Bersaelor/KDTree/pull/20). After I finished the conformance to `Encodable`/`Decodable` and tested it with Apples `JSONEncoder` and `PropertyListEncoder`...