-
I would like to define that a CL array be a vec or mat to be constant folded. Currently, adding an array type to the constant injection hook tells varjo to treat it as a glsl array, losing all swizzli…
-
Terrific hack idea via @zadr, `-copy` can be implemented with an encode/decode of `self`.
-
### Description
I do not want method swizzling or inspection to occur on my networking code. Why? Well I don't want my URLs being uploaded, and I want the code to stay away from the request and respo…
-
asymmetricAsymmetric()
===
Here I need to
* merge control flow
* introduce some helpers for swizzling
* handle all cases with switch
asymmetricSymmetric()
===
* merge control flow
* swizzl…
-
https://www.desgard.com/swift-method-swizzling/
I write many code to write less code.💻
-
## Motivation
There have been multiple bugs found related to zero-width `Logic`s and `LogicValue`s.
## Desired solution
Add a bunch of tests covering behavior of things when the are zero-width, b…
-
Running [this test, which sets each sample of a 4 count multisample texture to a different color and then uses `textureLoad(multisampledTexture, vec2u(0), sample_index)` to read each of the samples to…
-
Is there a way to support Apple's internal storyboard segue mechanism?
I was thinking maybe using `swizzling` and temporary `associatedObject` this would be possible to use storyboard's segues...
an…
-
My project is kind of a legacy and uses a library called **MKNetworkKit** https://github.com/MugunthKumar/MKNetworkKit
It uses `NSURLConnection`, and like in this ticket https://github.com/dbukowski/…
-
Our documentation has many areas which need improvement. In no particular order, following is a list of (some of) them/their solutions:
- [x] Tutorial should be more visible. A button in a nav bar …