Pēteris Pakalns
Pēteris Pakalns
Similar issue with vectors. ```rust fn main() -> std::io::Result { let v = vec![vec![1, 2, 3], vec![1, 2, 3]]; for iv in v { let s = iv; s. //...
I believe that these issues found by CodeFactor can be fixed in other pull request as I did not introduce them or I used the same style that was already...
@jeffreyscottgraham There are users that are already dependent on the way how this library is implemented. [See this comment and the whole thread.](https://github.com/danthedeckie/simpleeval/issues/65#issuecomment-571459903) Looks like 2.0 version of this library...
> We currently use this functionality and prefer that it continue to be allowed ( see [#25 (comment)](https://github.com/danthedeckie/simpleeval/issues/25#issuecomment-277796587) ) (Is the provided comment the correct one?) We can add this...
> @daveisfera Would https://github.com/danthedeckie/simpleeval/tree/warn_on_assign work for you? As in, not mess up your workflow. It could actually raise an exception which you then over-ride, but I don't want to introduce...
For now we are evaluating typst and other tools (latex variants) for replacing Word files for competitive programming task statement preparation. This was one missing feature that I found, but...
Hi, i don't think that there is any issue with upper limit 4096. EDIT: I have ~10-30 threads in my use case. It was negative overflow and was detected in...
> Hey, I'm also having this issue. Did you manage to fix this @PPakalns? Hi, updated library versions of egui, wgpu, bevy again in my project. The same tracing crate...
We should disable auto conversion of characters at least for raw blocks. --- How to keep code/raw part of document (not text part) from converting minus sign to hyphenation characters?...
> We should disable auto conversion of characters at least for raw blocks. > > How to keep code/raw part of document (not text part) from converting minus sign to...