Jun Jiang

Results 16 issues of Jun Jiang

![image](https://user-images.githubusercontent.com/1024162/62011439-14eb4e00-b1ab-11e9-8ad8-250f9eeac123.png) You can see there is not padding for 'active' background (`Pages`) and the underline (the blue line below `Forms`)

**Is your feature request related to a problem? Please describe.** Ruby 3.0 will release very soon, the new feature Fiber Scheduler may significant improve Ruby server app. My friend working...

feature

MongooseIM version: 3.3.0 Installed from: source Erlang/OTP version: Erlang/OTP 21 [erts-10.3.2] [source] [64-bit] [smp:12:12] [ds:12:12:10] [async-threads:1] [hipe] [dtrace] Relates to #2256 , when resource not exists (including non exist API...

community
in backlog

MongooseIM version: 3.3.0 Installed from: source It seems REST API doesn't have ability of manage MUCLight members' affiliation. But when I discover source code, I found , it looks like...

community
in backlog

I don't know this is the right direction but I believe this would help when people interacting with NFT traits return values in their own pallets Basically I'm imitating how...

A0-please_review
B0-silent
C1-low
D3-trivial 🧸

Background: I'm trying to build a pallet to work with pallet_nft, my goal is disable most of pallet_nfts extrinsic and my pallet will help to management collection, minting nfts and...

A0-please_review
B0-silent
C1-low
D3-trivial 🧸

This PR allows you to set `code` and `reason` when closing a WebSocket connection. It's very useful when hacking ActionCable. In addition, I small refactor the file to avoid potential...

actioncable

This PR is not intended to be merged but shows what I've done to make `sd-webui` work again on JP6. Contains: - The `cuda-ubuntu2004.pin` will cause trouble on Ubuntu 22.04...

I want to add extra arg `--api` to the `sd-webui`, then I found the current Dockerfile not easy to make. With the entry point style, I could add extra args...

``` Step 5/18 : RUN git clone --depth=1 https://github.com/oobabooga/text-generation-webui ---> Using cache ---> 38dc6096170d Step 6/18 : RUN cd text-generation-webui && git remote add llava2 https://github.com/haotian-liu/text-generation-webui && git fetch llava2...