Search found 5 matches

by DeeEdx
Thu Mar 17, 2022 11:58 pm
Forum: General discussion
Topic: how to escape curly braces / brackets
Replies: 4
Views: 2593

Re: how to escape curly braces / brackets

No change. Output is still...

Code: Select all

tap tap <>`\\\///''^^^###$$$@@@!!!~~~%%%
by DeeEdx
Thu Mar 17, 2022 11:19 pm
Forum: General discussion
Topic: how to escape curly braces / brackets
Replies: 4
Views: 2593

Re: how to escape curly braces / brackets

Also, just in case there isn't a way and Rob decides to make it doable. I believe I'm noticing I can't get P2R to just type something out unless I have something in the Open field, in the card. If I leave the Open field empty, P2R ignores the card as if I the ListenFor field didn't just perfectly ma...
by DeeEdx
Thu Mar 17, 2022 10:56 pm
Forum: General discussion
Topic: how to escape curly braces / brackets
Replies: 4
Views: 2593

how to escape curly braces / brackets

I'm trying to receive a JSON from IFTTT but it seems P2R scrubs out all curly braces, including any content there may be in between an open and close bracket. I see in the logs that P2R received the string correctly, but it just stops typing at the first curly bracket. I went a little crazy trying t...
by DeeEdx
Tue Feb 08, 2022 6:31 pm
Forum: Bug reports
Topic: "no matching phrases" card is passing literal '$'
Replies: 3
Views: 2271

Re: "no matching phrases" card is passing literal '$'

Fix confirmed.
Thanks so much!!
by DeeEdx
Sun Feb 06, 2022 3:56 am
Forum: Bug reports
Topic: "no matching phrases" card is passing literal '$'
Replies: 3
Views: 2271

"no matching phrases" card is passing literal '$'

I'm seeing in the logs that it's receiving my string of text via Google Assistant, but it passes to the program (Python in my case), a literal '$' (sans the single-quotes of course) instead of the string. I've restarted the program but the behavior persists. It would be swell to have the bug squashed.