Rinat Shigapov
Rinat Shigapov
Is it possible to explicitly refer `.dvc` file as stage dep that provides the required files? Analogies from Bazel build system: * [http_archive](https://bazel.build/rules/lib/repo/http) rule provides unpacked archive files. Build targets...
I've made an implementation [attempt](https://github.com/launchbadge/sqlx/pull/2068/files#diff-883ae6f8f3463eea5bc040537381ae35019390a89dc6012b10ec292bf743c9f2R81) and was invited to this discussion. The implemented pipeline runs queries in a single transaction. The main motivation was not to run explicit transactions against...
Guys, I extended this discussion to explicit transaction pipelines and providing the API that doesn't return stale data - https://github.com/launchbadge/sqlx/issues/2082.
In my case I want to use Django email validator that uses extra checks after regex validation to support RFC 3490. I can't just copy and paste `email_re` from Django...
I think envelope decomposition and validation are different tasks that can be done independently.
Tooltips look more GUI friendly and feasible. There are plugins for IntelliJ Idea - AceJump and QuickJump that use tooltips.
@9527KGG , you may look into https://youtrack.jetbrains.com/issue/VIM-820 as well. Probably, JetBrains might be faster)
Dates are useful to maintain a Changelog in [Keep A Changelog](https://keepachangelog.com/en/1.0.0/) format. With my particular approach I generate a version like `2023.1.0` and add the current date like `2023-01-09`
I've shared sample [tags](https://dl.dropboxusercontent.com/u/20798683/tags) file. Results for 'Good' query: [Stock matcher](https://dl.dropboxusercontent.com/u/20798683/CtrlpStockMatcher.tiff) [Cmatcher](https://dl.dropboxusercontent.com/u/20798683/CtrlPCmatcher.tiff) Stock matcher puts short match at the bottom. When I add tags from project virtualenv things get even...
You are right. I've changed the title to express my problem better.