Lucas Larson

Results 16 comments of Lucas Larson

note to self that this project’s now known as construct.css: [t7.github.io/construct.css](//t7.github.io/construct.css)

There’s an existing issue #20 on this. But alas, I don’t think there’s a quick fix.

+ confirmed explicit 1.5.2 in https://github.com/mathquill/mathquill/commit/ead472c3c3b835a1ed21d0ac11611fae195dfdb8

First of all, thank you for your support of this little project, fellow universalist! I love finding out others are somehow getting the same level CSS support I am out...

Do you know which versions of macOS – and presumably of Mac OS X, too – where Wget isn’t available. I wasn’t immediately able to find that.

> it _is_ documented I did not carefully read the longer description in the right column because I’ve never seen what I was looking for _only_ in the description. I’ve...

> `set -u` isn't useful in any way in interactive shell is incorrect and the [latest message](https://github.com/romkatv/powerlevel10k/issues/2652#issuecomment-2070935444) in [romkatv/powerlevel10k #2652](https://github.com/romkatv/powerlevel10k/issues/2652) is incorrect. When you source a function like this: ```zsh...

> I must emphasize, zsh-autosuggestions is designed to run in interactive session, it's expected to have sane defaults It appears that much of the codebase does allow for a user...

Why stop at `base64`? This can be done using only POSIX utilities! ```shell # Create a data URL from a file dataurl() { # https://github.com/mathiasbynens/dotfiles/commit/5d76fc286f # POSIX does not define...

Thanks to your issue ([#1042](https://github.com/mathiasbynens/dotfiles/issues/1042#issue-1624713134)), I _just_ found out that `stat -c` is GNU, but that macOS/FreeBSD use `stat -f`. Also, their format flags don’t match (!) but these both...