ros2-basic-dev-container

A basic dev container and startup script for running ros2

Codeberg.org

I haven't looked at the Zed editor before, but with the included #devcontainer support, I think I will give it a try..

You guys using Zed editor??

#development

Run Your Project in a Dev Container, in Zed — Zed's Blog

https://zed.dev/blog/dev-containers?ref=dailydev

Run Your Project in a Dev Container, in Zed - Zed Blog

From the Zed Blog: Open projects in Docker-based Dev Containers in Zed for consistent, reproducible development environments.

【VSCode】devcontainerでCodex認証が通らない? ポート1455を巡る「椅子取りゲーム」の制し方 - Qiita

エンジニアの皆さん、こんにちは!Dirbato - Backbeat の田島です! 突然ですが、皆さんのローカル開発環境、「秘伝のタレ」 みたいにドロドロに汚れてませんか? 「あのプロジェクトの時は Node v14 だったけど、こっちは v20 で、なんか Python ...

Qiita
I’m just starting to look into the topic of #Devcontainer and #cloud_native in general... and somehow the whole thing feels to me like I’ve spent the last ~10 years somewhere behind the moon, know nothing about computer and development any more and will have to start all over again.

Exciting!

Getting the #RubyLSP #VSCode extension working in a #DevContainer with the #rv #Ruby version manager is a little fiddly.

The least amount of configuration that I can figure out is a configuration like this:

```
"customizations": {
"vscode": {
"extensions": [
"Shopify.ruby-lsp"
],
"settings": {
"rubyLsp.customRubyCommand": "PATH=$(rv ruby dir)/ruby-3.3.10/bin:${PATH}",
"rubyLsp.rubyVersionManager.identifier": "custom"
}
}
}
```

https://shopify.github.io/ruby-lsp/version-managers.html#custom-activation

Version Managers

An opinionated language server for Ruby. Batteries included!

Ruby LSP

Does anyone know how to setup a #devcontainer for #Android development with #dotnet and #JetbrainsRider ?

I can get the container running, and build the project, but can't get the emulator to work to add a virtual device, nor make my physical phone show in the devices panel.

#askFedi #androiddev #devcontainers

#DevContainer 無いから困ると思ってたけど実は組み込みで存在していたのか。さらなる強化に今後期待。 #Antigravity

https://dev.classmethod.jp/articles/dont-forget-to-use-devcontainer-when-using-antigravity/

Antigravity を使うときは DevContainer で安全に使おう | DevelopersIO

クラスメソッド発「やってみた」系技術メディア | DevelopersIO

🎉 My New #HomeAssistant Integration Blueprint is live!

Modern template for custom integrations with:

✅ GitHub Copilot and generic AI agent assisted development
✅ Config flow, coordinator, multiple entity types
#Python 3.13 + async patterns
✅ Full test setup with pytest
#DevContainer for instant setup
#GitHubCodespaces ready (60h/month free!)
✅ Core-aligned tooling (Ruff, Pyright)

Perfect for creating HACS integrations! 🚀

👉 https://github.com/jpawlowski/hacs.integration_blueprint

GitHub - jpawlowski/hacs.integration_blueprint: Modern Home Assistant Custom Integration Blueprint

Modern Home Assistant Custom Integration Blueprint - jpawlowski/hacs.integration_blueprint

GitHub

I enjoy setting up a development container at the start of a new project. It takes a bit more time upfront, but then I can work on any of my projects on any machine without having to do toolchain setup all over again. This time it's getting the #RaspberryPi Pico SDK set up with all required build tools. It probably already exists somewhere, but I like building my own.

https://github.com/GandalfDG/pi-pico-sdk-devcontainer

#devcontainer #docker #containers #software #software

GitHub - GandalfDG/pi-pico-sdk-devcontainer: A devcontainer definition for building projects with the Raspberry Pi Pico SDK

A devcontainer definition for building projects with the Raspberry Pi Pico SDK - GandalfDG/pi-pico-sdk-devcontainer

GitHub