Mads Marquart
Mads Marquart
I'm still not really satisfied with how widgets, especially `TableWidget`s, are rendered inside `ListWidget`s, I'd like the label & help text to be in a top row if possible
> Does this PR break something? I've changed the interface of the `render_field`, `render_form` macros and removed the `form_errors` macro. I've also removed the `bootstrap_is_hidden_field` jinja function, and replaced it...
I've tried documenting a little bit, but I'm unsure about the format. Should I: - Make a seperate file, where I put information about all the methods, and how to...
If you feel like we should do that, then yes, easily. Which ones do you want to keep precisely, `action`, `method`, `role`, `enctype`, `id`, `novalidate` and `extra_classes`?
Well, but I don't see a reason to update the code, since after I made it backwards compatible, they can, they don't need to do anything. But if you want...
For those who don't know, the [no-std-net](https://github.com/dunmatt/no-std-net) crate exists to fill this gap until the RFC gets further.
I've [opened an internals thread](https://internals.rust-lang.org/t/get-unique-identifier-inside-macro/17071) for discussing a solution to this.
Hi @ibaguio, for the most part, you can view our requirements in the [`tool.flit.metadata.requires` key in `pyproject.toml`](https://github.com/carpedm20/fbchat/blob/7bdacb91ba80589113c1744bc53aaed3ba977439/pyproject.toml#L17-L20), and you can use `flit install` as a replacement for `pip install -r...
Hmm, looks like you're using [`fbchat-asyncio`](https://github.com/tulir/fbchat-asyncio), please report issues there. Though you're right in that the problem affects this library as well!
Thanks for the feature request, I'll look into adding this!