Chino Chang
Chino Chang
Without ServiceRegistration, this lib cannot be used to register a service on consul.
Colour of Inlay Hints does not fit the theme. 
```rust use core::time::Duration; use reqwest::header::USER_AGENT; let _m = mock("GET", "/hello") .with_status(200) .with_header("content-type", "text/plain") .with_body("Hello World") .create(); let host = mockito::server_url(); let timeout = Duration::from_millis(3_000); let client = reqwest::blocking::Client::new(); let req...
Laravel 5.5 开始支持 Auto-Discovery,可以省去添加 providers 和 aliases 的步骤
tried to add logging in `uploadApplicationCommands` and `validateCommands`, got nothing.
Add support for 2FA sorry for the dirty codes
The project name `jupyter-php-instance` is invalid, it will cause `ERROR: Error while trying to download Jupyter-PHP dependencies with Composer.` With `php ./jupyter-php-installer.signed.phar install -v` will get the details: ``` [Composer\Json\JsonValidationException]...
Implement GenesisConfig for `uniques` pallet. maybe relate to paritytech/polkadot-sdk#327