Ryan
Ryan
> Oh wow, so it's as simple as this: > > nix.linux-builder = { > enable = true; > systems = ["x86_64-linux" "aarch64-linux"]; > config.boot.binfmt.emulatedSystems = ["x86_64-linux"]; > }; >...
Download vscode to test and get the same weird behaviour 
Have done some investigations myself, it seems the behaviour is caused by the [watch implementation](https://github.com/zigtools/zls/blob/fedbf31eb7d7cb55888e656501767cbe423061af/src/Server.zig#L768) After force it use manual implementation instead of zig's builtin watch, refreshing works normally. >...
Have done some investigation myself, and it seems this issue is related to `shutil.copytree`. I tried running the [corresponding test](https://github.com/espressif/esp-idf/blob/7f6e7f4506a7831f01e63591d17b468b3eda10c3/tools/test_build_system/test_common.py#L234C1-L255C32) with pytest, and it failed on my work computer at...
should be fixed by https://github.com/espressif/esp-idf/commit/b3f24a9533dadbbcb2a69ee18cc074f7fd779814
@Azeirah maybe you can try add the esp-idf-diag to https://github.com/mirrexagon/nixpkgs-esp-dev/blob/master/pkgs/esp-idf/python-packages.nix? but still it is such a pain to setup esp-idf to work with nix, i already gave up and use...
> for example facebook add some arg at the end of the url and it broke my link then it is facebook's problem hugo is a ssg, and only pre-defined...
can add a url filtering to `index.json` fetching in js and move the sharing resources(css/font) under root url, then i think this issue and #473 can be both solved will...
sorry to keep you waiting, should be fixed by https://github.com/Sped0n/bridget/releases/tag/v2.1.0 feel free to reopen this issue if any problems persist
thing is that, resources indexing in this theme is mostly depend on href indexing, which means, the theme asserts(presumes) all these resources lying under(or relative to) the root url but...