Skip to content

Instantly share code, notes, and snippets.

@JoopAue
JoopAue / Data.kt
Created September 28, 2023 08:04
GsonTypeHandler in Kotlin for MyBatis and PostgreSQL JSONB
package com.joopaue
import com.google.gson.JsonElement
import java.time.Instant
data class Data(
val time: Instant,
val data: JsonElement,
)
@JoopAue
JoopAue / slack-notifications_github_actions.yml
Last active March 6, 2023 14:01
Slack Notifications for Github Actions jobs using 8398a7/action-slack@v3
name: Example Slack Notification
on: push
jobs:
example-slack:
runs-on: ubuntu-latest
permissions:
contents: read
actions: read
steps:
@JoopAue
JoopAue / README.md
Last active September 3, 2015 17:42 — forked from elemoine/README.md

Use OL3 and Google Maps together

This GIST provides an example of a Google Maps map with an OL3 map as control, to give users a Google base map with OL3 content on top.

Open the corresponding bl.ock to view the example in your browser.

Warning!