Vanja Oljaca
Vanja Oljaca
Thanks for reply, apologies for the poor example. Updated example: A: 1. e4 e6 2. d4 d6 (2 e5) B: 1. e4 e6 2. d4 d6 (2... e5) Without knowing...
`brew install pkg-config libsodium cmake zeromq` got me through yarn install, but now I'm getting a runtime error: ``` [I 00:10:50.338 NotebookApp] KernelRestarter: restarting kernel (2/5), new random ports dyld[50614]:...
> Curious to learn; what would be your custom instruction for Copilot Chat? The first I want to add is 'prefer async/await over continuations' in typescript
some more I found: "use moment for time and duration, never numbers" "do not write any comments" "import not require" "no narrative logs, terse event based logs" "avoid deep nesting"
Some user communication instructions I collected on twitter for chatgpt: * I generally prefer TLDR ELI5 type answers. * Respond in a way that allows me to stop reading at...
I'm having this issue today: ``` -> Installing boost (1.76.0) > Http download $ /usr/bin/curl -f -L -o /var/folders/y4/pjc9r3q93x54jhkyv5cs720h0000gn/T/d20230124-35212-kph6qw/file.tbz https://boostorg.jfrog.io/artifactory/main/release/1.76.0/source/boost_1_76_0.tar.bz2 --create-dirs --netrc-optional --retry 2 -A 'CocoaPods/1.11.3 cocoapods-downloader/1.6.3' % Total %...
Thanks for investigating. Chalk override fixed most of the issues, though there were still two adze code changes I had to do. I'm not sure how these would be generalized...
without that change I get errors because _glbl.navigator.userAgent is undefined  global.js:75 ``` /** * Validates the current environment is Firefox. */ export function isFirefox() { const _glbl = globalThis;...
ah yes I see envIsWindow maps to isBrowser, which is how I ended up making isBrowser return false ``` export function envIsWindow(_) { return isBrowser(); } ```
Thanks @AJStacy this worked great. Thanks @tiagobnobrega as well