clee681

Results 8 comments of clee681

@sloria This is a PR. Rather than closing this as a stale issue, shouldn't you evaluate the PR and the corresponding test?

Does anyone know the color variable for the `~` (tilda i.e. home directory) operator? Edited: Found the documentation for them here: https://fishshell.com/docs/current/index.html#variables-color

@jdavey That error seems to be due to system arch differences from compiling the executable on MacOS but trying to run in Linux env. Interestingly, if I try building the...

Update: I was able to fix the alpine image by symlinking the `musl` library to the location that the linker wants. ``` mkdir /lib64 && ln -s /lib/libc.musl-x86_64.so.1 /lib64/ld-linux-x86-64.so.2 ```...

``` error - node_modules/next/dist/client/components/redirect.js (11:18) @ redirect error - unhandledRejection: Error: NEXT_REDIRECT ``` FWIW, I'm seeing the same error on NextJS `13.2.4`, but only if I `await` a Promise. ###...

This filter could also make it easy to "delete" cookies. Currently, I have to write code to set the cookie `Expires` time to be in the past. Would be nice...

FWIW, I removed the `-g` flag, and it works in new shells without the corresponding line in my `config.fish` file.