bzub
bzub
> Cool! Where would the binaries come from, though, i.e. what keeps them up to date? I'm using a build script that pulls the latest Arch Linux packages and makes...
`Error: vecty: internal error (unexpected ComponentOrHTML type vecty.List)` I'm hoping users will find this issue when searching for the above panic message now.
> I guess the use case is just associating arbitrary Go data with elements? That's correct in my case. More specifically it's for including Go data from outside of a...
That's exactly what I've shifted toward @damz. So I think this issue is primarily about adding documentation and/or a more useful error message so users doing weird things with vecty.Property()...
@slimsag Thanks, I am starting to get familiar with vecty's code so I'll see if I can help. To your point about creating a new `vecty.List`, a workaround for users...
@pdf I've been working on a MDC wrapper + vecty implementation as well, [here](https://gitlab.com/agamigo/material). Could I see your work as well? Hopefully avoid duplication at least. Thanks! > I have...
Sounds good to me as well, to change the signature of Text(). There's still the issue of what to do when Apply(h) is called on a *HTML that's a text...
I'll have a concrete example that I'm happy with in a few days, hopefully. So I'll elaborate with a simple example for now. I've created types that satisfy both `Component`...
Closing this as I have no plans to look into this further.
> git grep to quickfix list is basically my only requirement, personally. @adastx I have been happy with this so `:grep` uses `git grep`: ```lua vim.o.grepprg = 'git --no-pager grep...