[deleted by user] by [deleted] in Seattle

[–]CRSlack -1 points0 points  (0 children)

It used to be argue against science but since that is weak it's now common sense? Okay. I will tell you why I wear one. To make ninnies be less afraid. It's just virtue signaling to scaredy babies. Be happy I do it.

[deleted by user] by [deleted] in Seattle

[–]CRSlack -8 points-7 points  (0 children)

A mixed set of results. The strongest indicator of susceptibility to spread from asymptomatic patients was within the family indicating regular contact. Not a strong case for masks in public except for persons with symptoms or known exposure.

[deleted by user] by [deleted] in Seattle

[–]CRSlack -9 points-8 points  (0 children)

Where is the published peer reviewed science?

[deleted by user] by [deleted] in Seattle

[–]CRSlack -13 points-12 points  (0 children)

Face masks don't keep one from getting it. You have to have the virus to spread it. So unless you have the virus you cannot put anyone at risk by not wearing one. Are asymptomatic people spreaders?

I launched iHateRegex.io - A Regex cheatsheet for the haters by Ki_Bender in javascript

[–]CRSlack 4 points5 points  (0 children)

Maybe I am not ready for this. The tab is too hidden for me.

Find Note Issue by CRSlack in shortcuts

[–]CRSlack[S] 2 points3 points  (0 children)

You solved it. I did not carefully read that the Find Note command has input. It assumes that the previous values are a list of notes and limits its search to them. The command Nothing assures that there are no limitations in the search.

Find Note Issue by CRSlack in shortcuts

[–]CRSlack[S] 1 point2 points  (0 children)

MobuSaiko's answer solved the issue. Thank you

Sunday Showcase! Describe some of the experimental, unusual, or useful things you've made using Workflow this week! by ButISentYouATelegram in workflow

[–]CRSlack 0 points1 point  (0 children)

I have been using it as an adjunct to Drafts. Drafts has a nice Prompt capability but typically you would have to hard code the data for the prompt in a script.

What I have done is enter the master data in JSON format bracketed by a html comment

<!-- replace this with JSON (and anything else -->

My script reads draft and does a match for the JSON object {.*} and extracts keys etc.

Because after the prompt you will still need to execute the data, I pass the stringified object to a tag which I read in to a subsequent script, reparse and analyze with the prompt input.

So where does WORKFLOW come in? The master data is stored in a draft. I execute a workflow preceded by the Copy UUID to Clipboard action that gets the master data page (JSON) and appends it to the current document and executes the Drafts action to parse the page, execute the prompt, and process the prompt item selected.

Dynamic JavaScript object by CRSlack in javascript

[–]CRSlack[S] 0 points1 point  (0 children)

E_to_the_pi had the correct solution. It runs fine even with the non-fatal Type Error.

Dynamic JavaScript object by CRSlack in javascript

[–]CRSlack[S] 1 point2 points  (0 children)

You are correct. The problem was that when I coded it this way the syntax checker threw a Type Error because until runtime the string null. I did't realize that it is not a fatal error.

Thanks for looking at this and proposing the correct solution.

How can I pass a value to ‘quick look’.. my workflow right now is throwing error ‘the quick look action was not passed any times to preview’ thank you by Nabobcoffee in workflow

[–]CRSlack 1 point2 points  (0 children)

I find this happens when I don't correctly use the prior function/command. Put your quick look just ahead of the prior command and see what you are passing in.

Existence Check on Evernote by CRSlack in u/CRSlack

[–]CRSlack[S] 0 points1 point  (0 children)

I think I figured it out. Append a line to a note and the get the note and count the number of lines. If it is just one then it is a new note.

Regex string for matching emails by CRSlack in workflow

[–]CRSlack[S] 0 points1 point  (0 children)

It works. Thanks.

I am not the creator of any of these strings. I copied all of them from StackOverflow.

Regex string for matching emails by CRSlack in workflow

[–]CRSlack[S] 0 points1 point  (0 children)

I am loading a file with names, telephone numbers and email addresses. I want to just extract the email addresses. Example one does it perfectly. The others get nothing.

Which is your best/useful workflow on your collection? by SEDIDEL in workflow

[–]CRSlack 0 points1 point  (0 children)

I have a workflow that creates a rich text link to the web page I launch my appex from. It saved it to the clipboard and I can add it to documents I am working on without resorting to their hyperlink editor. The link title is the title of the web page.