irisjae

Results 41 comments of irisjae

A related problem I find is that using Hermes, the bundle.js file cannot even be found within the intermediates directory of the build ([email protected], [email protected], [email protected]). In place of the...

https://github.com/NixOS/nixpkgs/blob/3f00b40fff0e6de822196dd926d8efca430b490b/pkgs/development/mobile/androidenv/compose-android-packages.nix#L30 composeAndroidPackages in nixpkgs only supports x86.

Oh that's amazing! I may have to reconsider my choice of packages some time.

Indeed manually downloading with curl yields a difference with that downloaded by planetiler. Even after lake_centerline is removed, the new file downloaded by planetiler differs from curl. The curl version...

I was using https://github.com/openmaptiles/planetiler-openmaptiles and the URL indicated in the run was https://dev.maptiler.download/geodata/omt/lake_centerline.shp.zip, so I guess it comes from maptiler.

This would be a great feature. It seems that ideally, a terminal command sequence like [so](https://apple.stackexchange.com/questions/31872/how-do-i-reset-the-scrollback-in-the-terminal-via-a-shell-command) would trigger clearing scrollback. In the mean time, I've been using `:term! ++curwin cmd`...

Okay, I must have done something wrong with my fake ssh binary testing. It appears the problem was indeed ssh not being available in the bwrap context. After I put...

With something like #150, we would be able to run `nixos-rebuild` unmodified using nix-portable! (By adding nix binaries provided by nix-portable to the PATH, and also overriding the ssh socket...

`ldd --version` yields `ldd (GNU libc) 2.40`

In the meantime I've resorted to `node:sqlite` (I really needed the sync api). Let me try the build sometime.