Eunpyoung Kim
Eunpyoung Kim
[re-natal](https://github.com/drapanjanas/re-natal) supported [react-native-windows](https://github.com/Microsoft/react-native-windows).
https://developers.google.com/protocol-buffers/docs/proto3#any
only GetChild function, It is hard to managemet code. so I suggested using attribute before ~~~cs GButton item = list1.AddItemFromPool().asButton; item.GetChild("t0").text = "" + (i+1); item.GetChild("t1").text = testNames[i]; item.GetChild("t2").asTextField.color =...
https://github.com/netpyoung/fb-sdk-cljs/issues/2 from @featalion `minification cljsbuild compiler transforms .-fbAsyncInit into short version so that expected window.fbAsyncInit = myCallback; becomes window.xx = myCallback;` I thinks `-fbAsyncInit`(https://developers.facebook.com/docs/javascript/advanced-setup) which is facebook specific function will...
* https://github.com/RyanNielson/awesome-unity/issues/93
Current build setting can't build 32bit(armv7) android on Unity2020/2021(what i checked versions) . ``` txt Plugin 'Assets/unity.webp/Plugins/Android/libs/armeabi-v7a/libwebpdecoder.so' doesn't have CPU architecture set, since it's a native plugin, valid architecture is...
# TODO - [x] sqlcipher 3.x to 4.x - [x] #40 - android / ios / windows / linux / osx - [x] sqlcipher build script - [x] package manager...
ring-jetty supports ssl, keystore .... https://ring-clojure.github.io/ring/ring.adapter.jetty.html i know that http-kit doesn't. but, sometimes, i need testing on https server. Could you support ring-jetty's ssl options? thanks.
matching string "he?p" is not supposed to match "helpp". need "$" ``` clojure (defn- glob->regex "Takes a glob-format string and returns a regex." [s] (loop [stream s re "" curly-depth...