Serhii Potapov
Serhii Potapov
Thanks for the example. Yeah, at the moment I tend to parse it manually with `syn::parse`. At the moment `nutype` parses only literals, but I plan to extend it to...
What I mean is that at the moment if you specify the validation like the following: ```rs #[nutype(validate(min = 100, max = -100))] pub struct Percentage(i8); ``` Nutype would detect...
@TedDriggs This is a very interesting trick, thank you! I haven't thought about it.
@stugol I don't think you need a library for this. You already can do it. You can access this information through the environment variables: ``` crystal # print width of...
Hi, I can try to publish an npm package with WASM (it's going to be an interesting exercise for me).
@kornelski Thank you! That is a valid point! At the moment, the algorithm to detect a script is based on counting chars that belongs to one or another script. And...
Hey) Thank you for taking a look at the crate. At the moment it is not possible. Currently it's implemented with recursion, but it has the downsides: * It's possible...
OK. Tnx for the suggestion. I've got an injury. Will fix it latter.
Saluton! Ĝi funkcias korekte por mi, sed mi uzas Linux. Mi ne provis uzi ĝin kun Windows. Sed mi provos korekti la eraron. Dankon pro la uzado!:)
Hi! Do you have redcarpet gem installed (not executable). Can you execute: ``` $ gem list | grep redcarpet ``` If you don't see it, you have install it with...