Dom Charlesworth

Results 42 comments of Dom Charlesworth

_w.r.t._ performance, unfortunately yeah there _may_ be a bit of a performance hit with some of these segments... Since its evaluating a fair amount of lisp regularly, sometimes including IO...

Hey @joncol I've been making a lot of performance improvements to this package _(mainly through introducing memoization in [`all-the-icons`](https://github.com/domtronn/all-the-icons.el))_. Unfortunately, I still don't have a access to a windows machine,...

Boooooo, that's unfortunate 😞 I don't suppose you could get a profile report for me for memory? That might tell me what Windows is struggling to do

Sorry for the slow reply! Not at the moment, but I can easily add one in if you'd like :) Let me know where you'd want it to appear in...

Hi @justinbarclay, I'm _(unfortunately)_ very aware of this bug! It's an issue with the icon font I created and I've tried to fix it a bunch of times but whenever...

Hi @cmacrae, I know what the fix for this is... I basically borked the creation of the wavy separators when I was making my font, so I just need to...

I am aware of this issue, it kind of depends on the icon font being used. Most of them are good and the widths are uniform! But some icons _(and...

I faced a similar issue as part of [`spaceline-all-the-icons` here](https://github.com/domtronn/spaceline-all-the-icons.el/blob/master/spaceline-all-the-icons-segments.el#L517-L522) You can use the following to decide whether or not a file _is_ tramped and optimise around that maybe? ```el...

Yeah! That would be sweet! But I'd still probably open PRs for visibility :P But yeah, I tried to convert it from an `async-shell-command` to a `process` with `start-process-shell-command`, but...

I've pulled master, I can see compilation mode being applied to the buffer but none of the error regexps seem to be being applied. Have either of you got this...