Tobias Bossert
Tobias Bossert
Hello First of all, I'm not sure if this is fixable in the plugins scope. Other [resources](https://stackoverflow.com/questions/30928171/create-a-hyperlink-to-a-project-file-in-console-output) suggest that there is a hard-coded regex somewhere in IDEA to parse `filename:linenumber:column`...
Sorry i messed up my fork (merged and pushed https://gitlab.com/opentransitmap/public-transport-enabler to my fork..) this a follow up of #383 * Changes since last pr: removed all lambdas and made tests...
Currently search terms are split by space, all "regex"-sequences are escaped by `Regexp.escape()` and then concatenated using `|` which prevents any complex searches: https://github.com/gollum/gollum-lib/blob/3f8955a7b99a38aa36f70cd813d28e4df1ab2f81/lib/gollum-lib/wiki.rb#L500-L501 Is there any particular reason to...
Resolves #181 Thanks to @pedrxd, @k4ps, @LadyBoonami and @bboyDmT
The described method in the readme (copying the apk to /priv-app) does not work anymore on Android 9 due the permission-whitelist enforcing [ASOP docs](https://source.android.com/devices/tech/config/perms-whitelist). As a result of this, **your...
This PR adds compatibility to influxDB 2.x instances while still supporting `GraphQL` data-sources (and of course the fancy new `Flux` datasources :) ) Resolves #3
Hi When using the default admin GridField with the default search/filter bar, the Gridfield state is not always represented/updated in the url (`{"GridFieldFilterHeader": {"Columns": {"Blabla": "Blue"}}}`). In particular, the issue...
- [x] I have searched open and closed issues for duplicates - [x] I am submitting a bug report for existing functionality that does not work as intended - [x]...
Hi I've just got a pair of the Sony WH-1000MX3 headphones and as you may know they are great :smile: However, it really hurts to install the "Sony Headphones Connect...
Hi @nicolargo First of all, thank you a lot for this script! I've been using since 6 years now. However, I recently upgraded to asterisk 16 and finally dared to...