Steve Kieu

Results 17 issues of Steve Kieu

Hi, If I do like this ``` {{ "" | default "Default value" }} ``` it works But if I do like this ``` {{ .someobject.SomeKey | default "N/A" }}...

Hi, Thank you for the work, it looks good. I am trying to build a small editor using this to replace / an alternative to gtksourceview. However I did not...

Hi there, From the example we just print the parse out. How can I get - that is like type (create or alter etc, DDL type, ) table name, columns...

Hi there, I am interested to use this in my minimum docker image, basically the idea is that mount /tmp as tmpfs for the program to use. As it is...

Hi, It seems out of the box the extenstion is not supported. I did try to use json1 and got error like function json_extract does not exists. How can I...

help wanted

The currentl firewalld module does not take multiple values such as `source` or `interface`, etc.. There are many cases that we need to pass multi volume to the module rather...

waiting_on_contributor

Hi, Not sure if it is known issues but 7z says: ``` ERROR: CRC Failed in encrypted file. Wrong password? : uploads/jenkins-DEPLOY-spc-r2r-43.log ``` If interested I will provide full test...

I got a sample code below, however it can not parse ``` package main import ( "bytes" "log" "github.com/k0kubun/pp" "github.com/akito0107/xsqlparser" "github.com/akito0107/xsqlparser/dialect" "github.com/akito0107/xsqlparser/sqlast" ) func main() { parseCreate() } func parseCreate()...

- Make sure the group exists before creating user. - Simplify the arguments builder to be sure they are list all the time and easy to read. My ansible gives...

Hi, I tested it with standard json it works fine ``` package main import ( "encoding/json" "fmt" "log" ) var ( // json = jsoniter.ConfigCompatibleWithStandardLibrary ) func main() { data...