Wes Turner
Wes Turner
Mujoco support would enable additional simulations: - https://github.com/devrt/ros-devcontainer-vscode/blob/master/Dockerfile - [ ] `pip install mujoco` - `conda install mujoco` - https://github.com/conda-forge/mujoco-feedstock References: - /? ros mujoco https://www.google.com/search?q=ros+mujoco - https://github.com/google-deepmind/mujoco/discussions/990 - https://github.com/ubi-agni/mujoco_ros_pkgs...
- TODO: - [ ] specify CSS hex color codes - Old pydata theme: - New pydata theme: Teal, Purple, and Orange - Teal links - Purple table row hover...
run-in-roblox could probably work with Roblox Studio in WINE (e.g. with Vinegar) on Linux. For linux, the path to `Roblox Studio.exe` should actually be an argument array instead of one...
```sh run-in-roblox --fastFlags.allOnLuau --fastFlags.overrides EnableLoadModule=true ``` jest-lua, for example, requires an FFlags to be enabled in order to run. FWICS, roblox-cli has arguments for setting fflags but run-in-roblox does not...
Add support for authentication and authorization (auth/authz) to textual-web, or an example/ of sufficient security to the docs, or a warning that you should not host terminals over HTTP (with...
STORY: As a user, I can check the build123d code generated from `import_svg_as_buildline_code("filename.svg")` and iterate in a shell What would solve: - [ ] A. This one-liner in my dotfiles:...
### Problem - the pygame-ce package is in pyodide but,: - https://pyodide.org/en/latest/usage/packages-in-pyodide.html - https://github.com/pyodide/pyodide/issues/289 - https://pyga.me/docs/ > `# Example file showing a circle moving on screen` doesn't yet work if...
I'm only able to get devtools to run (with rojo translating ../utils to `script.Parent.Parent:WaitForChild('utils')` if I change this in react-devtools-shared/src/backend/renderer.luau : ```lua #ocal utils = require(script.Parent:WaitForChild('utils')) # does not work...