Sergio Rubio
Sergio Rubio
@myzie I've been testing the branch, found the behavior of this snippet surprising: ``` const error1 = errors.new("errno == 1") try(func() { me := fetch("https://api.github.com", {}) print(me.status_code) error(error1) }, func(e)...
> Why's that not raising the error? It seems when I provide a second argument to fetch, that second argument ends up being the second argument to try? ``` const...
@myzie I've been testing with the recent changes, seems to be working great so far. I've been using it successfully to write a small test suite and some tests in...
@dcu in Ubuntu (and Debian I assume) it's the `fonts-powerline` package.
Would it work if we introduce a new method to create/update records with files, and avoid breaking API backwards compatibility? ```Go _, err := client.CreateWithFiles( "bookmarks", // Collection name map[string]string{...
Works for me too, also works with a rpi 4B+.
@myzie no strong opinions, but I'd look for the usual stuff: * Short dependency chain * Complete * Well maintained * Nice API (subjective) The one from Masterminds would fit...
👍🏾 sounds great to me.
Thanks @KamikazeePL! feel free to open a PR or I can take care of that tomorrow!
Added!