Joey

Results 13 comments of Joey

First trial failed, because casbin depends on tokio depends on mio depends on net2, and net2 doesn't compile on wasm32-unknown-unknown. To achieve this we have 2 solutions. 1. Design a...

A simple link demo ![图片](https://user-images.githubusercontent.com/4054836/77154524-d528fc00-6ad6-11ea-8156-81e9f21577b7.png)

@DevinR528 I did some experiments with `cbindgen` but sadly it doesn't work, because we have used ```rust Box // or *mut dyn Adapter ``` According to cbindgen's [doc](https://github.com/eqrion/cbindgen/blob/master/docs.md) > cbindgen...

@babelouest Your idea that encoding policies to OAuth token is very clever, I once built an OAuth server, I use a database table to store the relation of scope and...

I also hope to see English document, maybe you can ask @butschster on how to contribute.

刚刚试用了一下你的helm-dict,挺不错的,就是那个google-10000-english.txt完全没必要,导致不在列表里的词根本没法查。 chinese-yasdcv还没试

Also got a raspberry pi and can't run dlv ![image](https://user-images.githubusercontent.com/4054836/103484609-06d33f80-4e2b-11eb-8aaa-543e48449dcb.png) would take some time to try this branch and see if it works on raspberry pi 4b+

1. Run `docker-compose up -d` to start postgres and pgadmin 2. Run `DATABASE_URL=postgres://postgres:123@localhost:6432/local_chain_db sqlx database create` in `substrate-archive/src` to create the database. 3. Run `DATABASE_URL=postgres://postgres:123@localhost:6432/local_chain_db sqlx migrate run in `...

What's the status of > Actor for type-decoding > storage schema for type-decoding Since https://github.com/paritytech/substrate-archive/pull/394 was merged.

Same issue here, for me, the first time I start substrate node then substrate archive report `:code hash not found`, but when I restart substrate node and substrate archive everything...