Nusiq

Results 32 issues of Nusiq

Add config that let user specify where to look for the executable for a filter type. - `python.command` - Python (default `python`) - `python.install_command` - Python (default `pip`) - `deno.command`...

feature
needs discussion

New property was added to the project-config-standard recently. Maybe we should pass that information to the filters somehow: https://github.com/Bedrock-OSS/project-config-standard/issues/2

needs discussion

The `--selected-filters` flag would let you provide a pattern used for selecting which filters should be executed from the profile. **Examples:** - `1` - first filter - `..3` - first...

feature

Currently it goes through the list `{"powershell", "-command"}, {"cmd", "/k"}, {"bash", "-c"}, {"sh", "-c"}}` and picks whichever is available first (so... always powershell on windows I guess).

feature
needs discussion

### Godot version Godot_v4.0-beta6_win64 ### System information Windows 11 ### Issue description Godot gives me an error when I try to execute an rpc function that has an argument annotated...

bug
topic:gdscript
topic:network

Running `regolith watch` on a project without `rp`, `bp` and `data` folders crashes Regolith. Steps to reproduce the issue: 1. Create regolith project (`regolith init`) 2. Delete the `data` folder....

bug

~~I don't know what causes the problem yet but here are some details about the project:~~ - ~~I'm on Windows~~ - ~~My project only has resource pack~~ - ~~My export...

The fake-bpy-module is not reliable enough. Maybe writing a custom one instead of creating functions that patch it would be better.

It's a 1.8.0 feature. It "Rotates the mesh without rotating the bone".

enhancement
model-importer

Example model: ```json { "format_version": "1.12.0", "minecraft:geometry": [ { "description": { "identifier": "geometry.test", "texture_width": 200, "texture_height": 200, "visible_bounds_width": 2, "visible_bounds_height": 2.5, "visible_bounds_offset": [0, 0.75, 0] }, "bones": [ { "name":...

bug