rtk

Results 37 issues of rtk

it is cumbersome to always have to use datetime.fromisoformat when you are using the library. note: this would be backwards incompatible

enhancement
BREAKING CHANGE

allow changing the description of a group in the cli `scratch group describe`

enhancement

It would be useful to be able to convert offset+limit into page numbers using the method of `User.loves` so that we can standardize the api. I recommend placing some function...

enhancement

This allows for parsing of projects that do not have these fields, (e.g. if they were made by an external tool like goboscript)

enhancement
good first issue
sa.editor

In some places, classattributes have been defined instead of adding type hinting within `cls.__init__`, because when I implemented it, I did no properly understand the feature. There are also a...

sa.editor

I want to be able to edit the mutation and for it to change in all usages of the proc. I want to be able to change the argument name...

enhancement
sa.editor

scratchattach.editor is currently mostly a standalone library and it needs to be integrated with scratchattach. However, before this happens, the conflict with project_json_capabilities needs to be considered this would include:...

question
sa.editor

The argtype, argtypes argument classes are confusing. add comments/docstrings and example for clarification

documentation
sa.editor

Currently, there are seperate classes used to load backpack json. but instead it should really be a seperate method. This way mypy will not complain about type annotation conflicts between...

enhancement
sa.editor

auto detect type, auto calculate md5 and possibly also auto-upload an asset by adding a method that loads a file as an AssetFile object (or even Costume/Sound object?)

enhancement
sa.editor