Songpol Anannetikul
Songpol Anannetikul
The [`framework-arduinoespressif32`](https://github.com/espressif/arduino-esp32), which is the dependency of this platform, now supported the board ([merged](https://github.com/espressif/arduino-esp32/pull/8725)). How can we make this platform support the board? @valeros
> > Probably the main reason is that 3.0.0 is only RC1, and not officially released yet. > > I highly doubt this. #1225 clearly states espressif dropped platformio starting...
Hello. I've summed up and tested the **minimum** WSL2 NixOS config that make VSCode Remote works. **`flake.nix`:** ```nix { inputs = { nixpkgs.url = "nixpkgs"; nixos-wsl = { url =...
Sorry, it's just a text editor I used. Removed.
> Above solution by @songpola fixed NixOS WSL and VSCode Insiders for me. Insiders can now successfully open remote connection to WSL both by running 'code-insiders .' within WSL directory,...
**Update:** Today, I tried the setup again and found that it works even without the `~/.vscode-server/server-env-setup`
I found this [PR](https://github.com/nix-community/NixOS-WSL/pull/406/files/379af73917816dd3d153b5862e648df3ba77ad32#diff-a5a331da9ca8c10252e5fc9591798d8e306301615e03c7558db741d9b2348aa6) about changing the username on an already installed system that works!
@chandrabezzo What's the difference between [package_rename](https://pub.dev/packages/package_rename) and (your) [package_rename_plus](https://pub.dev/packages/package_rename_plus)?
> @songpola the different is about the key `override_old_package` on iOS. So, we can safely renamed the bundle identifier from your another target like NotificationService, PushTemplateExtension, and etc. Related to...
> will debug this. so looking at the code this might be happening here > > [containers/podman@`b06d786`/pkg/bindings/connection.go#L244](https://github.com/containers/podman/blob/b06d78651aeb610b3c59fd7aea33c06ac7123460/pkg/bindings/connection.go#L244) After some digging, I found that podman uses an internal [`containers/common`](https://github.com/containers/podman/blob/be85287fcf4590961614ee37be65eeb315e5d9ff/pkg/bindings/connection.go#L20) package, which...