Michael Klement
Michael Klement
@edwardbackstrom: Thanks for the link; I'll take a look.
@MuliTu, truthfully, I have no plans to dig deeper, but perhaps @peterkaminski tip helps.
That's odd. I've switched from `sips -i` to using [the `NSWorkSpace.setIcon:forFile` Cocoa API](https://developer.apple.com/documentation/appkit/nsworkspace/1529882-seticon), so as to support macOS 10.13+ and also bring higher resolutions to earlier versions. I don't see...
@FezVrasta: Thanks for the link - it does sound related, but the fix there was to _statically_ generate a new set of icons, so I'm not aware of any solution...
I'm not familiar CMake, but it sounds that it at least by default it ignores HFS (the macOS filesystem's) _extended attributes_, in which the icon information is stored. However, there...
If you can confirm that there is a way to make this work, we can add a summary to the Wiki for this repo.
Ah, I see - it's a good thing I didn't go with my initial choice of name, "javascripti". 😜 The truth is that I was already familiar with npm as...
(I assume you meant `as_hex`.) The `man` page states (emphasis added): > **Pragmas such as `use locale;` only take effect for the line at hand**; for pragmas to take effect...
Yes, it's not ideal - I wish it worked the way you expected and the way Python and Ruby do it, but at least with the current implementation I couldn't...
Thanks, @cup. I'll reopen this and label it as an enhancement. I've never looked at these other REPLs (as you can probably tell, I'm not really much of a Perl...