Liang

Results 9 issues of Liang

In the official favourite location source, ``` class LocationStore { constructor() { this.locations = []; this.errorMessage = null; this.bindListeners({ handleUpdateLocations: LocationActions.UPDATE_LOCATIONS, handleFetchLocations: LocationActions.FETCH_LOCATIONS, handleLocationsFailed: LocationActions.LOCATIONS_FAILED, setFavorites: LocationActions.FAVORITE_LOCATION }); this.exportPublicMethods({ getLocation:...

先在captcha 的索引是通过rucaptcha_sesion_key_key 来存在session 里面的。但是如果是无状态的API 接口的话(移动端),就不太好用了。 像这样把captcha 在存储中的key 返回,就可以支持不用cookie 的API了 ```Ruby def new_generate_rucaptcha res = RuCaptcha.generate() session_val = { code: res[0], time: Time.now.to_i } RuCaptcha.cache.write(rucaptcha_sesion_key_key, session_val, expires_in: RuCaptcha.config.expires_in) opts = {...

On solana, all contracts are stateless and state is instead represented using "accounts". More specifically, all fungible and non-fungible tokens are using the same instance of token contracts and for...

attempt to improve this : func (g *Group) load(ctx Context, key string, dest Sink) (value ByteView, destPopulated bool, err error) { // TODO(bradfitz): log the peer's error? keep // log...

cla: yes

https://zcashnetwork.info/api/tx/08e894a01b2727e555a5ce1278aa4296ce73fc32a10c801877d7bfa4fec7f638 ``` { txid: "08e894a01b2727e555a5ce1278aa4296ce73fc32a10c801877d7bfa4fec7f638", version: 4, locktime: 655162, vin: [ { txid: "113eceabf69dfb38316ff50bebdbe5b6368528218f5288f6d01a12bc9c703412", vout: 0, sequence: 4294967294, n: 0, scriptSig: { hex: "4830450221009b5dcb8353f4c3c8406bf2cd1f4e992fdbdb92a1f1b1d8405a93f1595301663102205b97b46cf6c6050dc26e4edc2baa9a07b4e13bedb8ea9602b0d57f56cc9170db0121020ebb6fc2813cebe13ca28a6a06039c6ea70c0a8a932ce7fbc13a17d72b270869", asm: "30450221009b5dcb8353f4c3c8406bf2cd1f4e992fdbdb92a1f1b1d8405a93f1595301663102205b97b46cf6c6050dc26e4edc2baa9a07b4e13bedb8ea9602b0d57f56cc9170db[ALL] 020ebb6fc2813cebe13ca28a6a06039c6ea70c0a8a932ce7fbc13a17d72b270869" }, addr: null,...

![screenshot](https://118781394cbd5e5bf9489ce62d9d052e0bd5aa6c.googledrive.com/host/0B4eZhD1V1_ZARUhmQkF1eURaUXM/Screen%20Shot%202015-11-04%20at%2011.41.58%20pm.png) ``` getTitle() { return 'MENU' }, ``` ``` ``` For iOS title is centred while for Android is left-aligned. Is this a intended behaviour.

It seems that certain scope related configuration is missing.

--- cip: title: DID Mult Methods author: Liang Qiao (@qbig ), Spencer T Brody(@stbrody) discussions-to: https://forum.ceramic.network/t/is-it-possible-to-create-streams-controlled-by-multiple-did/746/9 status: category: type: created: 2023-02-21 requires: replaces: --- ## Simple Summary Simple summary goes...