Yanbing Zhao

Results 6 issues of Yanbing Zhao

Is there any way to convert between `NBTTagCompound`s (maybe `DataContainer`s in SpongeAPI) and `String`s losslessly? For example, in forge mods we can use `net.minecraft.nbt.JsonToNBT#getTagFromJson` and `net.minecraft.nbt.NBTTagCompound#toString` to complete the conversion...

type: enhancement
system: data

目前使用两个波浪线才能保证为一段文字添加删除效果,比如:`~~text~~`,而对于GitHub来说,单波浪线就可以做到这一点,比如:`~text~`。

bug

虽然这是正确读音,但 QQ 解释成了“yōng sūn bù gěi”,只好将错就错了=_=||

bug

[The code](https://github.com/rvagg/github-webhook/blob/master/github-webhook.js#L206) pops the first element of an array in each execution and the length of the array is reduced by one each time when the webhook is triggered since...

What will it be if the request is written in a language the author does not understand? Should it be regarded as a request applicable to the license? Is the...

question

已经有不止一个参赛选手表示他们被「直接粘贴 token 进 url 不行」坑过了(我之前验题的时候也被坑过其实)。虽然这不是啥大问题,但是「可以直接粘贴进 url 的 token」想必能提升用户体验,实现起来(应该?)也不难。