Skip to content

Instantly share code, notes, and snippets.

@h-mikisato
h-mikisato / udonarium-linker.patch
Last active August 14, 2021 18:23
Udonarium v1.13.1 対応 チャットのURLのリンク化パッチ
diff --git a/package.json b/package.json
index 8b3d35e..48d15a6 100644
--- a/package.json
+++ b/package.json
@@ -20,6 +20,7 @@
"@angular/platform-browser": "^11.0.7",
"@angular/platform-browser-dynamic": "^11.0.7",
"@angular/router": "^11.0.7",
+ "autolinker": "^3.14.2",
"crypto-js": "^3.1.9-1",
@h-mikisato
h-mikisato / udonarium-2d.patch
Last active October 19, 2022 12:04
Udonarium v1.14.1 および Udonarium Lily v1.08.0 対応 平面化パッチ
diff --git a/src/app/component/dice-symbol/dice-symbol.component.css b/src/app/component/dice-symbol/dice-symbol.component.css
index aca62fd..b46d4af 100644
--- a/src/app/component/dice-symbol/dice-symbol.component.css
+++ b/src/app/component/dice-symbol/dice-symbol.component.css
@@ -98,7 +98,7 @@
bottom: 0;
left: 0;
right: 0;
- transform: rotateX(-90deg) translateY(-50%);
+ /* transform: rotateX(-90deg) translateY(-50%); */

Keybase proof

I hereby claim:

  • I am h-mikisato on github.
  • I am hmikisato (https://keybase.io/hmikisato) on keybase.
  • I have a public key ASB5OE2dq5oYKeV75m6NR4miitXAtl8X45IePQ_PspDupwo

To claim this, I am signing this object:

@h-mikisato
h-mikisato / apns_node.js
Last active February 12, 2016 05:08
APNs Provider API in NodeJS
var fs = require('fs');
var path = require('path');
var http2 = require('http2');
var uuid = require('node-uuid');
var logger = require("log4js").getLogger();
var argparse = require('argparse');
/*!
* From Countly Team fork
* https://github.com/Countly/node-http2/tree/custom