Petri Savolainen

Results 75 comments of Petri Savolainen

could some docs be added to the PR?

Got it; need to modify top of `UnorderedMapSet.hh` thus for MacOS: ``` #include #include namespace std { using std::unordered_map; using std::unordered_set; } ```

Where have you encountered this kind of company names? In what country, what name? Any other relevant info (e.g. what is typically inside the parenthesis)?

> As shown in the linked issue I often come across content where a country is added behind the company name in parentheses. Yes I understood you have encountered such...

I've used clearsilver with Python many, many years ago so that's where I'm coming from. I was thinking that since JSON is a lingua franca for many apps nowadays, various...

I also tried setting the placeholder text to "click & type to search" and removed even the bottom border - feels surprisingly functional that way, too. I wonder if that's...

Thanks for the compliments, good to hear. The scope of tnefparse is just that - parsing. Is there something more that it should be able to parse, maybe somehow better,...

I don't remember. But I bet this is related: https://stackoverflow.com/questions/10849717/what-is-the-significance-of-january-1-1601

Maybe this is simply to overcome the fact that the max for python timestamps and dates is different? https://stackoverflow.com/questions/39153700/why-cant-pythons-datetime-max-survive-a-round-trip-through-timestamp-fromtim

I noticed our CI & CodeQL actions had stopped running due to "inactivity". I enabled them. Not sure if that's what you refer to? If not, where do I enable...