Skip to content

Instantly share code, notes, and snippets.

@jamessa
jamessa / openapi.md
Last active March 4, 2025 01:56
OpenAPI schema
openapi: 3.0.0
info:
  title: Saturn API
  version: 1.0.0

paths:
  /api/records/image:
    post:
      summary: 上傳照片

上傳 null.jpg 的回應為例

Schema 用來定義 JSON 內容

{
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "type": "object",
    "properties": {
 "retcode": {"type": "integer", "description": "返回碼,0 表示成功,其他數值可能表示錯誤"},
@jamessa
jamessa / log
Created October 10, 2019 05:48
10-10 13:47:44.779 21928 21928 D MeasureService: [onDeviceScan] device name: LE-reserved
10-10 13:47:44.781 21928 21928 D MeasureService: [onDeviceScan] device uuid: null
10-10 13:47:44.781 21928 21928 D MeasureService: [onDeviceScan] device address: 28:11:A5:D6:BD:75
10-10 13:47:44.785 21928 21928 D MeasureService: [onDeviceScan] device name: null
10-10 13:47:44.786 21928 21928 D MeasureService: [onDeviceScan] device uuid: null
10-10 13:47:44.786 21928 21928 D MeasureService: [onDeviceScan] device address: 77:9F:D6:0F:75:05
10-10 13:47:44.853 21928 21928 D MeasureService: [onDeviceScan] device name: null
10-10 13:47:44.855 21928 21928 D MeasureService: [onDeviceScan] device uuid: null
10-10 13:47:44.855 21928 21928 D MeasureService: [onDeviceScan] device address: 0F:D6:02:7B:09:4F
10-10 13:47:44.858 21928 21928 D MeasureService: [onDeviceScan] device name: null
make ergodox_ez
QMK Firmware 0.6.414
WARNING:
Some git sub-modules are out of date or modified, please consider running:
make git-submodule
You can ignore this warning if you are not compiling any ChibiOS keyboards,
or if you have modified the ChibiOS libraries yourself.
Making ergodox_ez with keymap 333fred [OK]
Making ergodox_ez with keymap ab [OK]
hugo serve -vFD
INFO 2019/06/13 13:54:00 Using config file:
Building sites … INFO 2019/06/13 13:54:00 syncing static files to /
INFO 2019/06/13 13:54:00 found taxonomies: map[string]string{"tag":"tags"}
WARN 2019/06/13 13:54:00 Page's .Hugo is deprecated and will be removed in a future release. Use the global hugo function.
WARN 2019/06/13 13:54:00 Page's .RSSLink is deprecated and will be removed in a future release. Use the Output Format's link, e.g. something like:
{{ with .OutputFormats.Get "RSS" }}{{ .RelPermalink }}{{ end }}.
| ZH
+------------------+-----+
{
"profiles": [
{
"name": "Default profile",
"selected": true,
"simple_modifications": {
"caps_lock": "delete_or_backspace",
"right_command": "left_control"
}
}
I bump into a problem that I cannot render CJVK characters correctly.
=== Here's the tiny sample ===
\version "2.19.40"
\header {
title = "標題" % Use only English is fine. CJVK seems broken.
}
\score {
FileNotFoundException: Could not load file or assembly 'UnityEditor.iOS.Extensions.Common, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
System.Reflection.MonoMethodInfo.GetMethodInfo (IntPtr handle) (at /Users/builduser/buildslave/mono-runtime-and-classlibs/build/mcs/class/corlib/System.Reflection/MonoMethod.cs:59)
System.Reflection.MonoMethod.GetPseudoCustomAttributes () (at /Users/builduser/buildslave/mono-runtime-and-classlibs/build/mcs/class/corlib/System.Reflection/MonoMethod.cs:293)
System.MonoCustomAttrs.GetPseudoCustomAttributes (ICustomAttributeProvider obj, System.Type attributeType) (at /Users/builduser/buildslave/mono-runtime-and-classlibs/build/mcs/class/corlib/System/MonoCustomAttrs.cs:78)
System.MonoCustomAttrs.GetCustomAttributesBase (ICustomAttributeProvider obj, System.Type attributeType) (at /Users/builduser/buildslave/mono-runtime-and-classlibs/build/mcs/class/corlib/System/MonoCustomAttrs.cs:110)
System.MonoCustomAttrs.GetCustomAttributes (ICustomAttr
// FFT.swift
//
// Copyright (c) 2014–2015 Mattt Thompson (http://mattt.me)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
Incident Identifier: 42795A6E-D4DB-4BE7-8883-7A9876A61F9A
CrashReporter Key: 7ac331f78bc5e8af951ddeaa18b763b41c4c773d
Hardware Model: iPhone7,1
Process: Tars [2660]
Path: /private/var/mobile/Containers/Bundle/Application/80E9CFE3-7DBE-4148-8DB9-55A274BD1F3A/Tars.app/Tars
Identifier: com.kktown.Tars
Version: 97 (1.1.3)
Code Type: ARM-64 (Native)
Parent Process: launchd [1]