Jamie Magee

Results 253 comments of Jamie Magee

@waltervos it looks like this is an issue with the Azure DevOps task that you're using. It requires a change to be made in the task. I've outlined what needs...

It looks like reddit is blocking my API access. I can see the following exception: ``` Result: Function 'PostQueue', Invocation id 'aa99efa5-85c6-448f-8ce5-10cfaa086aeb': An exception was thrown by the invocation. Exception:...

Unfortunately I don't have the capacity to maintain this project anymore. I created reddit2kindle for myself almost a decade ago, but I haven't used it in years.

@jeffwidman I recently spoke with @octogonz who is interested in Dependabot support for Rush as well.

@jurre Yes, the `triage` job in the workflow has the following permissions: ``` permissions: contents: read pull-requests: write ``` In general, the guide asks you to only put common `read`...

I think the [Azure for Open Source][1] program is more appropriate for NixOS. I work at Microsoft and successfully helped Alpine Linux apply for this program. I would be very...

@zimbatm did you ever hear anything back? If not, I can reach out internally and see where things are stuck.

@gattjoe this is ready for review

I understand where you are coming from, but the layout suggested in your link is specifically for the tutorial: >The home directory of a build or release task extension should...

I updated the target paths for `vss-extension.json` and `task.json`. I think I'll tackle #25 after this, as the `.vsix` is 27MB with `node_modules` but only ~100KB if it's bundled 😬