Wilk
Wilk
I can delete the test database, I forgot a `row.Close()` It could be better to create the database on the fly, also because it will use the database format (MSAccess...
I don't know a command line to create a database. But the good news is that a gziped empty database is only 2K.
Maybe the doc should recommend to import `github.com/russross/blackfriday/v2` with go>1.11 ?
With Go1.11 `go.mod` is fine when we import blackfriday with `github.com/russross/blackfriday` for v1 and `github.com/russross/blackfriday/v2` for v2. Before Go1.11 we could use `import github.com/russross/blackfriday` or `import gopkg.in/russross.blackfriday` like we want....
Thanks for everything, it just work for me ! I hope somebody will continue to maintain it... Maybe you could tag it to make it friendly with vgo ? It...
We need more help for usage of different backends. Thanks, it look very promising !
`outerHTML` works, but it could be fine that `innerHTML` on an input box change the value of the input.
Maybe the work of @klauspost can help ? https://github.com/klauspost/compress
#247 Is there any way to iterating over nested buckets?
I would use scaling to zero for dev stack. Also if i want to show the new version of my app to my customer, he can then look at the...