Artiom Neganov
Artiom Neganov
After applying the patch from https://github.com/jimbuck/pully/issues/36#issuecomment-926629420 it still doesn't work: ``` $ pully dl https://www.youtube.com/watch?v=XXXXXXXXX Error: Could not find player config ```
You folks can see the result of my efforts here: https://github.com/OnkelTem/osmcarto-docker @dnephin Daniel, many thanks to you personally: for the great tool Dobi and for your time spent on giving...
I'm personally not a rails programmer but since I can't start with Dobi for months I thought that I might be missing some important point about Dobi and which is...
So I have the following services defined in my `dobi.yaml`: ```yaml compose=c-db: files: [docker-compose.db.yml] project: '{project}' compose=c-app1: files: [docker-compose.app1.yml] project: '{project}' depends: ['c-db:detach'] compose=c-app2: files: [docker-compose.app2.yml] project: '{project}' depends: ['c-db:detach']...
**Describe the bug** Copying "Plain URL" doesn't work. **To Reproduce** Steps to reproduce the behavior: 1. Open https://carbon.now.sh/ 2. Select the "Plain URL" item from the copy menu:  3....
Hi. First I want to thank the author of this great library (and all its contributors). Since I discovered it almost a year ago I just started using it on...
I have a set of github packages in my `satis.json` like: ``` "repositories": [ { "type": "git", "url": "[email protected]:user/package.git" }, ``` and satis generates a page with Release links like:...
- [x] I'm sure this issue is not a _duplicate_. I don't use any other folder icon set except of the default single icon for all the folders. For that...
Currently there is only one boundary - `NotFoundBoundary` which catches only `NotFoundError` errors. In my app I also need to prevent access to specific pages and for that I would...
I wonder how to can I access routes tree? For exampe, I would like to store some information in the routes definition: ```js mount({ "/section/route1": route({ title: "Route 1 title",...