Tai
Tai
> First, a question: if the cursor is on line 3, over create or replace function, where should % go? And after pressing % again? And after pressing it once...
Thanks for the hot fix. It works with my simple example, but it won't work with bigger function. e.g. ```sql drop function if exists another_function; create or replace function another_function()...
Until now, because I work alone, I just go from top to bottom. Now, I think we should pick the section we want to work, and notice each other that...
Nothing. I have commited all recent works. Will raise an issue when I pick new section.
I think it's better to leave this open for discussion related to Vietnamese translation. Other issues related to original work of course belong to their own issues.
PR are welcome :smile:.
Hi, I find the need of Table of Content on many sites. So I make [one](https://github.com/letientai299/userscript-auto-toc) myself. Not production ready yet, but usable. The script is simple for tweaking also....
I'm able to fix it by adding following config in `android/build.gradle` ```gradle subprojects { project -> buildscript { repositories { google() jcenter() maven { url "https://dl.bintray.com/android/android-tools/" } } } }...
I would like to suggest a minor enhancement for above `export_function` by @zimbatm ```sh export_function() { local name=$1 local alias_dir=$PWD/.direnv/aliases mkdir -p "$alias_dir" PATH_add "$alias_dir" local target="$alias_dir/$name" if declare -f...
@andreabreu-me, Honestly, I forgot how did it went through. Right now I'm using spring boot `1.5.9.RELEASE`, and I built my auth-service myself, using this project as reference only.