Skip to content

Instantly share code, notes, and snippets.

View soofaloofa's full-sized avatar

Kevin Sookocheff soofaloofa

View GitHub Profile
@soofaloofa
soofaloofa / lsp.log
Created October 21, 2022 15:30
jdtls lsp.log
This file has been truncated, but you can view the full file.
[START][2022-10-21 11:26:38] LSP logging initiated
[INFO][2022-10-21 11:26:38] .../lua/vim/lsp.lua:1814 "exit_handler" {}
[START][2022-10-21 11:26:46] LSP logging initiated
[INFO][2022-10-21 11:26:46] .../vim/lsp/rpc.lua:661 "Starting RPC client" {
args = { "-configuration", "/Users/kevinsookocheff/.cache/jdtls/config", "-data", "/Users/kevinsookocheff/.cache/jdtls/workspace", "--jvm-arg=-javaagent:/Users/kevinsookocheff/.local/share/java/lombok.jar" },
cmd = "jdtls",
extra = {
cwd = "/Users/kevinsookocheff/Projects/connected-processes/application"
}
}
@soofaloofa
soofaloofa / Collection+JSON
Last active October 20, 2023 19:21 — forked from soofaloofa-zz/ On choosing a hypermedia type
On choosing a hypermedia type for your API - HAL, JSON-LD, Collection+JSON, SIREN, Oh My!
GET https://api.example.com/player/1234567890
{
"collection": {
"version": "1.0",
"href": "https://api.example.com/player",
"items": [
{
"href": "https://api.example.com/player/1234567890",
"data": [
{"name": "playerId", "value": "1234567890", "prompt": "Identifier"},