kevins8
05/24/2022, 4:58 PMglucinater21
05/25/2022, 3:11 AMglucinater21
05/25/2022, 3:12 AMSeriousBug
05/25/2022, 3:14 AMglucinater21
05/25/2022, 4:53 AMSeriousBug
05/25/2022, 4:53 AMNidoling
05/25/2022, 11:04 PMvisitParents to be able to accept an async visitor here: https://github.com/dendronhq/dendron/blob/5996538d598f7ad747cb293ef35f58729f8005c3/packages/engine-server/src/markdown/remark/dendronPub.ts#L180
Any tips on how to build a general purpose method that does that?SeriousBug
05/25/2022, 11:06 PMdecorators.ts in engine? I'm away from my desk so I'm not sure exactly where right now, but I can look it up in a couple hoursNidoling
05/25/2022, 11:17 PMvisitAsync? https://github.com/dendronhq/dendron/blob/5996538d598f7ad747cb293ef35f58729f8005c3/packages/engine-server/src/markdown/utils.ts#L565
If so, yeup it looks similar to what i want; i'm trying to combine that with visitParentsIndices although the current usage at dendronPub.ts works with number return types to work with siblings so I was wondering if there was another waySeriousBug
05/25/2022, 11:24 PMvisitAsync does this too) because some of the code might rely on the transformations being done in a specific orderNidoling
05/25/2022, 11:28 PMAshSimmonds
05/28/2022, 9:53 AMseverity: high vulnerability reported due to use of isomorphic-fetch package which hasn't been updated in several years, and as far as I can tell it's only used in Dendron for Dropbox.authenticateWithCordova() which is such an razor's edge case, and can probably be replaced with lquixada/cross-fetch if it's still necessary.kevins8
05/29/2022, 1:31 AMkevins8
06/04/2022, 1:22 AMSeriousBug
06/04/2022, 1:25 AMkevins8
06/04/2022, 1:28 AMkevins8
06/04/2022, 3:39 AMalexis<3
06/06/2022, 8:25 PMrlh1994
06/06/2022, 8:26 PMalexis<3
06/06/2022, 8:26 PMpaste filealexis<3
06/06/2022, 8:26 PMSeriousBug
06/06/2022, 8:27 PMalexis<3
06/06/2022, 8:28 PM! before the linke to render the imageSeriousBug
06/06/2022, 8:31 PMSeriousBug
06/07/2022, 4:55 AMdecorators are updatedkevins8
06/07/2022, 4:03 PMNidoling
06/08/2022, 12:22 AMengine.getNote to support both types?SeriousBug
06/08/2022, 7:55 PMkevins8
06/08/2022, 7:57 PMSeriousBug
06/08/2022, 7:58 PM