python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Creating solid color icons on macOS leads to off-color pixels on the bottom
I've been trying to create icons without transparent backgrounds, but I keep getting strange results. For example, when I make icons with white backgrounds, their bottom rows will wind up with yellow ...
philipkd
Votes: 0
Answers: 1
Finder toolbar icons are jagged or anti-aliased on non-retina displays
I'm trying to create Finder toolbar icons that match the look and feel of Monterey, but they seem to be jagged as if there are issues with anti-aliasing.
Here are the retina icons I'm trying to conver...
philipkd
Votes: 0
Answers: 1
In Rails 6, how do I add a condition to a left-outer-joins finder?
I’m using Rails 6.1.4.4. I have this model with a has_many
class MyObject < ApplicationRecord
has_many :products, inverse_of: :application, as: :item
How do I write a scope that does a left ...
Dave
Votes: 0
Answers: 3
mac OS finder sorting
So, theoretically, mac OS finder uses natural sort. I thought "great, easy to replicate".
But then, in a given folder with anonymized names for images, sorted by name, this order happened:
...
Francis Birck
Votes: 0
Answers: 1