Alexander Groß
Alexander Groß
**Describe the bug** The adapter config has options to decide which instance number should do script mirroring. (Which, BTW seems kind of useless as every instance has its own configuration.)...
**Describe the bug** I just learned that TypeScript's `package.json` "extensions" support not only the `types` element, but also `types` depending on the TypeScript version. https://www.typescriptlang.org/docs/handbook/declaration-files/publishing.html#version-selection-with-typesversions `rxjs@7` is a package that...
`$()` selector queries are internally transformed into `RegExp`s, with special handling of `.` and `*`. Other characters of interest for the RexExp engine are not handled specifically which may lead...
Hi, how would one create the Argu union for: `git push -f origin master` `git push origin master -f` The remote (`origin`) and branch (`master`) are positional arguments, i.e. the...
For an executable that references a custom strong-named assembly that is only available in an incorrect version, report the reference.
Just like rspec, print nested contexts on the console, in ReSharper and the HTML/XML reports.
Hi, it would be great if you could provide a portable zip version. Thanks!
Hi, New Marta user here. I was wondering if it is possible to show an additional title/caption next to touch bar icons. If Marta supports this, what is the syntax...
``` With placeholders: {{{ config.Foo }}} and {{{ config.Bar }}} {{{ config.DoesNotExist }}} ``` `config`s type does not contain a definition for `DoesNotExist`, yet rendering is successful. I wonder if...
Hi, Thanks for writing this app. In order for reminders to be unmissable, I need (am used to) the alarm sound firing off repeatedly, possibly also with ascending volume. My...