Bjorn Roche
Bjorn Roche
Not sure if this is in the scope of the project, but it would be useful to have an accurate way to count grapheme clusters, and I don't know another...
This is untested but should be a performance boost when uniforms are set frequently.
I noticed that every time you update a uniform value the code calls this: this.gl.getUniformLocation(this.program, name); It's my understanding that this is (or can be) a pretty slow call. An...
I am using FTCoreTextView and have noticed two issues with the location of the link as received in the delegate function: - (void)coreTextView:(FTCoreTextView *)acoreTextView receivedTouchOnData:(NSDictionary *)data { ... CGRect touchedFrame...
I am bulk indexing content, and decided to overwrite the sender function so that: 1. I could retry failures 2. I could get a report of errors I'm indexing a...
Both the latest snapshot and the current git source fail to compile on OS X 10.6.8 when the --with-libxml2 option is passed to configure. See this discussion thread for details:...