Wei Tang
Wei Tang
Languages we plan to support: - `en` - `zh-cn` - `zh-hk` - (Other translators?) The translation framework is added in #80, below are individual sections to be translated: - [...
For the majority of Linux users, they might be forced to need to compile everything from source if their distribution does not follow Debian's FHS. For example, the binary download...
This implements two things and fixes several tests: * Support partial trie. DatabaseHandle is changed to allow returning Option, and all op fns will return Error::Require(hash) if one of the...
`Vec` should be replaced by a singly linked list.
Make a trait decoder that keeps the current slicing. This standardizes all the current slice-like decoder we have.
This adds openalias (https://openalias.org/) support, hidden behind the `openalias-support` feature gate. This allows associating an address (be it BTC, XMR or ETC) to a domain name, so it is less...
This pull request adds HTTP/2 support for Requests.jl. Help on testing and code review are highly appreciated! To use it, you need to checkout `master` of [HPack.jl](http://github.com/sorpaas/HPack.jl) (header compression implementation),...
Currently, hydrating multiple components on the same page in sycamore does not work. This is because, across mount boundaries, elements can have the same `data-hk` value and thus confuses sycamore....
Example: ``` (define (any->moment x) x) (define (%earlist moment moments) (%and (%not (%= moments '())) (%is moment (sort moments (lambda (a b) (moment