Samuel Gratzl
Samuel Gratzl
### Is your feature request related to a problem? Please describe I update only certain directories of a repository, however their filenames change. Thus, I need a way to clean...
closes #273 adds a new parameter `remove_path_spec` that allows to customize the path spec(s) used for `git rm`
create setup development instructions based on docker, docker-compose, and https://localtunnel.me still work in progress
any idea why a specific repository (in my case https://github.com/sgratzl/slack-cleaner) won't be listed at all? it is a public repository with no special settings
as far as I can see, right now I can only add repositories using the inline query. it would be nice if I could manually send message like: `/add_repo lineupjs/lineupjs`...
right now it will list all repositories regardless whether I already added them or not. Filtering them out would reduce the list.
so far the "remove" button is a regular button right before the "back" button. It happened to me more than once that I click on it by accident:  maybe...
I'm currently trying to implement a line chart where the user can drag over the chart and see the current underlying value. While it works great for desktop devices using...
**Problem:** Channel messages are not being deleted when the script is performed. Results in invalid_arguments error. example: ``` Failed to delete (invalid_arguments)-> { 'client_msg_id': 'XXX', 'team': 'XXX', 'text': 'XXX', 'ts':...
so far the target for wasm-pack is hard coded to `web`: https://github.com/wasm-tool/rollup-plugin-rust/blob/6138501796e8d67ef21365f280c88bf60a8b512e/index.js#L148 However, I wanna build and rollup a library which then another one should should bundle. Thus, I need...