Colin Rofls

Results 167 comments of Colin Rofls

So I've been revisiting this question along with @anthrotype, because there was a slight difference in the sorting behaviour of fea-rs (rust) and feaLib (python, fonttools) for these ligature rules,...

oh heh I'd completely forgotten about that issue, and had sort of assumed it had been resolved. Do you have a link to your WIP? If there's agreement on the...

I agree that is the most likely answer (and the easiest one to fix 😅)

To bump this: it looks like makeotf silently marks the first item in the sequence as being an input, and and subsequent items as being lookahead. If this is intended...

hmm, interesting. In this example, who is supposed to be handling that flag? I don't imagine it's handled by cargo/rustc (since they don't know about criterion) and so I imagine...

to be honest I'm really not sure how this feature works; I imagine that the debug symbols for the binary include a source map, and maybe the paths are wrong...

hm, I'm really not sure what's going on here. What version of macOS/instruments is involved? Is your project open source? Can you manually profile from the instruments app, by running...

hmm. I've been avoiding ventura and so don't currently have a machine I can test this on...

two possibilities jump to mind: - your application hasn't finished running: I believe the trace file is only generated when the application terminates. If you want to profile an application...

The problem is that we aren't responsible for writing traces; that's up to `xctrace`, and so we have no control over what it does in response to `SIGINT`. The only...