Andrew Bradley
Andrew Bradley
If I `tsc-transpile-only --project ./doesnotexist` it still works. I'm pretty sure I should see an error.
Alternative to #50 Discussed on Discord here: https://discord.com/channels/413753499835301908/413753499835301917/982039620701270046 ## Proposed Behavior When volta needs to discover package.json configuration to choose a node version, it should: a) ascend the filesystem to...
In NagRock/ts-mockito/issues/212 There is discussion about adding maintainers to the original `ts-mockito` project. I still hope the author, NagRock, is able to add maintainers. Barring that, we may want to...
# Problem to Solve Adding hashtags, searching for pairs of hashtags, and re-scanning while re-submitting my search query to see updated results, seems to get search results into a confusing...
**Is your feature request related to a problem? Please describe.** Youtube generates "auto-translate" subtitles, but I cannot choose them in ASBPlayer's dropdown. I would like to select these auto-translated subtitles...
Each item in the `input` array is a string, but when using the default converter, they're always JSON strings representing marshalled golang values. It would be nice if the web...
Workflows that return an error, as in this screenshot, should be rendered differently in the web UI. As-is, they look like they were successful even though something went wrong and...
Is there a developer guide to clone, develop, and run tests for awsume? On python 3.12, `pip install pipenv` and then `pipenv` gives an error traceback about `module 'collections' has...
The dot-sourced `awsume` shell script leaks `AWSUME_*` variables into the host shell session. ``` ❯ echo $AWSUME_ AWSUME_1 AWSUME_2 AWSUME_3 AWSUME_4 AWSUME_5 AWSUME_6 AWSUME_7 AWSUME_COMMAND AWSUME_FLAG AWSUME_OUTPUT AWSUME_PROFILE AWSUME_STATUS ```...
*I put two features into this issue, because implementing one makes it easier to implement the other. But I would be happy to split them into 2 issues if you...