Alexander Ulitin
Alexander Ulitin
It should look like this, otherwise some lines can be omitted on redraw. ``` internal func commitCommands() { commandBuffer?.addCompletedHandler { cb in self.modified = true } commandBuffer?.commit() commandBuffer = nil...
And probably this is the reason for using 5pt step It can be delegated to GPU using kernel metal function. I bet there are a lot of other places with...
I think this issue is all over the code, bezier generator, opacity calculation, making buffer with brush steps, blending. I don't even know how to approach this one. These are...
Some significant issue with opacity calculation, blending mode or overlapping? It should be exactly the same color. related #82
It would be nice to support coalesced and predicted touches (see apple docs) to make the experience more seamless and precise.
parse method should be called each time collection is fetched from the server
Due to asynchronous requests, replaceKeyFields is called too late, after we have already sent the referenced object to the server. If we make a breakpoint and wait for response, the...
It's really impressive what this project can do but what's the initial problem it solves? I'd want to use the project but I don't really see any use cases for...
You use item.type, but it's not available in the latest stable versions of ruby. citier / lib / citier / child_instance_methods.rb:39 for example so it raises NoMethodError: undefined method `type'