Iceman
Iceman
## Checklist - [x] This is not a Apple's bug. - [x] Reviewed the README and documents. - [x] Searched existing issues for ensure not duplicated. ## Expected Behavior We...
- cocos2d-x version: 4.0 - devices test on: iPhone Simulator iOS 13.5 - developing environments - Xcode version: 11.5 Steps to Reproduce: 1. use `utils::captureNode` 2. sometimes crashes. https://github.com/cocos2d/cocos2d-x/blob/674bb716f7d7372fc05a6e6a85e3bfc2acebc6df/cocos/2d/CCRenderTexture.cpp#L481 `_texture2D`...
Fix #186 Fix `reverseChunked` to comply with `maxSize`.
### Describe the bug `PostgresNumeric` cannot decode large number (like `1234567890123`) and it causes runtime crash. ### To Reproduce 1. call this line ```swift PostgresNumeric(string: "1234567890123") ``` 2. crash! ###...
https://github.com/vapor/sql-kit/blob/f7bbbb022cb52e1828a137bcab2bd1ea2a3e583d/Sources/SQLKit/Builders/SQLColumnUpdateBuilder.swift#L14-L16 `.set(model:)` does not provide a way to specify `SQLQueryEncoder` options. This will be in trouble when dealing with simple Codable types (that is not Fluent type)and have optional properties....
Jobs sometimes executed multiple times. ## Issue I have found a concurrency safety issue. A dispatched job will be dequeued twice with same jobID and payload. ## Reproducing This is...
Fix #27 I want to patch this to version `1.2.0` so please make `1.2.x` branch from f623ad13ada3e01d416f5fc520d72ef4c3a8c632 ? This fix can also apply current `master`, but it seems very small...
### Checklist - [x] I've run `bundle exec rspec` from the root directory to see all new and existing tests pass - [x] I've followed the _fastlane_ code style and...
After this PR, https://github.com/hummingbird-project/hummingbird/pull/484 This PR has made `HTTPResponseError` a confusing entity. Although `status` and `headers` are included as requirements, but there are no meaningful usages. It is no different...
This is one of the solution of #501. Add default conformance of ResponseGenerator for HTTPResponseError