Rian Stockbower
Rian Stockbower
I worked around this by using Hunspell's `unmunch` command which will generate all forms of all words. This is probably quicker/easier for a one-off job. (And it enables _really_ fast...
> unmunch doesnt work for UTF8 `unmunch` may not work for non-ASCII characters, or non-Latin characters, or unusual character encodings, but it absolutely works on UTF-8 files. You may want...
Lots of JSON APIs have this characteristic. Bitbucket's API is another one. This should probably be adjusted on the Quicktype side. Edit: Unicode zero-width space ( `\u200c` ) causes this...
See release-notes.md it was a very recent change. That’s a perspective I hadn’t considered: that it might be an implementation detail of a larger product... On Wed, Jul 4, 2018...
Dead? No. Back burnered? Yes. Like most open source software that people actually use, this was subsidized by employer. I’m no longer at that employer so it doesn’t get worked...
I've been thinking about this more over the last few weeks. I think I've gotten over the "Eventually I'll have time, energy, and interest", and I'm willing to expand the...
Time and interest is the main one. Money could persuade me to give up some of my limited free time. (3 year olds take up a lot of time and...
OTOH, if someone proposes a nuget 2.1 PR that looks reasonable, I would absolutely consider merging it.
We had to work around this recently, because I didn't have time to fix it in the library itself... You can specify TzId via Parameters. IIRC: `exDate.Parameters.Add("TZID", "America/New_York");` You may...
> In this case, EXDATE breaks the spec completely, as it's a date, but VALUE=DATE hasn't been set, and it has a weird duration suffixed to it. That "weird duration"...