Re: Docusign documents failing to parse in secretary workbench

2022-05-13 Thread Roy T. Fielding
> On May 13, 2022, at 3:54 PM, sebb wrote: > > On Fri, 13 May 2022 at 22:49, Craig Russell wrote: >> >> Hi, >> >> We have a number of documents awaiting processing and all from docusign are >> failing to parse the pdf. I have no skills to figure out why. > > The PDF parser cannot cope with t

Re: Testing secretary workbench

2021-08-02 Thread Roy T. Fielding
On Aug 1, 2021, at 4:47 PM, Sam Ruby wrote: > My experience is that reinstalling xcode-select is sometimes > necessary, but solves the problem. Unfortunately, this hasn't worked > for you. I had to do that recently as well in order to get brew upgrade to work for some installs. I think one of t

Re: Trademarks check on website

2021-04-28 Thread Roy T. Fielding
> On Apr 28, 2021, at 3:59 PM, Mayank Shrivastava wrote: > > Hello, > Our website for Apache Pinot project is not > passing the Trademarks check. As per the instructions we tried several > variations of the trademark texts from projects that have this test passing > (i

Re: Reboot needed ...

2021-03-29 Thread Roy T. Fielding
+1. It's better to reboot it now than in April. Just a couple days of quiet left. Roy > On Mar 29, 2021, at 2:46 AM, sebb wrote: > > ... according to the welcome message. > > Any objections to doing so? > > Sebb.

Re: Error: board: r101620 - in /foundation/board: board_agenda_2021_04_21.txt current.txt

2021-03-18 Thread Roy T. Fielding
Hmm, it works for me (before and after your message). Roy > On Mar 18, 2021, at 5:47 PM, Craig Russell wrote: > > I opened the April agenda and navigated to the Minutes section and got an > exception. > > I'd copy and paste it here but it seems the error dialog doesn't allow copy. > > So

[jira] [Commented] (WHIMSY-348) Alter what proxies are listed, that are assigned to "you"

2021-03-01 Thread Roy T. Fielding (Jira)
[ https://issues.apache.org/jira/browse/WHIMSY-348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17293124#comment-17293124 ] Roy T. Fielding commented on WHIMSY-348: I have updated the template for

[jira] [Commented] (WHIMSY-348) Alter what proxies are listed, that are assigned to "you"

2021-02-19 Thread Roy T. Fielding (Jira)
[ https://issues.apache.org/jira/browse/WHIMSY-348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17287303#comment-17287303 ] Roy T. Fielding commented on WHIMSY-348: Oh, right, that's based on the

[jira] [Commented] (WHIMSY-348) Alter what proxies are listed, that are assigned to "you"

2021-02-19 Thread Roy T. Fielding (Jira)
[ https://issues.apache.org/jira/browse/WHIMSY-348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17287216#comment-17287216 ] Roy T. Fielding commented on WHIMSY-348: I can't see the form anymore

do we need to work around title changes in agenda?

2021-02-18 Thread Roy T. Fielding
I just generated the agenda for next month's board meeting and realized that the Chairman and Vice Chairman titles will soon be changed to Board Chair and Vice Chair, respectively. Does anyone know if that will break anything in the agenda code? Will we be able to connect the titles so that "Past

Re: Bug in secretary workbench

2021-02-10 Thread Roy T. Fielding
Wow, Apple Mail really messed that up by adding mailto links everywhere. What I meant was you should also note that \w excludes hyphen and ".", so apache@apache.org will not match regardless. You need [\w\+\=\.\-]+@apache.org (or something), or just check the end with /\@apache\

Re: Bug in secretary workbench

2021-02-10 Thread Roy T. Fielding
Just a guess, but the =~ operator in Ruby returns either the index inside the string where the match is found or nil, depending on the context. You might want to try _warn "Invalid From address #{@from}" if @from !~ /\A("?[\s\w]+"?\s+<)?\w+@apache\.org>?\z/ but you should also note that \w excl

Re: Error converting jpg to pdf

2021-02-01 Thread Roy T. Fielding
> On Feb 1, 2021, at 9:51 AM, Craig Russell wrote: > > For me, the reason to collect PII and sign the PDF is to convince ourselves > independent of anyone else that there is a real human being on the other end > of that keyboard. With legal rights that can be granted to Apache. Umm, neither is

Re: agenda new is broken

2020-12-18 Thread Roy T. Fielding
> On Dec 18, 2020, at 5:46 PM, Sam Ruby wrote: > > Symptom: > > App 3560669 output: 2020-12-19 01:25:01 - NoMethodError - undefined > method `utc_to_local_returns_utc_offset_times' for > ActiveSupport:Module: > App 3560669 output: > /var/lib/gems/2.7.0/gems/activesupport-6.1.0/lib/active_support

Re: agenda websocket seems to be down

2020-10-19 Thread Roy T. Fielding
> On Oct 3, 2020, at 7:20 AM, Sam Ruby wrote: > > This is unrelated to the problem I was seeing (the websocket server > was failing). > > The message in the error log: > > [Sat Oct 03 13:52:54.956298 2020] [proxy:error] [pid 1042:tid > 140478557177600] [client 71.204.185.91:59703] AH00898: Erro

Re: agenda websocket seems to be down

2020-10-06 Thread Roy T. Fielding
> On Oct 6, 2020, at 4:31 AM, sebb wrote: > > Apart from a lack of console messages, how can one check if the socket > is working properly? Maybe try something that fills in a form, like sending reminders. You can cancel it after the form is filled, but the filling seems to be done via websocket

agenda websocket seems to be down

2020-10-02 Thread Roy T. Fielding
I was going to send out reminders under "missing" but the agenda won't fill the email form after clicking on "send initial reminders". My web console shows 500 errors every few minutes GET wss://whimsy.apache.org/board/agenda/websocket/[HTTP/1.1 500 Internal Server Error 763ms] GET wss://w

Re: Migration to whimsy6 - is now a good time?

2020-09-18 Thread Roy T. Fielding
+1. I am pretty sure that I won't need it until Oct 1 and the October meeting is later than usual. Go for it. Roy > On Sep 18, 2020, at 11:09 AM, Matt Sicker wrote: > > I'll be away for another week (going on an RV trip probably to the > east next week), so that's alright with me. > > On F

Re: New project resolution template

2020-09-16 Thread Roy T. Fielding
Right, though the exact punctuation doesn't really matter. The best non-ASF examples I have are in the document at https://www.publiccounsel.org/tools/publications/files/0255.pdf

Re: Board agenda broken, "ensure" keyword error

2020-06-11 Thread Roy T. Fielding
> On Jun 11, 2020, at 8:39 AM, Bertrand Delacretaz > wrote: > > Hi, > > https://whimsy.apache.org/board/agenda/ displays this error message: > > /x1/srv/whimsy/www/board/agenda/models/agenda.rb:216: syntax error, > unexpected keyword_ensure, expecting keyword_end > ensure > > I see there w