Imbolc

Results 35 issues of Imbolc

Btw, why does each example have it's own folder? There's nothing except `main.rs` there. Maybe we just put the binaries into the example folder? The deps would be easier to...

Now it set to `white`: https://github.com/kamiyaa/joshuto/blob/main/config/theme.toml#L17-L18 Which makes the files invisible on white background and probably hardly visible in most light terminal themes. Would you consider not changing this color?

To make Joshuto look decent, one should either install the icons or replace the default config to disable them. Would you consider disabling them by default?

Now there's no previews until the preview script is manually copied into the config folder. Why can't follow `lf` approach (to show raw content for text files and the `binary`...

I was thinking on a possibility of rendering a `` tag once with multiple component usage. Here's what I ended up with. What do you think on the approach? Would...

``` >>> from pyjade.ext.html import process_jade >>> process_jade('''| I don't want to use different #[a(href="/") quotes]''') 'I don\'t want to use different quotes' >>> process_jade('''| But I can't use the...

I'm trying to bind a store variable to group of checkboxes and it works till I move checkbox into a separate component, after that only one checkbox can be chosen...

feature request

I've just run fmt and resolved Clippy warnings, no other changes

> If key has ‘?’ at the and it will be optional and ‘?’ will be removed Maybe also allow blank strings in this case?