fts-tmassey
fts-tmassey
I forgot to put where the changes are: https://github.com/fts-tmassey/SiriusXM Oh, and mea culpa for putting the changes in the master branch. The changes were so trivial I simply edited them...
Sorry: this isn't the right issue for this, though it is relevant. Moved comment to https://github.com/amidaware/tacticalrmm/issues/182#issuecomment-1095422533 tl;dr: Adding PR #981 allows admin to manage remote control permissions for the techs...
After update to 0.12.2, I just used the PR in Issue https://github.com/amidaware/tacticalrmm/pull/981 to add the ability to allow/force the user to log into Mesh: with very few obvious changes it...
You do *not* read it correctly. My suggestion makes exactly one functional change: removes the "login" parameter from the remote control URL. This gives the tech a Mesh login prompt...
Thank you very much for reading all of this. I really do appreciate your time and attention. I'm actively trying not to argue while writing all of this. It seemed...
Thank you very much for the clear and straightforward reply. If you can write "currently mesh with auto-login is a bypass of all the security permissions/restrictions setup in TRMM" with...
This fix should also address https://github.com/dokuwiki/dokuwiki/issues/4051 and other related table issues. Tables have very similar entry and exit patterns to listblocks: they require a newline to start, and they consume...
> We have unit tests for the different syntaxes, here these for tables and preformatted blocks: https://github.com/dokuwiki/dokuwiki/blob/master/_test/tests/inc/parser/parser_table.test.php https://github.com/dokuwiki/dokuwiki/blob/master/_test/tests/inc/parser/parser_preformatted.test.php Could you add tests as well for the new cases? that might...
While I'm waiting to find out how to get the graph, here's what I would propose for unit tests: ``` // Preformatted block unit tests // Single-line preformatted to list...
> I am still wondering if lookahead/lookbehinds wouldn't be a cleaner, more controlled approach. But that will be easy to test once we have the appropriate unit tests. Well, it's...