Dave Jeffery

Results 100 comments of Dave Jeffery

Discussed in gitter but repeating here for posterity. Strong mode does allow a long-handed way to dynamically add properties: ``` javascript Object.defineProperty(obj, 'a', { value: 'This property was added dynamically!'...

Also seeing this. I'm using `n` to manage node but it should still work if it loads the profile files correctly. I've seen that [`fix-path`](https://github.com/sindresorhus/fix-path) has fixed issues like this...

Thank you @octogonz, that makes sense. Is there an existing mechanism for parsing and transforming HTML tags? Is there a file in `api-documenter` that I can edit? Or are you...

Sure. The markdown files are eventually being used by Svelte KitDocs. See here for where the `:::admonition` markup comes from: https://kit-docs.svelteness.dev/docs/markdown/extensions#admonitions So, the current flow looks like this: 1. `api-extractor`...

@octogonz just pinging to see if you have an idea about where is the best place to insert this functionality in my pipeline. Let me know if there is a...

@yelouafi Would you be interested in releasing https://github.com/yelouafi/redux-saga/blob/master/examples/sagaMonitor/index.js as a separate module on npm?

@GantMan reactotron doesn't support sagas yet though, does it?

@weichsel Do you think it would be possible to get this merged and released? Got stung by this issue today.

@SamHH Would you consider publishing these somewhere so that those of us using typescript can iterate on them?

@aweary I'm only starting with typescript but I think it's better to include them in the repo itself if possible. DT is for the community to provide an escape hatch...