fiatjaf_
fiatjaf_
I'm trying to implement a fuzzy-search-based autocompleter and wrote the following: ```go package main import ( "github.com/chzyer/readline" "github.com/renstrom/fuzzysearch/fuzzy" ) func nodeAutocompleter(s *state) readline.AutoCompleter { haystack := make([]string, len(s.Nodes)) i :=...
It would be just like having an automatic TAB pressed at the beggining.
Also I changed the test cases to be fetched directly from the BIPs repository CSV file. But since I couldn't understand how the batch signatures tests were supposed to work...
```go tmpl := template.Must(template.ParseFiles(file)).Funcs(gtf.GtfFuncMap) ``` gives me the error: ``` cannot use gtf.GtfFuncMap (type "html/template".FuncMap) as type "text/template".FuncMap in argument to "text/template".Must("text/template".ParseFiles(file)).Funcs ``` What can I do?
Fixes #120. Changes proposed in this pull request: - provide a safe version of `unsafeFastStringToReadOnlyBytes` to be used when compiling code for environments that don't support the "unsafe" package.
The worst part of coming up with a new CMS/static site generator is that we have no themes. Even when we manage to come up with a theming system (that...
This is needed for actions with type `updateComment`.
For local files.
Closes https://github.com/VojtechVitek/go-trello/issues/21