ace
ace
This pull request resolves issue https://github.com/d5/tengo/issues/352 and additionally adds a minimum args check.
Currently there is limited coding / scripting support in code editors like vscode and others. The current support is limited to syntax highlighting via an extension. https://github.com/d5/tengo/issues/146 Most modern languages...
Currently it is not possible to reference a field within a map to another field within the same map, it leads to a nil pointer reference. Example: ``` testmap :=...
- Task version: 3.13.0 - Operating System: linux ```yaml version: "3" env: CGO_ENABLED: 0 DISTDIR: sh: 'echo $(pwd)/dist' MODULE_NAME: sh: "cat ./go.mod | head -n 1 | sed 's/module//'" VERSION:...
**Is your feature request related to a problem? Please describe.** The current implementation of inputs require one of the types (string, number or bool). This approach does not allow to...
**Is your feature request related to a problem? Please describe.** Currently via the UI a new task cannot be started with an initial delay. Further tags cannot be set via...
The current bucket overview is really large. If there are many buckets it is hard to get an overview. In my opinion it would be good to have a button...
… result without notice. #491
* [X] I agree to follow the [Code of Conduct](https://github.com/jgraph/drawio/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. * [X] I have searched the issue tracker for a feature request that matches the...
### Describe the feature Usage of this module feels strange compared to other encoding formats like json or yaml. These modules provide functions that can be used to directly marshal...