Vaughan Rouesnel
Vaughan Rouesnel
Also, the submodule name and path no longer align, which is confusing. The submodule should be renamed to `WebKit` or `src/bun.js/WebKit`. _.gitmodules_ ``` [submodule "src/javascript/jsc/WebKit"] path = src/bun.js/WebKit url =...
Still battling: ``` undef: _io_darwin_schedule_wakeup undef: _io_darwin_create_machport Undefined symbols for architecture arm64: "_io_darwin_schedule_wakeup", referenced from: _.thread_pool.io.Waker.wake in headers.o "_io_darwin_create_machport", referenced from: _.thread_pool.io.Waker.init in headers.o ld: symbol(s) not found for architecture...
Did a `make clean` then `make vendor identifier-cache jsc dev` ``` $ make bindings /opt/homebrew/opt/llvm@13/bin/clang++ -I/Users/Vaughan/dev/fork/bun/src/deps/uws/uSockets/src -I/Users/Vaughan/dev/fork/bun/src/deps/uws/src -I/Users/Vaughan/dev/fork/bun/src/deps -I/Users/Vaughan/dev/fork/bun/src/deps/mimalloc/include -Isrc/napi -I/Users/Vaughan/dev/fork/bun/src/bun.js/WebKit/WebKitBuild/Release/JavaScriptCore/PrivateHeaders -I/Users/Vaughan/dev/fork/bun/src/bun.js/WebKit/WebKitBuild/Release/WTF/Headers -I/Users/Vaughan/dev/fork/bun/src/bun.js/WebKit/WebKitBuild/Release/ICU/Headers -I/Users/Vaughan/dev/fork/bun/src/bun.js/WebKit/WebKitBuild/Release/ -Isrc/bun.js/bindings/ -Isrc/bun.js/builtins/ -Isrc/bun.js/bindings/webcore -Isrc/bun.js/bindings/sqlite -Isrc/bun.js/builtins/cpp -Isrc/bun.js/bindings/node_os...
The output dir was not being created properly. This rule doesn't seem to trigger: ``` $(DEBUG_OBJ_DIR): mkdir -p $(DEBUG_OBJ_DIR) ```
Here is the location of the issue. Every time `transform_sync` is called, `SourceMap#new_source_file` is called and the `start_pos` is set. If you are using `transformSync` and transforming one file at...
Do something like this: ``` # Set correct build target in `build_electron`. ./build_electron.sh ``` ``` cd your/project/dir mkdir -p vendor/webchimera cp path/to/WebChimera.js/build/Release/WebChimera.node vendor/webchimera cp -R /Applications/VLC.app/Contents/MacOS/lib vendor/webchimera/lib ``` > @RSATom...
I'm using pnpm and I made sure that I only had one version of `react-query` (in my case) across the entire codebase and it started working, restarted TS server, and...
Just had a look into this. The main `FastAPI` instance has an `APIRouter`. When you create separate `fastapi.routing.APIRouter` instances and then use `app.include_router(...)`, behind the scenes it is actually appending...
Having this issue too. It shouldn't do this.
@Jarred-Sumner Any update on `child_process`? Re: https://twitter.com/jarredsumner/status/1579898972650381312