Gustavo Chaín

Results 28 issues of Gustavo Chaín

Is there any plan to allow passing templates as strings rather than relying on `templates/` dir structure?

I'm trying to build an app that displays a popup which needs to be drawn on top of other view (bubble component). Is it possible to achieve that with lipgloss?

enhancement

Current call to `/boards/` is returning 404. Looks like the right way to get all your boards is by calling `/members/me/boards`. More info here: https://developers.trello.com/v1.0/reference#membersidboards

The only supported format so far is HTTPHeaders

help wanted

Baggage items aren't implemented yet. `SetBaggageItem` sets a key:value pair on this Span and its SpanContext that also propagates to descendants of this Span.

help wanted

So let's say we have set of queries that we know are able to run on mysql/postgres/sqlite3. But we also have queries that uses specific engine extensions. So I'm looking...

help wanted
question

**Which part needs editing?** https://github.com/lnbook/lnbook/blob/develop/10_onion_routing.asciidoc **What editing does this need?** Some options: Drop **How does it currently read?** The following paragraph is duplicated ``` A unique trait of Sphinx as...

editorial

ATM no linters are set, anything will do for now. Code could be improved later

Work in progress of safetyhooks, which panics when `sql.Rows` are not closed, this is useful to detect leaks. Based on sharp-edge finalizers https://crawshaw.io/blog/sharp-edged-finalizers.

Currently, when resizing the terminal window where HTTPLab is running, you may get this: ``` 2017/10/12 12:42:44 invalid dimensions ``` when the size of the window is too small, a...

good-first-contribution