rtk

Results 37 issues of rtk

consider either: - removing pallete.py - enhancing pallete.py so it is actually useful If it were to be enhanced: - [ ] add defaulting for all blocks [like sbuild.py](https://github.com/FAReTek1/sbeditor/blob/master/sbeditor/sbuild.py) -...

sa.editor

there exists a (currently deprecated) function in monitor.py for generating a monitor using a reporter block. This could be very useful when experimenting with monitors because of ease of use....

enhancement
sa.editor

Add name conventions e.g. PascalCase: struct, enum, struct constructor macro snake_case: var, list, broadcast, costume, proc, func, %include, sprite SCREAMING_SNAKE_CASE: macro (%define) Also add conventions like code ordering ```rs %include...

The lack of recursion in goboscript (only tail recursion) reduces the flexibility and power of functions/procs in gs. This is because local vars do not belong to a specific 'frame'...

onlydust-wave

The path `////path` is causing issues with [most of the test fixtures.](https://github.com/gruns/furl/actions/runs/17632734482/job/50103086846) https://github.com/gruns/furl/blob/f53defbf075e6f31c5b910aefb4221abe5b937cf/tests/test_furl.py#L1627C28-L1631C29 This is caused by the output of `f.url == '//////path'` instead of `'////path'`. This may be due...

### Why this would be helpful Sometimes I want to locate a specific area of a project when I am editing project JSON. The blocks in the project JSON store...

type: enhancement
new addon
scope: addon

### Why this would be helpful I would find it convenient and easy if there is a way to have integration for goboscript (I am aware this is a niche...

type: enhancement
new addon
scope: addon