Compare commits
23 Commits
9e7519124a
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 773c620979 | |||
| ae2632ad50 | |||
| 41b309eaf8 | |||
| 54c9dce96a | |||
| 4c47a7b861 | |||
| 6caa584e80 | |||
| 5ddd5a5afb | |||
| 5e8e692904 | |||
| 6911fb7cb9 | |||
| f2f273d1ee | |||
| 5038fe6112 | |||
| 881cf63b1e | |||
| c2e4a10c68 | |||
| 780b4ee9bd | |||
| 7e7d1deb45 | |||
| 72e7deb551 | |||
| 2988fa9cd1 | |||
| 7097f5754c | |||
| 40e489415f | |||
| 373b1c3853 | |||
| 2c96f7a6ed | |||
| 7086c63d6a | |||
| ec042b4dd1 |
5
.obsidian/app.json
vendored
5
.obsidian/app.json
vendored
@@ -1 +1,4 @@
|
|||||||
{}
|
{
|
||||||
|
"alwaysUpdateLinks": true,
|
||||||
|
"promptDelete": false
|
||||||
|
}
|
||||||
2
.obsidian/backlink.json
vendored
2
.obsidian/backlink.json
vendored
@@ -1,3 +1,3 @@
|
|||||||
{
|
{
|
||||||
"backlinkInDocument": true
|
"backlinkInDocument": false
|
||||||
}
|
}
|
||||||
3
.obsidian/community-plugins.json
vendored
3
.obsidian/community-plugins.json
vendored
@@ -4,5 +4,6 @@
|
|||||||
"obsidian-importer",
|
"obsidian-importer",
|
||||||
"nldates-obsidian",
|
"nldates-obsidian",
|
||||||
"numerals",
|
"numerals",
|
||||||
"obsidian-read-it-later"
|
"obsidian-read-it-later",
|
||||||
|
"obsidian-tasks-plugin"
|
||||||
]
|
]
|
||||||
2
.obsidian/core-plugins.json
vendored
2
.obsidian/core-plugins.json
vendored
@@ -17,7 +17,7 @@
|
|||||||
"editor-status": true,
|
"editor-status": true,
|
||||||
"bookmarks": true,
|
"bookmarks": true,
|
||||||
"markdown-importer": false,
|
"markdown-importer": false,
|
||||||
"zk-prefixer": false,
|
"zk-prefixer": true,
|
||||||
"random-note": false,
|
"random-note": false,
|
||||||
"outline": true,
|
"outline": true,
|
||||||
"word-count": true,
|
"word-count": true,
|
||||||
|
|||||||
75
.obsidian/plugins/obsidian-tasks-plugin/data.json
vendored
Normal file
75
.obsidian/plugins/obsidian-tasks-plugin/data.json
vendored
Normal file
@@ -0,0 +1,75 @@
|
|||||||
|
{
|
||||||
|
"globalQuery": "path does not include _Templates/\ntag includes task",
|
||||||
|
"globalFilter": "",
|
||||||
|
"removeGlobalFilter": false,
|
||||||
|
"taskFormat": "tasksPluginEmoji",
|
||||||
|
"setCreatedDate": false,
|
||||||
|
"setDoneDate": true,
|
||||||
|
"setCancelledDate": true,
|
||||||
|
"autoSuggestInEditor": true,
|
||||||
|
"autoSuggestMinMatch": 0,
|
||||||
|
"autoSuggestMaxItems": 20,
|
||||||
|
"provideAccessKeys": true,
|
||||||
|
"useFilenameAsScheduledDate": false,
|
||||||
|
"filenameAsScheduledDateFormat": "",
|
||||||
|
"filenameAsDateFolders": [],
|
||||||
|
"recurrenceOnNextLine": false,
|
||||||
|
"statusSettings": {
|
||||||
|
"coreStatuses": [
|
||||||
|
{
|
||||||
|
"symbol": " ",
|
||||||
|
"name": "Todo",
|
||||||
|
"nextStatusSymbol": "x",
|
||||||
|
"availableAsCommand": true,
|
||||||
|
"type": "TODO"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"symbol": "x",
|
||||||
|
"name": "Done",
|
||||||
|
"nextStatusSymbol": " ",
|
||||||
|
"availableAsCommand": true,
|
||||||
|
"type": "DONE"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"customStatuses": [
|
||||||
|
{
|
||||||
|
"symbol": "/",
|
||||||
|
"name": "In Progress",
|
||||||
|
"nextStatusSymbol": "x",
|
||||||
|
"availableAsCommand": true,
|
||||||
|
"type": "IN_PROGRESS"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"symbol": "-",
|
||||||
|
"name": "Cancelled",
|
||||||
|
"nextStatusSymbol": " ",
|
||||||
|
"availableAsCommand": true,
|
||||||
|
"type": "CANCELLED"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"features": {
|
||||||
|
"INTERNAL_TESTING_ENABLED_BY_DEFAULT": true
|
||||||
|
},
|
||||||
|
"generalSettings": {},
|
||||||
|
"headingOpened": {
|
||||||
|
"Core Statuses": true,
|
||||||
|
"Custom Statuses": true
|
||||||
|
},
|
||||||
|
"debugSettings": {
|
||||||
|
"ignoreSortInstructions": false,
|
||||||
|
"showTaskHiddenData": false,
|
||||||
|
"recordTimings": false
|
||||||
|
},
|
||||||
|
"loggingOptions": {
|
||||||
|
"minLevels": {
|
||||||
|
"": "info",
|
||||||
|
"tasks": "info",
|
||||||
|
"tasks.Cache": "info",
|
||||||
|
"tasks.Events": "info",
|
||||||
|
"tasks.File": "info",
|
||||||
|
"tasks.Query": "info",
|
||||||
|
"tasks.Task": "info"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
412
.obsidian/plugins/obsidian-tasks-plugin/main.js
vendored
Normal file
412
.obsidian/plugins/obsidian-tasks-plugin/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
12
.obsidian/plugins/obsidian-tasks-plugin/manifest.json
vendored
Normal file
12
.obsidian/plugins/obsidian-tasks-plugin/manifest.json
vendored
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"id": "obsidian-tasks-plugin",
|
||||||
|
"name": "Tasks",
|
||||||
|
"version": "7.13.0",
|
||||||
|
"minAppVersion": "1.1.1",
|
||||||
|
"description": "Track tasks across your vault. Supports due dates, recurring tasks, done dates, sub-set of checklist items, and filtering.",
|
||||||
|
"helpUrl": "https://publish.obsidian.md/tasks/",
|
||||||
|
"author": "Clare Macrae and Ilyas Landikov (created by Martin Schenck)",
|
||||||
|
"authorUrl": "https://github.com/obsidian-tasks-group",
|
||||||
|
"fundingUrl": "https://github.com/sponsors/claremacrae",
|
||||||
|
"isDesktopOnly": false
|
||||||
|
}
|
||||||
1
.obsidian/plugins/obsidian-tasks-plugin/styles.css
vendored
Normal file
1
.obsidian/plugins/obsidian-tasks-plugin/styles.css
vendored
Normal file
File diff suppressed because one or more lines are too long
3
.obsidian/zk-prefixer.json
vendored
3
.obsidian/zk-prefixer.json
vendored
@@ -1,3 +1,4 @@
|
|||||||
{
|
{
|
||||||
"folder": "/"
|
"folder": "/",
|
||||||
|
"format": "YYYYMMDD"
|
||||||
}
|
}
|
||||||
@@ -1,4 +1,10 @@
|
|||||||
- [ ] * Speaker this Sunday – [[Nick Weaver]] * Speaker next Sunday – Steve Price * Pathways kid’s club will not meet this Wednesday evening, 11/23. Pathways kids club will resume on 11/30. * The Wednesday night prayer meeting will be Zoom only this week starting at 7:00. There will not be a prayer meeting at the chapel building.. * There will be a Christmas party at the Steve Price home on Friday, December 2 starting at 7:00. * There will be a Christmas concert and cookies outreach at the chapel on Sunday evening, December 11. Contact Travis or Joanna Robertson for details. * If you would like to review the new Anthem Song Book for possible use by the chapel, contact Ken Keane.
|
- Speaker this Sunday – [[Nick Weaver]]
|
||||||
- [ ] Men’s breakfast, doing yard cleanup too
|
- Speaker next Sunday – Steve Price
|
||||||
- [ ] Christmas program at the chapel on 18th, planning roles, I’d you know you’re not going to be here, let Anne-Marie or tisara know
|
- Pathways kid’s club will not meet this Wednesday evening, 11/23. Pathways kids club will resume on 11/30
|
||||||
- [ ] Jan 8th potluck, after will pack homeless kits, all invited to pack them and contribute, will have list of stuff you can supply
|
- Wednesday night prayer meeting will be Zoom only this week starting at 7:00. There will not be a prayer meeting at the chapel building.
|
||||||
|
- There will be a Christmas party at the Steve Price home on Friday, December 2 starting at 7:00.
|
||||||
|
- There will be a Christmas concert and cookies outreach at the chapel on Sunday evening, December 11. Contact Travis or Joanna Robertson for details.
|
||||||
|
- If you would like to review the new Anthem Song Book for possible use by the chapel, contact Ken Keane.
|
||||||
|
- Men’s breakfast, doing yard cleanup too
|
||||||
|
- Christmas program at the chapel on 18th, planning roles, I’d you know you’re not going to be here, let Anne-Marie or tisara know
|
||||||
|
- Jan 8th potluck, after will pack homeless kits, all invited to pack them and contribute, will have list of stuff you can supply
|
||||||
@@ -1,9 +1,9 @@
|
|||||||
- [ ] Kosei speaking today
|
- Kosei speaking today
|
||||||
- [ ] Alfred speaking next week
|
- Alfred speaking next week
|
||||||
- [ ] Prayer meeting Wed.@7pm, zoom only
|
- Prayer meeting Wed.@7pm, zoom only
|
||||||
- [ ] Mens business meeting, Thurs.@7pm all men welcome, zoom only
|
- Mens business meeting, Thurs.@7pm all men welcome, zoom only
|
||||||
- [ ] Calendars still available?
|
- Calendars still available?
|
||||||
- [ ] Mercy Samuel Tuesday night, leaving India
|
- Mercy Samuel Tuesday night, leaving India
|
||||||
- [ ] Milly Bouchie is 11 today
|
- Milly Bouchie is 11 today
|
||||||
- [ ] Gus and Tina expecting
|
- Gus and Tina expecting
|
||||||
- [ ] Chris and Lydia expecting
|
- Chris and Lydia expecting
|
||||||
@@ -1,3 +1,3 @@
|
|||||||
- [ ] Alfred speaking today
|
- Alfred speaking today
|
||||||
- [ ] Steve Robertson speaking next week
|
- Steve Robertson speaking next week
|
||||||
- [ ] Prayer meeting Wed.@7pm, zoom only
|
- Prayer meeting Wed.@7pm, zoom only
|
||||||
@@ -1,10 +1,10 @@
|
|||||||
- [ ] * Speaker this Sunday – Steve Price
|
- Speaker this Sunday – Steve Price
|
||||||
- [ ] * There will be a Christmas concert and cookies outreach at the chapel tonight starting at 7:00 pm. Contact Travis or Joanna Robertson for details.park in the back if you can to leave room for guests
|
- There will be a Christmas concert and cookies outreach at the chapel tonight starting at 7:00 pm. Contact Travis or Joanna Robertson for details.park in the back if you can to leave room for guests
|
||||||
- [ ] * There will not be a young people’s Bible Study tonight. The study will resume after the first of the year.
|
- There will not be a young people’s Bible Study tonight. The study will resume after the first of the year.
|
||||||
- [ ] * Pathways kid’s club will have its final meeting of the year this Wednesday starting at 5:30. Contact Grayson or Amy Price for details.
|
- Pathways kid’s club will have its final meeting of the year this Wednesday starting at 5:30. Contact Grayson or Amy Price for details.
|
||||||
- [ ] * The Wednesday night prayer meeting will be at the chapel this Wednesday starting at 7:00. It will be available over Zoom. Steve Price will speak.
|
- The Wednesday night prayer meeting will be at the chapel this Wednesday starting at 7:00. It will be available over Zoom. Steve Price will speak.
|
||||||
- [ ] * There will be a Christmas program at the chapel next Sunday morning, December 18, during the family Bible Hour time. Contact Mathew Joy or Anne-Marie Gaynier for details.
|
- There will be a Christmas program at the chapel next Sunday morning, December 18, during the family Bible Hour time. Contact Mathew Joy or Anne-Marie Gaynier for details.
|
||||||
- [ ] * A traditional potluck meal will follow the Christmas program next Sunday. Contact An Bouchie for details.
|
- A traditional potluck meal will follow the Christmas program next Sunday. Contact An Bouchie for details.
|
||||||
- [ ] * The next Discipleship Weekend will be on Saturday, January 28, with John Heller and Steve Price.
|
- The next Discipleship Weekend will be on Saturday, January 28, with John Heller and Steve Price.
|
||||||
- [ ] * If you would like to review the new Anthem Song Hymnal for possible use by the chapel, contact Ken Keane.
|
- If you would like to review the new Anthem Song Hymnal for possible use by the chapel, contact Ken Keane.
|
||||||
- [ ] * If you would be interested in serving on a chapel safety committee, contact Todd Ericson.
|
- If you would be interested in serving on a chapel safety committee, contact Todd Ericson.
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
- [ ] The speaker for today is Steve Price.
|
- The speaker for today is Steve Price.
|
||||||
- [ ] The speaker next Sunday will be Steve Price.
|
- The speaker next Sunday will be Steve Price.
|
||||||
- [ ] The weekly prayer meeting will be at the chapel this Wednesday starting at 7:00. It will be available over Zoom.
|
- The weekly prayer meeting will be at the chapel this Wednesday starting at 7:00. It will be available over Zoom.
|
||||||
- [ ] Steve Robertson's Memorial Service will be held at the chapel next Sunday, December 31st, at 1:30, after a potluck lunch. There will be a dessert buffet after the service. Sign-up sheet for potluck is on the back door.
|
- Steve Robertson's Memorial Service will be held at the chapel next Sunday, December 31st, at 1:30, after a potluck lunch. There will be a dessert buffet after the service. Sign-up sheet for potluck is on the back door.
|
||||||
- [ ] Discipleship weekend with John Heller will be Saturday, Jan 27.
|
- Discipleship weekend with John Heller will be Saturday, Jan 27.
|
||||||
- [ ] The chapel will host a spring conference with David Dunlap, March 12-17 (Wed-Sun). Details later.
|
- The chapel will host a spring conference with David Dunlap, March 12-17 (Wed-Sun). Details later.
|
||||||
- [ ] Middle school and 1st & 2nd grade will be upstairs
|
- Middle school and 1st & 2nd grade will be upstairs
|
||||||
- [ ] Calendars in the back
|
- Calendars in the back
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
- [ ] Steve Robertson speaks today.
|
- Steve Robertson speaks today.
|
||||||
- [ ] John Heller speaks next Sunday.
|
- John Heller speaks next Sunday.
|
||||||
- [ ] Prayer meeting, Wed. @ 7:00 and is Zoom only.
|
- Prayer meeting, Wed. @ 7:00 and is Zoom only.
|
||||||
- [ ] Weekly meetings for Junior High and Senior High will start on Friday, February 5 at 7:00. The meetings will be over Zoom. Contact Todd Ericson or Kevin Hoesch for details. More information will be sent out later.
|
- Weekly meetings for Junior High and Senior High will start on Friday, February 5 at 7:00. The meetings will be over Zoom. Contact Todd Ericson or Kevin Hoesch for details. More information will be sent out later.
|
||||||
- [ ] Travis and Joanna engaged and wedding on 4/3/21
|
- Travis and Joanna engaged and wedding on 4/3/21
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
- [ ] John Heller will be the speaker tomorrow.
|
- John Heller will be the speaker tomorrow.
|
||||||
- [ ] [[Nick Weaver]] will speak next Sunday.
|
- [[Nick Weaver]] will speak next Sunday.
|
||||||
- [ ] The Wednesday evening prayer meeting will start at 7:00, Zoom only.
|
- The Wednesday evening prayer meeting will start at 7:00, Zoom only.
|
||||||
- [ ] The weekly junior high and high school "Sunday School" will meet over Zoom starting at 8:00 pm this Friday. Contact Todd Ericson or Kevin Hoesch for details.
|
- The weekly junior high and high school "Sunday School" will meet over Zoom starting at 8:00 pm this Friday. Contact Todd Ericson or Kevin Hoesch for details.
|
||||||
Sat. 9pm Wendy schultz, ladies' meeting
|
- Sat. 9pm Wendy schultz, ladies' meeting
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
- [ ] Sam Pinto speaking this week
|
- Sam Pinto speaking this week
|
||||||
- [ ] Prayer meeting, no in person meeting
|
- Prayer meeting, no in person meeting
|
||||||
- [ ] Kosei Miwata speaking next week
|
- Kosei Miwata speaking next week
|
||||||
- [ ] Calendars available at the back of the chapel
|
- Calendars available at the back of the chapel
|
||||||
- [ ] Travis and Joanna engaged
|
- Travis and Joanna engaged
|
||||||
- [ ] Bridal shower on sat. 1/9 for Caroline Stange
|
- Bridal shower on sat. 1/9 for Caroline Stange
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
- [ ] The speaker this Sunday is Mark Lightfoot. Because of travel road conditions he will be joining us today by Zoom.
|
- The speaker this Sunday is Mark Lightfoot. Because of travel road conditions he will be joining us today by Zoom.
|
||||||
- [ ] The speaker next Sunday will be Ben Ramey.
|
- The speaker next Sunday will be Ben Ramey.
|
||||||
- [ ] The young people's Bible study will continue this Sunday evening starting at 6:45. It will be at Steve and Janet Price's house.
|
- The young people's Bible study will continue this Sunday evening starting at 6:45. It will be at Steve and Janet Price's house.
|
||||||
- [ ] The Wednesday prayer meeting this week will start at 7:00. Zoom only.
|
- The Wednesday prayer meeting this week will start at 7:00. Zoom only.
|
||||||
- [ ] The Jr/Sr High Sunday School meeting will be on Friday starting at 8:pm. Zoom only.
|
- The Jr/Sr High Sunday School meeting will be on Friday starting at 8:pm. Zoom only.
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
- [ ] The speaker this Sunday is Steve Price.
|
- The speaker this Sunday is Steve Price.
|
||||||
- [ ] Next Sunday the speaker will be Sam Pinto.
|
- Next Sunday the speaker will be Sam Pinto.
|
||||||
- [ ] The Young People's Bible Study will be tonight at the Steve Price home starting at 6:45. It will be available over Zoom.
|
- The Young People's Bible Study will be tonight at the Steve Price home starting at 6:45. It will be available over Zoom.
|
||||||
- [ ] The Wednesday evening prayer meeting at the chapel will start at 7:00. The speaker will be Kent Schafer from Mozambique. Nate Bramsen will also be at the meeting.The meeting will also be available over Zoom.
|
- The Wednesday evening prayer meeting at the chapel will start at 7:00. The speaker will be Kent Schafer from Mozambique. Nate Bramsen will also be at the meeting.The meeting will also be available over Zoom.
|
||||||
- [ ] The Jr/Sr High Sunday School class will be on Friday starting at 8:00 over Zoom.
|
- The Jr/Sr High Sunday School class will be on Friday starting at 8:00 over Zoom.
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
- [ ] The speaker this Sunday will be [[Nick Weaver]].
|
- The speaker this Sunday will be [[Nick Weaver]].
|
||||||
- [ ] The speaker next Sunday will be Mark Lightfoot.
|
- The speaker next Sunday will be Mark Lightfoot.
|
||||||
- [ ] The Wednesday evening prayer meeting will start at 7:00. Zoom only.
|
- The Wednesday evening prayer meeting will start at 7:00. Zoom only.
|
||||||
- [ ] There will be a men's meeting Thursday evening starting at 7:00. Zoom only.
|
- There will be a men's meeting Thursday evening starting at 7:00. Zoom only.
|
||||||
- [ ] The Jr & Sr high Sunday school meeting will be Friday evening starting at 8:00. Zoom only.
|
- The Jr & Sr high Sunday school meeting will be Friday evening starting at 8:00. Zoom only.
|
||||||
- [ ] Young people's Bible study next Sunday, tbd location
|
- Young people's Bible study next Sunday, tbd location
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
- [ ] Stuff from Jerry Simmons downstairs
|
- Stuff from Jerry Simmons downstairs
|
||||||
- [ ] The speaker this Sunday is Ben Ramey.
|
- The speaker this Sunday is Ben Ramey.
|
||||||
- [ ] The speaker next Sunday will be Steve Price.
|
- The speaker next Sunday will be Steve Price.
|
||||||
- [ ] The chapel WILL be open this Wednesday for the prayer meeting starting at 7:00.
|
- The chapel WILL be open this Wednesday for the prayer meeting starting at 7:00.
|
||||||
- [ ] The young people's Bible study will continue this evening. 6:45pm at Thomas and Jackie's
|
- The young people's Bible study will continue this evening. 6:45pm at Thomas and Jackie's
|
||||||
- [ ] The Jr/Sr High Sunday school meeting will be this Friday starting at 8:00. Zoom only.
|
- The Jr/Sr High Sunday school meeting will be this Friday starting at 8:00. Zoom only.
|
||||||
- [ ] The Midwest Shepherds Conference will be this Saturday at the Lawrence Bible Chapel starting at 9:00.
|
- The Midwest Shepherds Conference will be this Saturday at the Lawrence Bible Chapel starting at 9:00.
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
- [ ] The speaker for today is Steve Price
|
|
||||||
- [ ] The speaker for next Sunday will be Steve Price.
|
|
||||||
- [ ] The Christmas Cookie Concert will be held at the chapel tonight starting at 7:00. All are invited. Contact Ken Keane for details. Luanne needs help downstairs after meeting to get ready for concert
|
|
||||||
- [ ] Pathways will meet this Wednesday starting at 5:30. Contact Grayson or Amy Price for details. Christmas store is week after Wednesday. Still taking donations. Could use wrapping volunteers.
|
|
||||||
- [ ] The weekly prayer meeting will be at the chapel this Wednesday starting at 7:00. It will be available over Zoom.
|
|
||||||
- [ ] The annual Christmas gathering will be at Steve and Janet Price’s house next Friday, December 8, starting at 7:00. All are invited.
|
|
||||||
@@ -1,12 +1,12 @@
|
|||||||
- [ ] The speaker for today is Ben Ramey
|
- The speaker for today is Ben Ramey
|
||||||
- [ ] The speaker for next Sunday will be Charlie Fizer.
|
- The speaker for next Sunday will be Charlie Fizer.
|
||||||
- [ ] The young people’s Bible study will meet this evening at 6:45, location to be announced.
|
- The young people’s Bible study will meet this evening at 6:45, location to be announced.
|
||||||
- [ ] Pathways will meet this Wednesday starting at 5:30. Contact Grayson or Amy Price for details.
|
- Pathways will meet this Wednesday starting at 5:30. Contact Grayson or Amy Price for details.
|
||||||
- [ ] The weekly prayer meeting will be at the chapel this Wednesday starting at 7:00. It will be available over Zoom.
|
- The weekly prayer meeting will be at the chapel this Wednesday starting at 7:00. It will be available over Zoom.
|
||||||
- [ ] There will be a baby shower at the chapel for Maggie Weaver this Thursday evening starting at 6:15. Contact Jackie Price or Amy Price for details.
|
- There will be a baby shower at the chapel for Maggie Weaver this Thursday evening starting at 6:15. Contact Jackie Price or Amy Price for details.
|
||||||
- [ ] There will be a men’s meeting this Thursday evening starting at 7:00. Zoom only.
|
- There will be a men’s meeting this Thursday evening starting at 7:00. Zoom only.
|
||||||
- [ ] There will be a bonfire at the chapel this Friday evening. Details to be announced. 6-9 pm, we know about the conference
|
- There will be a bonfire at the chapel this Friday evening. Details to be announced. 6-9 pm, we know about the conference
|
||||||
- [ ] There will be a traditional chapel potluck meal next Sunday, November 12, following the Family Bible Hour.
|
- There will be a traditional chapel potluck meal next Sunday, November 12, following the Family Bible Hour.
|
||||||
- [ ] Friday youth night in Lawrence, Bouchie’s taking people, Scott DeGroff speaking
|
- Friday youth night in Lawrence, Bouchie’s taking people, Scott DeGroff speaking
|
||||||
- [ ] Welcome Gilberto and Alicia Torrens from chihuahua, MX, speaking at Spanish meeting this afternoon
|
- Welcome Gilberto and Alicia Torrens from chihuahua, MX, speaking at Spanish meeting this afternoon
|
||||||
- [ ] Read letter from Sam
|
- Read letter from Sam
|
||||||
6
Church/Announcements/Chapel announcements 1232023.md
Normal file
6
Church/Announcements/Chapel announcements 1232023.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
- The speaker for today is Steve Price
|
||||||
|
- The speaker for next Sunday will be Steve Price.
|
||||||
|
- The Christmas Cookie Concert will be held at the chapel tonight starting at 7:00. All are invited. Contact Ken Keane for details. Luanne needs help downstairs after meeting to get ready for concert
|
||||||
|
- Pathways will meet this Wednesday starting at 5:30. Contact Grayson or Amy Price for details. Christmas store is week after Wednesday. Still taking donations. Could use wrapping volunteers.
|
||||||
|
- The weekly prayer meeting will be at the chapel this Wednesday starting at 7:00. It will be available over Zoom.
|
||||||
|
- The annual Christmas gathering will be at Steve and Janet Price’s house next Friday, December 8, starting at 7:00. All are invited.
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
1. Speaker this Sunday – Kevin Hoesch
|
- Speaker this Sunday – Kevin Hoesch
|
||||||
2. Speaker next Sunday – Ben Ramey
|
- Speaker next Sunday – Ben Ramey
|
||||||
3. A Vacation Bible School will be held at the chapel July 11-15. 5-7pm Contact Grayson or Amy Price for details. Register your kids. After meeting today, all teachers see Amy to check in. Potluck at chapel on Wednesday, chapel provide hotdogs. Thanks to all offering meals for the week, no more needed.
|
- A Vacation Bible School will be held at the chapel July 11-15. 5-7pm Contact Grayson or Amy Price for details. Register your kids. After meeting today, all teachers see Amy to check in. Potluck at chapel on Wednesday, chapel provide hotdogs. Thanks to all offering meals for the week, no more needed.
|
||||||
4. The Wednesday night prayer meeting will be over ZOOM ONLY starting at 7:00. It will NOT be at the chapel this week because of Vacation Bible School.
|
- The Wednesday night prayer meeting will be over ZOOM ONLY starting at 7:00. It will NOT be at the chapel this week because of Vacation Bible School.
|
||||||
5. This month’s men’s business meeting will be held on Thursday, July 21, starting at 7:00 pm. It will NOT be on this Thursday, July 14, as stated in the bulletin. The men’s meeting is on Zoom only.
|
- This month’s men’s business meeting will be held on Thursday, July 21, starting at 7:00 pm. It will NOT be on this Thursday, July 14, as stated in the bulletin. The men’s meeting is on Zoom only.
|
||||||
6. There will be a women's Brunch & Blooms on Saturday, July 16, starting at 9:30 am. sign up sheet in back for brining stuff
|
- There will be a women's Brunch & Blooms on Saturday, July 16, starting at 9:30 am. sign up sheet in back for brining stuff
|
||||||
7. Ken and Luanne 46th wedding anniversary today
|
- Ken and Luanne 46th wedding anniversary today
|
||||||
8. Letter from Sam
|
- Letter from Sam
|
||||||
38
Daily Notes/2024/11/2024-11-13 (Wednesday).md
Normal file
38
Daily Notes/2024/11/2024-11-13 (Wednesday).md
Normal file
@@ -0,0 +1,38 @@
|
|||||||
|
# Dentist Appointment
|
||||||
|
Gideon needs to work on brushing a little better.
|
||||||
|
|
||||||
|
Gideon and Ethan both should floss more, Grace bought some flossers for them already.
|
||||||
|
|
||||||
|
All the boys did very well and were complemented on behaving so well!
|
||||||
|
|
||||||
|
No one had any cavities.
|
||||||
|
|
||||||
|
I need to floss better, especially my back teeth.
|
||||||
|
|
||||||
|
Our next appointment is [[2025-05-19 (Monday)]]
|
||||||
|
|
||||||
|
#dentist #appointment
|
||||||
|
|
||||||
|
# Work
|
||||||
|
Start time 10:31
|
||||||
|
Started late today because we had a dentist appointment
|
||||||
|
## Edgar 1:1
|
||||||
|
Feeling good about on-call and sprint balance.
|
||||||
|
## Mitch 1:1
|
||||||
|
Encouraged him to read programming books (Clean Code, The Pragmatic Programmer) to expose him to broader thinking about programming, styles, architecture, etc.
|
||||||
|
## Nolan 1:1
|
||||||
|
Learned a lot about doing some site settings/theme settings work he's done lately.
|
||||||
|
Nothing more to say from launch, just want to fix the haproxy issues we had.
|
||||||
|
## Old To-dos
|
||||||
|
```tasks
|
||||||
|
tag includes work
|
||||||
|
not done
|
||||||
|
created before today
|
||||||
|
```
|
||||||
|
## New To-dos
|
||||||
|
- [ ] [[Finish Skeletor asynification]] #task #work
|
||||||
|
- [ ] Search for specific causes of bad site performance on 11/1 FBOTM day [https://faithlife.slack.com/archives/C03R1MQSR51/p1730821466045049?thread_ts=1730477236.809519&cid=C03R1MQSR51](https://faithlife.slack.com/archives/C03R1MQSR51/p1730821466045049?thread_ts=1730477236.809519&cid=C03R1MQSR51) #task #work
|
||||||
|
- [ ] Write up post-mortem doc for Nov 1 #task #work
|
||||||
|
## Summary
|
||||||
|
|
||||||
|
|
||||||
14
Daily Notes/2024/11/2024-11-14 (Thursday).md
Normal file
14
Daily Notes/2024/11/2024-11-14 (Thursday).md
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
# Work
|
||||||
|
Start time: 09:29
|
||||||
|
|
||||||
|
## Old To-do
|
||||||
|
```tasks
|
||||||
|
tag includes work
|
||||||
|
created before today
|
||||||
|
not done
|
||||||
|
```
|
||||||
|
## New To-Dos
|
||||||
|
- [ ] Write script to scale up skeletor, products api, orders api and subscriptions api📅2024-11-21 #task #work
|
||||||
|
- [ ]
|
||||||
|
|
||||||
|
## Summary
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
- [ ] Water tomatoes and garden
|
|
||||||
- [ ] Feed bunnies
|
|
||||||
- [ ] Throw boys laundry in
|
|
||||||
- [ ] Wash Grace’s sweatpants
|
|
||||||
- [ ] Bring Grace’s sandals
|
|
||||||
- [x] Get packages
|
|
||||||
@@ -5,7 +5,7 @@
|
|||||||
- [x] granola bars
|
- [x] granola bars
|
||||||
- [x] Cheerios (regular)
|
- [x] Cheerios (regular)
|
||||||
- [x] Milk (2 gal)
|
- [x] Milk (2 gal)
|
||||||
- [ ] Waffles
|
- [ ] Waffles
|
||||||
- [x] Cheese sticks
|
- [x] Cheese sticks
|
||||||
- [x] Shredded cheese
|
- [x] Shredded cheese
|
||||||
- [x] Freezies
|
- [x] Freezies
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
- [ ] Kids smarty pants vitamins
|
- [ ] Kids smarty pants vitamins
|
||||||
- [x] Shampoo
|
- [x] Shampoo
|
||||||
- [x] Size 4 diapers
|
- [x] Size 4 diapers
|
||||||
- [x] Overnight pull ups
|
- [x] Overnight pull ups
|
||||||
|
|||||||
1
Task Lists/Personal Tasks.md
Normal file
1
Task Lists/Personal Tasks.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
- [ ] Send all Galatians message notes to Holly Robertson #task
|
||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Luke and Josh are talking about AcademicDesk housing academic subscriptions data. This is news to me. Is the Academic team planning on their own subscriptions engine?
|
Luke and Josh are talking about AcademicDesk housing academic subscriptions data. This is news to me. Is the Academic team planning on their own subscriptions engine?
|
||||||
|
|
||||||
- [x] Verify that this is _not_ the case and that they are using vanilla subscriptions API engine stuff
|
- [x] Verify that this is _not_ the case and that they are using vanilla subscriptions API engine stuff
|
||||||
Randall confirmed that they're not doing _anything_ with subscriptions at the moment. It's all bulk licenses.
|
Randall confirmed that they're not doing _anything_ with subscriptions at the moment. It's all bulk licenses.
|
||||||
|
|
||||||
Luke showed me what he's working on Salesforce:
|
Luke showed me what he's working on Salesforce:
|
||||||
@@ -16,7 +16,7 @@ Request from Justin Ullestad: https://docs.google.com/document/d/14WEYQO0QW7PuIu
|
|||||||
|
|
||||||
These questions are irrelevant because they're not using subscriptions for any kind of academic licensing.
|
These questions are irrelevant because they're not using subscriptions for any kind of academic licensing.
|
||||||
~~For this to work, it looks like we need:~~
|
~~For this to work, it looks like we need:~~
|
||||||
- [ ] ~~Are group subscriptions integrating to Salesforce?~~
|
- ~~Are group subscriptions integrating to Salesforce?~~
|
||||||
- [ ] ~~If so, is the group ID being populated on subscriptions?~~
|
- ~~If so, is the group ID being populated on subscriptions?~~
|
||||||
|
|
||||||
[[Enterprise subscriptions meeting]] - see notes there. The academic team has been tasked with using subscriptions for their bulk license distribution--this would enable students and church members to upgrade and continue subscriptions beyond/outside their church or school providing it. The minimize work and changes in the commerce engine, the current plan is to continue to use bulk licensing (not subscription-based) for academic license distribution. But, we don't integrate this kind of thing into Salesforce.
|
[[Enterprise subscriptions meeting]] - see notes there. The academic team has been tasked with using subscriptions for their bulk license distribution--this would enable students and church members to upgrade and continue subscriptions beyond/outside their church or school providing it. The minimize work and changes in the commerce engine, the current plan is to continue to use bulk licensing (not subscription-based) for academic license distribution. But, we don't integrate this kind of thing into Salesforce.
|
||||||
3
Work/Finish Skeletor asynification.md
Normal file
3
Work/Finish Skeletor asynification.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
Review all uses of `Url` and `HttpContext` to make sure they are not used after we do `ConfigureAwait(false)` (like in private controller methods).
|
||||||
|
|
||||||
|
Review all `HttpContext.Current` usage to replace with passed-in `HttpContextBase` parameters.
|
||||||
@@ -1,37 +1,37 @@
|
|||||||
Positives:
|
Positives:
|
||||||
- [ ] Speaks excellent English
|
- Speaks excellent English
|
||||||
- [ ] Obviously very familiar with Visual Studio, used short cuts like autocompleting property definitions
|
- Obviously very familiar with Visual Studio, used short cuts like autocompleting property definitions
|
||||||
- [ ] Seems very calm and worked immediately, very straightforwardly
|
- Seems very calm and worked immediately, very straightforwardly
|
||||||
- [ ] Created well-defined methods on `Board` to facilitate various functions like "reveal box" and "flag box"
|
- Created well-defined methods on `Board` to facilitate various functions like "reveal box" and "flag box"
|
||||||
- [ ] Able to talk through his work well, explaining as he went along
|
- Able to talk through his work well, explaining as he went along
|
||||||
- [ ] Used a nested loop and `Math.Max` and `Math.Min` to reveal box around the revealed box
|
- Used a nested loop and `Math.Max` and `Math.Min` to reveal box around the revealed box
|
||||||
- [ ] A user-facing thoughtful thing: he cleared the console at the top of each input loop
|
- A user-facing thoughtful thing: he cleared the console at the top of each input loop
|
||||||
- [ ] Used `StringBuilder` to render the board output, but decided against it later
|
- Used `StringBuilder` to render the board output, but decided against it later
|
||||||
- [ ] Used string interpolation (newish C# capability) to render mine box content
|
- Used string interpolation (newish C# capability) to render mine box content
|
||||||
- [ ] Excellent output message to user to give clear instructions on commands to input
|
- Excellent output message to user to give clear instructions on commands to input
|
||||||
- [ ] Showed familiarity with debugging
|
- Showed familiarity with debugging
|
||||||
- [ ] Abstracted the PrintGrid functionality to a method to be able to call it multiple times
|
- Abstracted the PrintGrid functionality to a method to be able to call it multiple times
|
||||||
- [ ] Considered the user not knowing the array was 0-based
|
- Considered the user not knowing the array was 0-based
|
||||||
|
|
||||||
Concerns:
|
Concerns:
|
||||||
- [ ] Didn't appear to come super prepared with the solution in mind
|
- Didn't appear to come super prepared with the solution in mind
|
||||||
- [ ] I'm not 100% certain he read the specification in detail, but relied on his memory of how minesweeper worked
|
- I'm not 100% certain he read the specification in detail, but relied on his memory of how minesweeper worked
|
||||||
- [ ] Very minor: used different terms for the same thing `bombFound` but `MineBox`
|
- Very minor: used different terms for the same thing `bombFound` but `MineBox`
|
||||||
|
|
||||||
Other comments:
|
Other comments:
|
||||||
- [ ] Created class for `MineBox` and `Board`
|
- Created class for `MineBox` and `Board`
|
||||||
- [ ] Used multi-dimensional array of `MineBox`es in `Board`
|
- Used multi-dimensional array of `MineBox`es in `Board`
|
||||||
- [ ] Used `Random` to set mines randomly around the board
|
- Used `Random` to set mines randomly around the board
|
||||||
- [ ] Used a while loop in Program until `bool gameEnded` was reached
|
- Used a while loop in Program until `bool gameEnded` was reached
|
||||||
- [ ] Used `Convert.ToInt32` instead of `int.Parse` to get coordinates from console input line
|
- Used `Convert.ToInt32` instead of `int.Parse` to get coordinates from console input line
|
||||||
- [ ] Ran into issues looping and redisplaying the board
|
- Ran into issues looping and redisplaying the board
|
||||||
|
|
||||||
Questions to ask:
|
Questions to ask:
|
||||||
- [ ] What could you do to take your game logic and render it any way you wanted to (console, HTML, graphical...)
|
- What could you do to take your game logic and render it any way you wanted to (console, HTML, graphical...)
|
||||||
Could do a virtual method on `Board` to allow clients to override it to render the board
|
- Could do a virtual method on `Board` to allow clients to override it to render the board
|
||||||
- [ ] Why did you choose to have Program.cs "own" the rendering of the board instead of Board?
|
- Why did you choose to have Program.cs "own" the rendering of the board instead of Board?
|
||||||
- [ ] Could you have Board "own" the rendering without it knowing exactly what it's renderings (strings, icons, HTML elements, etc)?
|
- Could you have Board "own" the rendering without it knowing exactly what it's renderings (strings, icons, HTML elements, etc)?
|
||||||
- [ ] Explain your choice to use `Convert.Int32`?
|
- Explain your choice to use `Convert.Int32`?
|
||||||
- [ ] You loop over the entire board or parts of the board (nested loops) a couple of times. How could you abstract that logic while still using it for different purposes?
|
- You loop over the entire board or parts of the board (nested loops) a couple of times. How could you abstract that logic while still using it for different purposes?
|
||||||
Would have to iterate the board each time. When I explained
|
- Would have to iterate the board each time. When I explained
|
||||||
- [ ] Could you abstract the Game logic to untie it from the rendering and board?
|
- Could you abstract the Game logic to untie it from the rendering and board?
|
||||||
@@ -1,4 +1,12 @@
|
|||||||
# To-dos
|
# Work
|
||||||
- [ ]
|
Start time:
|
||||||
|
|
||||||
# Summary
|
## Old To-do
|
||||||
|
```tasks
|
||||||
|
tag includes work
|
||||||
|
not done
|
||||||
|
created before today
|
||||||
|
```
|
||||||
|
## New To-Dos
|
||||||
|
|
||||||
|
## Summary
|
||||||
|
|||||||
Reference in New Issue
Block a user