Ryan Luker

Results 11 issues of Ryan Luker

https://github.com/ryanluker/typed-catch-of-the-day/blob/master/scripts/components/AddFishForm.tsx#L41 https://github.com/ryanluker/typed-catch-of-the-day/blob/master/scripts/components/UpdateFishForm.tsx#L27 - Both the update and the add fish forms use almost the same form structure, could be a good stateless component.

enhancement

https://github.com/ryanluker/typed-catch-of-the-day/blob/master/scripts/libs/helpers.ts - add unit tests to cover functionality around price, slug, funName

beginner friendly

### Description #370 Exposes an issue with how our unit and integration test works compared to the compiled extension code. ### AC - [ ] Investigate using the compiled extension...

enhancement
help wanted

fixes #351 ### Description Cleanup file name normalization to account for partial relative paths

## Work - Integration webpack into the extension build flow - Add applicable typescript bundling bits - Add performance improvements as directed by the docs below - https://code.visualstudio.com/api/working-with-extensions/bundling-extension - https://code.visualstudio.com/api/working-with-extensions/bundling-extension#migrate-an-existing-extension...

enhancement

### Reference https://github.com/ryanluker/vscode-coverage-gutters/issues/239#issuecomment-813418777 ### Problem The old names for the coverage elements (highlights) is quite confusing now that we have gutter coverage elements as well as line and map based...

enhancement
good first issue

## Info - implement notifications to allow for visibility into extension operation status - implement cancellation for long running operations - coverage searching - coverage file loading - etc ![notifications](https://code.visualstudio.com/assets/updates/1_22/long-running.gif)...

enhancement
backlog

@ckinsey ## Issue: - currently using `--print-to-pdf`[4] gets the job done but it appears that in the future this will be deprecated [0] [1] , based on my reading of...

### Description Removes some files that are needed and updates the ignore file with comments. @GitMensch see the attached vsix for the updated version and the old. ### Before and...

### Description The publish workflow is using deprecated / soon to be removed functionality. https://github.com/HaaLeo/publish-vscode-extension It looks like we should be able to go from `v0` to `v1`. ### Work...

upstream
dependencies