Results 10 issues of Pol M

Hi! I've been tinkering (and porting my bash prompt) with your theme and It's incredible. I'm [pretty much done](https://gist.github.com/Destroyerrrocket/33045ef9a33d4f90c7053e3c64979f98), but there is something that I'm not quite understanding. #### Describe...

I'm truly sorry for the slightly undescriptive title, what I mean is this: ``` extern { ... enum PreToken { ... LParen => OperatorPunctuator("("), RParen => OperatorPunctuator(")"), Comma => OperatorPunctuator(","),...

Hello! I'm currently writting a parser that requires me to interact with a custom lexer, and for reasons (need to use String) the tokens cannot be Copy-able (They can be...

We can simply use a reference

I'm unable to find .dll files for OpenVPN GUI for Windows Desktop. I managed to follow all the instructions to use authy in Ubuntu Server OpenVPN (One of the most...

If you use two asset! macros, like: ``` use manganis::*; pub struct BlogEntry { pub image_file_thumbnail: Asset, pub image_file_blog: Asset, } const BLOG: BlogEntry = BlogEntry { image_file_thumbnail: manganis::asset!( "./top.jpg",...

bug
cli
manganis

This fixes the issue I mentioned in #3467, where the use of two asset! macro usages was not being treated correctly by the handler. BEFORE you merge: Please notice that...

bug
breaking
cli
manganis