push eventntuc-social-enterprises/swift-log
commit sha 1111d309a5a737f5c06e4afa3a2e96b79eb0df79
swift 5.1 docker setup (#97) motivation: support swift 5.1 changes: * add docker compose file for swift 5.1, will add CI job once merged * update swiftformat version to 0.40.12 * fix warning in tests
commit sha 77b2e836f1a2573a30911933a60a52543f693f39
make Logger.Level codable (#99)
commit sha 74d7b91ceebc85daf387ebb206003f78813f71aa
Add .swiftpm to gitignore (#100)
commit sha 8d5f9f912879818843e0228f8877a52960bb5639
Add Carthage build script for releases Signed-off-by: Ryne Cheow <[email protected]>
commit sha 67ffd755c75704cc9fa465e9ecd56b8a27e81483
Added xcodeproj
push time in 10 days
push eventntuc-social-enterprises/swift-log
commit sha a53d92e4f8a2d883a5ce86ed14c2337829aedd25
swift 5.1 docker setup (#97) motivation: support swift 5.1 changes: * add docker compose file for swift 5.1, will add CI job once merged * update swiftformat version to 0.40.12 * fix warning in tests
commit sha 21c0d7bb9d70fc0810bcf79d04c6beba0acc40ad
make Logger.Level codable (#99)
commit sha e61b87218f30792b62466beca915c7f4d77c38d6
Add .swiftpm to gitignore (#100)
commit sha 58ca157db9a8902a4646bf31d0f282c823612c0e
Added xcodeproj
push time in 10 days
issue commentRxSwiftCommunity/RxFlow
Update README.md with SPM Installation guide
@twittemb Are we planning to do a release anytime soon?
comment created time in a month
issue commentauth0/Auth0.swift
Hi @jeffc-dev - Do we have plans to work on this? I can help if there's a plan. Currently I am stuck as SPM is unable to build Objective-C code (SimpleKeychain).
comment created time in 2 months
Swift toolkit for Auth0 API
fork in 2 months
pull request commentdanielgindi/Charts
Fix Swift Package Manager compile issue
there is no reason to only use dynamic, but by default, this "library" is built as framework, so I guess that's why it's dynamic. I think we should be fine with nil type, as long as SPM has no bugs handling it.
@rynecheow can you also check what #4118 did for
Package.swift? Basically I would like to merge this as you are the first PR. I didn't see you touch this file, but #4118 change a few, especially.target(name: "Charts", dependencies: [], path: "./Source", publicHeadersPath: "./Source/Supporting Files")
I'm not sure the impact about this, as I'm not following SPM trend now. Besides, I will be grateful if you could modify the type to nil as discussed above, so I don't have to pull your branch. Thanks.
path: "./Source" is unnecessary as it is the parameter automatically defaults to a certain pattern if it is not specified.
https://developer.apple.com/documentation/swift_packages/target/2880335-path
publicHeadersPath: "./Source/Supporting Files" I am not sure if this is completely necessary as I believe SPM already handles that at its build process.
comment created time in 2 months
pull request commentdanielgindi/Charts
SPM support for iOS, macOS, tvOS
@Ragnalorn swift build is failing for macOS target in your PR.
comment created time in 2 months
push eventrynecheow/Charts
commit sha 1086579ea16984421c528cd8fe45a2d200e72449
Unspecify library type Signed-off-by: Ryne Cheow <[email protected]>
commit sha 7d1296d102d2683bc6d3014626e07916cb715c80
Fix gitignore to ignore .swiftpm as a directory Signed-off-by: Ryne Cheow <[email protected]>
push time in 2 months
Pull request review commentdanielgindi/Charts
Fix Swift Package Manager compile issue
fastlane/test_output Carthage Charts.framework.zip ChartsRealm.framework.zip+.swiftpm
Rightfully .swiftpm/ - let me change that. Did .swiftpm cause it does the trick.
comment created time in 2 months
Pull request review commentdanielgindi/Charts
Fix Swift Package Manager compile issue
class CombinedChartViewController: DemoBaseViewController { chartView.highlightFullBarEnabled = false - chartView.drawOrder = [DrawOrder.bar.rawValue,- DrawOrder.bubble.rawValue,- DrawOrder.candle.rawValue,- DrawOrder.line.rawValue,- DrawOrder.scatter.rawValue]+ chartView.drawOrder = [CombinedChartView.DrawOrder.bar.rawValue,
Changed back to original - my bad here!
comment created time in 2 months
push eventrynecheow/Charts
commit sha 3aa542a6a3bf33dbae6628ed2ae4658b462aeb55
Avoid passing NaN to CoreGraphics API (Fixes #1626)
commit sha 5b59440f4ad0318747eb0af5882b9d746fdb0206
fix #3975. if we disable highlight for pie chart data set, we still need to render without a shift.
commit sha 03616c91e9634cf3075935d55e6944fa39bbf877
Added a safety check before an unsafe array operation
commit sha e6b01f77f3d6b0ef160bad6ebfaba4cfd4e042c6
Update Info.plist
commit sha e8505930018668b73500203afc13bb92fa585f8a
Merge pull request #4006 from UberNick/master Added a safety check before an unsafe array operation
commit sha acb436a1b7f9972a66af0e52082f10c6cd85e7aa
Update License Changed year in license file
commit sha 2d80b442fd1b7cbd2c613e1d54e42574f8d63e77
Merge pull request #4055 from jobinsjohn/patch-1 Update License
commit sha 8c28cfa5dcbef6e528bba5ccdd6247ff1c372475
fixed stacked chart bug when there are different stacks on columns. (#4029) fix #3659 * fixed stacked chart bug when there are different stacks on columns. * added empty array check
commit sha 952b5c0785a35a330b0a3e3bac9b0b383a6d3c35
fix #4093, also close #3960 1. change XBounds iterator to use self.min + self.range rather than self.x 2. align drawLinear, drawCubicBezier to new XBounds iterator. 3. fix unexpected dash line during linear animation due to reading the next entry point
commit sha 8a98ee219fb2fc79222091bc59b85b5d617fb93f
Merge pull request #2568 from chiahan1123/master Avoid passing NaN to CoreGraphics API (Fixes #1626) fix #4043, fix #1626
commit sha dd1bb7840254d6385400e07fd78e98dd0b0d0668
Merge pull request #3996 from danielgindi/3975 fix #3975 (pie chart highlight disabled will lead to empty slice)
commit sha e93bfb9b7811b2d3953f95541949a2b93ba81a09
Merge pull request #4094 from danielgindi/4093 Fix line chart x axis animation #4093, also close #3960
commit sha bf5db2f1a3cdc71600b64116dbf55b2a7dda49a8
Fix Swift Package Manager compile issue Signed-off-by: Ryne Cheow <[email protected]>
push time in 2 months
Pull request review commentdanielgindi/Charts
Fix Swift Package Manager compile issue
<key>CFBundlePackageType</key> <string>FMWK</string> <key>CFBundleShortVersionString</key>- <string>3.3.0</string>+ <string>3.3.1</string>
I'll revert.
comment created time in 2 months
Pull request review commentdanielgindi/Charts
Fix Swift Package Manager compile issue
class CombinedChartViewController: DemoBaseViewController { chartView.highlightFullBarEnabled = false - chartView.drawOrder = [DrawOrder.bar.rawValue,- DrawOrder.bubble.rawValue,- DrawOrder.candle.rawValue,- DrawOrder.line.rawValue,- DrawOrder.scatter.rawValue]+ chartView.drawOrder = [CombinedChartView.DrawOrder.bar.rawValue,
Due to the ambiguity of the enum
comment created time in 2 months
created tagRxSwiftCommunity/RxAlamofire
RxSwift wrapper around the elegant HTTP networking in Swift Alamofire
created time in 2 months
pull request commentRxSwiftCommunity/RxAlamofire
@sunshinejr I am not sure - it seems intermittent. Once re-run it works.
comment created time in 2 months
push eventntuc-social-enterprises/swift-log
commit sha df4d2c80df86796a0ece3aa0d5899b9d03006a86
Fix typo in LogHandler doc comment (#76)
commit sha 9fc3834d3f2e4d4d25c39bc28223f231c4d19445
Link to ianpartridge/swift-log-syslog backend impl (#73) motivation: @ianpartridge implemented a backend for syslog (awesome :-)) so we should link to it so people are easily able to discover it (and any other future implementations we'd want to link to).
commit sha b33865f66bc32553ff5366506f3cad1f704f0a13
Fix documented ordering of Level (#78) Levels are actually ordered from least severe to most severe, and their raw values are not exposed.
commit sha 99786c85acdc1ea0b94964f4dc4c63aed111d180
Add Adorkable/swift-log-format-and-pipe to Backend list (#83) LoggingFormatAndPipe provides a Swift Logging API Handler which allows you to customized both your log messages' formats as well as their destinations.
commit sha 263735081c6b8445eb066cb96c8d32103b28e33c
test formatting issues as part of sanity check (#84) motivaiton: unified format changes: * use official docker image 🎉 * fix outstanding formatting issues * add a call to swiftformat as part of sanity script * fix sanity script language check debugging statements
commit sha ebdfdcf0ff85774638086a550e86569466c4c83f
better documentation around MetadataValue being expressible by literals (#85) * better documentation around MetadataValue being expressible by literals Motivation: In many examples, I could see that users seem to construct metadata values using the explicit enum cases `.string("foo")`, `.array(...)`, as well as `.dictionary(...)`. It's much more readable and easier to type to just use `"foo"`, `["bar", "buz"]`, and `["qux": "quux"]` and rely on the `ExpressibleBy...Literal` conformances. Modifications: Add the docs and examples. Result: Hopefully, users will read the docs and write more idiomatic code. * Update Logging.swift
commit sha e309184b8983561e978a28453126d008183a3dbd
add flush api to default stdout/stderr logger (#87) * add flush api to default stdout/stderr logger motivation: default logger may not flush the streams on crush, so need to make flushing moe explicit changes: * add a constructor argument to control flushing behaviour, default to "everytime" * add a "flush" method to allow user defined flush timing. this api is now internal but we could expose it if there is a need * add tests * fixup
commit sha e8aabbe95db22e064ad42f1a4a9f8982664c70ed
Add HeliumLogger to README (#88)
commit sha 2b7d68a486414cde64eafd54d5f13b3848bd0fee
Add `swift-log-oslog` logging backend link (#89)
commit sha 6171b4483e42c816ca9d17834bfd41cb0627280c
update conduct email group (#90) motivation: use consistent email across swift server projects changes: set conduct email address to [email protected]
commit sha 6669bdf6155b504d8a96d22e8fe21fae862951f8
Remove level parameter from log helpers (#91)
commit sha fd6c6b338d2dd02c629dd522360095ea2d05ead3
Add StackdriverLogging to README (#93) #92 * Add StackdriverLogging to README * Switch the description in the README from using 'logger' to the 'logging backend' terminology
commit sha e5a4bd1003dcbbb04fc6deec91995d39b0e35f87
add vapor/console-kit backend to README (#95)
commit sha 74ce0b1ad2b190a40edf7af799ae617b6acfb565
Add Carthage build script for releases Signed-off-by: Ryne Cheow <[email protected]>
push time in 2 months
push eventRxSwiftCommunity/RxAlamofire
commit sha fe277ed4fa1dfcab9460daa2a9bccea13f6e0c72
Swift build stage in CircleCI
push time in 2 months
push eventRxSwiftCommunity/RxAlamofire
commit sha b34910e6357e30e394215d193c7d2bd497eb6954
Swift build stage in CircleCI
push time in 2 months
pull request commentRxSwiftCommunity/RxAlamofire
OHHTTPStubs dependency is unavailable to be resolved from SPM
https://github.com/AliSoftware/OHHTTPStubs/pull/314
Unable to run tests even if this stage is added.
comment created time in 2 months
push eventrynecheow/GoogleMaps-Carthage
commit sha 5965027a80fdbe416d3296e6f2d62ad49b816319
Track large files
push time in 2 months
push eventrynecheow/GoogleMaps-Carthage
commit sha e82ade9c337df27ca7f5c1ce4481a0dcd8c23db3
Update SDK to 3.3.0
push time in 2 months
pull request commentRxSwiftCommunity/RxFlow
@twittemb Would you like to take a look at this PR?
comment created time in 2 months
fork rynecheow/Mockingjay
An elegant library for stubbing HTTP requests with ease in Swift
fork in 3 months