Jonathan Zacsh
Jonathan Zacsh
**tl;dr** can I chnage bats, per the below note[1]? I was a bit confused that some failure-checking I placed atop a `.bats` file was executing once-per `@test`, as I expected...
**tl;dr** user-input shouldn't cause crash, it should be reject (or a graceful way out should be offered, if it's not rejected). warning: I'm not sure where this issue should live...
techdebt: rm deprecated `IdempotentImportExecutorHelper` per #1107 per that PR, it's deprecated, but the details on fully cleaning up are not yet worked out. For now this is a placeholder TODO.
unlike #1104 I think this set of failures isn't actually my fault but is a real bug. the problem is there's a lack of test double being put in place...
builds atop #1099 to try to cleanup our site's generation so updating is a bit easier to understand without making mistakes (like, eg, deleting the site).
for context, see the TODO on lines of `extensions/data-transfer/portability-data-transfer-microsoft/src/main/java/org/datatransferproject/transfer/microsoft/MicrosoftTransferExtension.java` in https://github.com/google/data-transfer-project/pull/1062/files inlined below: ```java // TODO(jzacsh,wmorland) don't keep adding here - just have the converters invoked automatically // when Media...
see #1058 for context task: - [ ] add new test coverage for the video logic in MediaContainerResource
here's a copy/pasted stacktrace from my js console: stacktrace from TypeError in `ImportDialog.tsx:85` ``` ImportDialog.tsx:85 TypeError: Cannot read property 'parent' of null at e.addSubcomponent (ical.js:2610) at Object.updateTimezones (ical.js:94) at n.value...
(WIP) things I think would be helpful to cover: 1. [x] call out [`yarn add expo` that tasn explained](https://github.com/etesync/etesync-notes/issues/176#issuecomment-890487286) 1. [x] replace probably(?)-copy-pasta repo URL in the instructoins with etesync...
`yarn web` results in: ```sh yarn run v1.22.11 $ expo start --web Starting project at /tmp/src/etesync-notes Unable to find expo in this project - have you run yarn / npm...