Amjad Ben Hedhili
Amjad Ben Hedhili
Running: ```py >>> window.run_command("packagedev_convert", {"target_format": "json", "ext": "tmLanguage.json", "ensure_ascii": False}) ``` on test.YAML-tmLanguage: ```yaml --- scopeName: source.test patterns: - match: "★" ``` results in an incomplete `test.tmLanguage.json`: ```json { "scopeName":...
### Problem description Themes authors may be interested in highlighting an active input field, so that it is easier to spot. ### Preferred solution Add a `focused` attribute for `text_line_control`...
### What happened? ```rust /// Attribute macro used to apply derive macros. #[stable(feature = "rust1", since = "1.0.0")] #[rustc_builtin_macro] pub macro derive($item:item) { /* compiler built-in */ } ``` 
### Abstract Introduce an `iterutils` module to the standard library to provide a set of composable, lazy iterator utilities inspired by the [slicerator](https://github.com/beef331/slicerator) library. ### Motivation The `iterable[T]` type class,...