Imbolc

Results 34 issues of Imbolc

It would be useful to have mutable local variables. With `{{ let mut foo }}` syntax maybe? The idea originates in the @djc comment: https://github.com/djc/askama/issues/669#issuecomment-1104853641

It uses value of the first method call instead of calling the method each time. E.g. ```rust use askama::Template; use rand::prelude::*; #[derive(Template)] #[template( source = "{{ rnd.gen() }} {{ rnd.gen()...

It shouldn't block the main thread, take a look at [ProcessPoolExecutor](https://docs.python.org/3/library/concurrent.futures.html#concurrent.futures.ProcessPoolExecutor)

enhancement
help wanted

[Django verifies that the hash in the session for each request matches the one that’s computed during the request. This allows a user to log out all of their sessions...

enhancement
help wanted

Maybe you're willing to accept something like this here? The api would become ```rust CookieJar::remove(&mut self, name: impl Into); pub enum RemovalCookie { Cookie(Cookie), } impl From> for RemovalCookie {}...

I'm not really expect you to merge this dirty PR. I just want to show you, what i'm faced, i spent 15 mins googling, but can't fix this metadata issues....

needs-review

can't run first lesson without it

It would be great for the subscribe command to be able to parse feeds from html urls. If there's more than one feed on a page, eg posts and comments,...

Hi :) Please, fix readme: ``` def index(request): objects = ['john', 'edward', 'josh', 'frank'] p = Paginator(objects, request=request) try: people = p.page(request.GET.get('page', 1)) except (EmptyPage, PageNotAnInteger): raise Http404 return render_to_response('index.html',...

I'm aware of workaround described in https://github.com/dhruvasagar/vim-table-mode/issues/64, but still can't we safely avoid formatting if the pipe surrounded by any kind of brackets and quotes: ``` ", ', `,