-
When trying to load bucket stats, all I get is a time parsing error, for all buckets:
```
parsing time "0.000000" as "2006-01-02 15:04:05.000000": cannot parse "0.000000" as "2006"
```
Example…
-
Especially in the field of museum railways the event days might get rather complex.
There are
- single day events
- multi day events
- recurring events
In the end we want a list of dates wher…
-
### Your question
When the data type is 'java.time.LocalTime', 'com.caucho.hessian.io.java8.LocalTimeHandle' will be blacklisted and then throw an IOException. Do I need to customize the parsing fo…
-
If you retrieve a file off a ftp server on the east coast from a server on the west coast the date on the file may very well be in the future. The code for time parsing look like it assumes times i…
j2043 updated
3 years ago
-
When migration is done from V10 to V11 it tires to search for color attribute inside tree view it tries to parse the xml and when it tries to parse xml in many cases it keeps parsing infinitely.
I …
-
I have parsed about 200K midi files with this package and want to share some stats saying that about 35% of the files were not parsed.
I'm writing this because all files have been pre-checked with…
-
**Is your feature request related to a problem? Please describe.**
When I run a large Fio log file (let's say around 5 GB) then the parsing operation can take some time - but we have to manually calc…
-
Seems like match_pairs, match_angles, and match_dihedrals are really slowing things down.
Looking at a large file, running cProfile, we get at the top.
112706236 function calls (1084300…
-
Currently in http://microformats.org/wiki/microformats2-parsing#parsing_a_dt-_property special date and time parsing is only done as part of step one for VCP handling.
The proposal is to move (and …
-
As you know, this is to improve performance
```cs
[SelectQuery( @"
select a.column_1 as col1, a.column_2 as col2
from table_a as a
left join table_b as b on a.id = b.table_a_id
where b.table_a…