Evur
Evur
This changes "tup error: File '%s' was written to, but is not in .tup/db. You probably should specify it as an output" into a warning and adds a configuration option...
The save button for the location of the image upload script is currently not working in some cases. There are three issues and a PR for Windows. ## Issues -...
## Icon Request See * Icon name: Git (logomark) * Use case: Representation of Git * Screenshots of similar icons:  ## Upvote & Fund - We're using [Polar.sh](https://polar.sh/iconoir-icons) so...
It would be good to have a function like `set()` which modifies the original object. Something like `with()` would be more fitting for the current `set()`. Also see: #350
Tup currently only ignores the `.gitignore` file if there is no user content inside. This behavior was added in 627aa5659b2faaadb8c86022a759197ee48349d0. This approach has the problem of not ignoring auto-generated `.gitignore`...
The language server currently doesn't automatically infer types when overriding functions. Example of the desired behavior: ```lua ---@class FooClass = { ---@return FooClass new = function() -- create an instance...
The Lua API function `FS.CreateDirectory()` currently returns a boolean that is false when an error occurred and the error message. It would be better to just return the error message...
Some small modifications to sync groups. This is a really important feature, which is long overdue and the expected behavior for many users. Fixes #3045 ## ToDo - [ ]...