Joonas Tiala

Results 8 issues of Joonas Tiala

**Summary** Allows users to search addresses using coordinates. Refs #180 * Added a new util function called geocodeByLocation * Added a test for it * Updated documentation

Needs Investigation

Some sites require the full post to be shown in front page or blog page. Many themes implement this on Content options tab of the theme customizer, f.ex. Independet Publisher...

[SpotBugs](https://spotbugs.github.io) can output it's results as XML that could be used for a report. The file looks something like this: ``` /*path*/App.class /*path*/ExceptionHandler.class /*path*/.gradle/caches/modules-2/files-2.1/org.springframework.boot/spring-boot-configuration-processor/2.7.2/12575686ba3820571ea79bfd08d6d27534b97a0e/spring-boot-configuration-processor-2.7.2.jar /*path*/.gradle/caches/modules-2/files-2.1/com.github.spotbugs/spotbugs-annotations/4.7.1/50e29adaec8cf4299441a6786a909a0b105326ad/spotbugs-annotations-4.7.1.jar /*path*/src/main/resources /*path*/src/main/java Exception analyzing *class*...

### Describe the bug Seems like they are always ordered alphabetically. ### To Reproduce ```shell Be on latest alpha, create a file with multiple stories, see DocsPage, stories are sorted...

bug
needs triage

If a link has an image as the content, they render as plain text. It doesn't matter if the link has text content together with the image, if the link...

I encountered some problems while trying to use this library with apollo-server setup using PostgreSQL as database and knex. My setup doesn't use objection ORM, it just calls knex queries...

Thanks for the great library! TypeScript declarations would be sweet.

### Description At the moment, when Vite build watch mode is enabled, declarations get generated only when typescript files are modiefied. I think the declarations should be generated on every...

enhancement
help wanted