Patrick Connolly

Results 245 issues of Patrick Connolly

For people to sync into gcal. Possible scopes: * all * per-committee * arbitrarily filtered? Sub-features: * helpful links to event pages Yay? Nay? Thoughts? :)

I was aware of the hypothes.is project, and was keeping an eye on it for later use with legislation. Recently, I came across an [annotated transit plan](http://app.toronto.ca/tmmis/viewAgendaItemHistory.do?item=2016.EX19.1) using @Genius [embeds](http://genius.com/Embed-genius-how-to-embed-text-and-annotations-annotated),...

Related to this line: https://github.com/datamade/django-councilmatic/blob/master/councilmatic_core/templates/partials/map.html#L140 Couple things that lead to unexpected behaviour: - If a ward is named something like "Trinity-Spadina (19)", then the parentheses must be escaped with a...

Ref: https://github.com/datamade/django-councilmatic/blob/master/councilmatic_core/management/commands/loaddata.py#L744-L751 Any suggestions on how best to remove this? Should I remove wholesale, or hide it behind some logic where we check if the url is legistar? I believe...

This is the one I've always leaned on: https://cookiecutter.readthedocs.io/en/latest/ I wonder whether `build-a-space` could simply be pointed to one of [many cookiecutter template repos](https://github.com/topics/cookiecutter-template), and apply the results via PR......

I came across this and thought of you! Might help ensure your work doesn't break, since this is maintained by airtable themselves for visualizing the schema in a block: https://github.com/Airtable/apps-base-schema/blob/17b594aa0c3ed047b2f5d23ad7d1699ca025cf23/frontend/parseSchema.js...

Reticketed from https://github.com/ossobv/slackbridge/issues/10#issuecomment-317416030 (I had related questions) Curious your thoughts on this! Do you think that goal (simpler config) might involve web api anyhow? the thinking being that config could...

The Slack Web API _does_ allow apps to write messages as_user, but it's a little tricky: https://codexample.org/questions/417349/is-it-possible-to-post-to-chat-postmessage-as-any-user-in-a-slack-team.c#answer-880240 Using Web API would allow: - Sending reactions across bridge (would require asking...

Realized mail is being sent via smtplib, which won't work on heroku

Thoughts? I'm thinking it might make more sense not to tie the commands to a specific service, again, so that the service can be swapped out without disrupting the expectations...