Niko Fink

Results 119 comments of Niko Fink

Could you check how long [calendar_string_to_containers](https://github.com/C4ptainCrunch/ics.py/blob/f6cb12281bf78e210d51c6ff5bd324d8f2c01aef/ics/grammar/parse.py#L209) takes when you pass it the `resp.text` ICS string, compared to calling `ics.Callendar`? The method `calendar_string_to_containers` calls Tatsu to parse every line of the...

Hmm, I see, Tatsu indeed seems to be the one to blame. Thanks for generating all these stats. The hope with Tatsu was that it would ensure correctness, as it...

I guess the issue with Tatsu is not some startup time overhead, but more that matching different regexes, trying different rules and potential backtracking can take a lot of time....

@aureooms, thanks for the feedback and sorry for the late reply. > I think it makes sense to keep both parsers for now. Maybe when things are more stable we...

Wow, this seems to be moving fast. Maybe the deadline is a little bit tight given that we haven't fully figured out what we want and haven't even tested it?...

Nice, thanks for running all these things! Do you recall how long the individual steps / the overall process took? The results look pretty good to me, especially because it...

Here's also a [very good article](https://www.divio.com/blog/documentation/) on the different types of documentation for whoever is interested: > There is a secret that needs to be understood in order to write...

I can help out filling the details on how to use the library practically. Currently, I don't know that much about the internals and the history of the ics parser....

I'd still keep the section with some very brief information on the ics format - maybe also at the beginning and not too deep within the Explanation section. We can...

I don't know, I guess there still are things that should be done about the documentation, especially once #240 is in. We could use this issue as a kind of...