Vlad Știrbu

Results 6 issues of Vlad Știrbu

Useful for reporting ongoing transition when triggering new interstate transitions (#70).

enhancement

This feature would enable a state machine object to be suspended. Ideally the state machine should have a `suspend` method that returns an object containing the current state as well...

request for comments

## Bug Report **Current Behavior** The probot instance using a custom Octokit does not inherit the types added by plugins. ```ts // plugin.ts import { ProbotOctokit } from 'probot'; export...

bug
Typescript

Upgrades: - [ ] Move extension to TS - [ ] Move the webview-ui to [vscode-webview-ui-toolkit](https://github.com/microsoft/vscode-webview-ui-toolkit) Other tasks (nice to have): - [ ] #111 - [ ] #110 -...

It would be nice to have the `path` autocomplete feature in markdown documents for link and images: ``` markdown [link](path) ![link](path) ``` obviously no need to autocomplete `path` if it...

enhancement

Use [bundling](https://code.visualstudio.com/api/working-with-extensions/bundling-extension) to decrease the number of files.