Michael Angstadt
Michael Angstadt
If a header's text begins with a number, this script will remove the number when run. For example, if a header starts with a date such as "4/5/2020", it will...
See https://github.com/mangstadt/biweekly/issues/20
From jordiperezg on Gitter ([link](https://matrix.to/#/!uXXeHfXcSoSefJuOJz:gitter.im/$f6-Mkgto-PG80QyM4kBxdPQkaHAbe5sU1pUr6xA3_XU?via=gitter.im&via=matrix.org)): Hello Mangstadt! I'm parsing a string recurrence rule in the way you describe in the FAQ. My question is if it is possible to validate...
There is a typo in HttpClientMock where the OPTIONS method name is misspelled. See: https://github.com/mangstadt/HttpClientMock/commit/5753583e652a078d421bbf5e7e112add43af41fc
/javadoc SimpleDateFormat 5 The following pattern letters are defined (all other characters from `'A'` to `'Z'` and from `'a'` to `'z'` are reserved): Letter Date or Time Component Presentation Examples...
SEVERE: Uncaught exception thrown. java.util.zip.ZipError: zip END header not found at com.sun.nio.zipfs.ZipFileSystem.zerror(ZipFileSystem.java:1605) at com.sun.nio.zipfs.ZipFileSystem.findEND(ZipFileSystem.java:1021) at com.sun.nio.zipfs.ZipFileSystem.initCEN(ZipFileSystem.java:1030) at com.sun.nio.zipfs.ZipFileSystem.(ZipFileSystem.java:130) at com.sun.nio.zipfs.ZipFileSystemProvider.newFileSystem(ZipFileSystemProvider.java:139) at java.nio.file.FileSystems.newFileSystem(FileSystems.java:390) at oakbot.command.javadoc.LibraryZipFile.(LibraryZipFile.java:36) at oakbot.command.javadoc.JavadocDao.addApi(JavadocDao.java:73) at oakbot.command.javadoc.JavadocDao.access$200(JavadocDao.java:28) at oakbot.command.javadoc.JavadocDao$WatchThread.add(JavadocDao.java:204)...
When a long message is formatted in italics or bold, and the message is split to adhere to SO Chat's length limitations, the formatting gets broken. The splitting code _should_...