dvermd
dvermd
You're totally right, skipping won't work and string -> i8 should be done after the fact. I think this would be the right thing to do because when a user...
> > ```diff > #[cfg_attr(not(feature = "no-inline"), inline(always))] > #[allow(clippy::cast_sign_loss)] > fn parse_i8(&mut self) -> Result { > match unsafe { self.next_() } { > Node::Static(s) => s > .as_i8()...
Would you consider adding `--ignore-tests` argument to the tarpaulin CI ?
I think there's some dead code in the serde part of this crate. Can you help identify if this is correct ? 1. In `serde/value/owned/se.rs`, I didn't manage to trigger...
I'd like to work on this one. Could you elaborate a little more on what would be the first step ? I understand the location passing to the inner expressions...
Can you explain why the parser accepts stacked '{}' for the format specifier ? I don't manage to forge a working example on cpython with these. I must be missing...
Your compilation error should now be fixed. > I haven't gone into the code too much yet since it seems there will be some bigger changes yet to come. The...
> Nice! I'll try it out tomorrow Eagerly waiting for your feedback on loading the modules you're used to use. > What if the subclasses only provide the primitive get...
Since C++ 17 is available now, I'm experimenting with another lua wrapper library ([sol2](https://github.com/ThePhD/sol2)) which might make error handling better
Your points on not supplying the bar name and bar background list or string should be addressed. I need to test the `script` and `env` list. Also error handling should...