Andrew M
Andrew M
Looking at how pglite builds unfortuantely I'm not sure there's much I can do to help -- the build process appears quite complex and I have little experience with make/cmake...
The whole contents of `expo-router/entry` is this: ```ts // `@expo/metro-runtime` MUST be the first import to ensure Fast Refresh works // on web. import '@expo/metro-runtime'; import { App } from...
Just my experience if it's useful -- watchman causes a _lot_ of problems and they're usually of the confusing and unhelpful variety. It will over-watch and eat up too much...
Re-using package-lock.json or yarn.lock will cause tooling problems. Lots of things rely on those to detect the package manager (for better or for worse). You'd end up with scripts installing...
Maybe not as relevant for a lockfile, but there is some great innovation in better configuration files: https://nickel-lang.org/
I just tried Unison 0.5.32 on macos 15.1.1. I installed it via the nix flake here: https://github.com/ceedubs/unison-nix/. When I attempt to `compile.native main test.out` on a "hello world" program it...
Hmm attempting to use a binary release I have trouble with macos system protection. It repeatedly prompts me about "ucm not opened apple could not verify that ucm is free...
Ah now if I allow libb2.1.dylib in security settings it does something other than spinning like the nix installed version does, but it still fails. ``` /Users/imagio/.cache/unisonlanguage/racket-tmp/test.out.rkt:3:9: collection not found...
`run.native` works too, only compile fails
more mac problems... I thought it would be good to try with the homebrew distribution but it's outdated. ~~Homebrew has 0.5.19 so it wouldn't read my codebase because it was...