-
Currently the "number" function fails on this input: ".25" or "-.25".
Our data provider sends decimal numbers in that format, and so far JSLT is the only technology we use that cannot work with it.…
-
* [x] Are you running the latest version?
* [ ] Have you included sample input, output, error, and expected output?
* [x] Have you checked if you are using correct configuration?
* [ ] Did you try…
-
I have an xlsx file including some big numbers below.
![image](https://user-images.githubusercontent.com/18694747/44835835-4a707a00-ac70-11e8-9571-43bc2adc2d5a.png)
After converting this file usin…
-
There appears to be a bug when trying to convert certain rules with multiple numeric values (`SigmaNumber` objects), as is seen in over two dozen Windows security rules. Example rules from SigmaHQ inc…
-
`// TODO(#123)` -> `// TODO(https://github.com/dart-lang/native/issues/123)`
-
## Is your feature request related to a problem? Please describe.
I'm always frustrated when contracts have to write code to deal with simple problems. BE-serialized integers are useful because of th…
-
If JSON numbers are converted to XML and serialized as JSON, it is confusing to end up with an E notation for large numbers. An example:
```xquery
'100000000000000000000'
=> parse-json()
=> seri…
-
For some code that generates my command prompt, I use a single ASCII character for the discriminant of an enum:
```rust
pub enum Permissions {
Guest = b'%',
User = b'$',
System …
-
if you have a field fooBar19 then setting convert_names_case to True will convert that to foo_bar_19. Awesome
But if the name is foobar19 then it doesn't get converted. Not awesome.
The problem is…
-
Hi, thank you for this great work!
While I was working with a few excel files, I found one formatting issue with the numbers that are in the "text" format.
For example, if I have a zip code cell…