Anton Danylchenko
Anton Danylchenko
When I create new table I need to enter `TYPE` manually. It will be good to start typing and select value from list of suggestions. Sometimes I can forget what...
Closed the Postico window with lots of tabs open, to upgrade version of the app. When app was reopen, all open tabs have disappear. ## What did you do? -...
Hello Addy! I tried to compile `.mobi` book from source. I did it, but with one error. I think that problem is in broken link. ### Short answer ``` Warning(prcgen):W14001:...
Description =========== The `cimpl` is a binary and IDE can't import definition from it. How to reproduce ================ I see that in my VS Code IDE it's an error telling...
Currently we can type function name and when open bracket, it inserts required parameter names, like this: ```python import datetime datetime.date(year, month, day) ``` It's nice (better than nothing), but...
When I run `nom install` on the latest cloned code I see next errors: ```shell $ npm install npm WARN deprecated [email protected]: Jade has been renamed to pug, please install...
Hi @fabiospampinato. Thank you for the easy and nice extension. Do you have chance to highlight the done `[x]` lines in a grey color of the text? Like it's done...
I'm curious why you decided to use api.linkpreview.net service to fetch website title, rather than using the given url to load its HTML and extract `` tag from there. Using...
Added new version of the book with detailed overview of many topics. We already have a separate repository for Algorithms and [Data Structures](https://github.com/1st/algorithms ) so we tried not to intersect...