Lio李歐

Results 63 issues of Lio李歐

The guichan repo (https://code.google.com/p/guichan/) has some log entries which are utf-8 encoded, some which are not. All of these get appended together and the XML encoder has not way to...

This works around https://github.com/golang/go/issues/26366 by adding a `dummy.go` file in required folders. Without this fix, all C and H files will be missing from the vendor folder, causing the build...

https://github.com/CyberShadow/ae/blob/3a2ec9456c1a6568b2ef9fa909c5f29cd1b0d829/dub.sdl#L13 This causes issues when building an application that depends on `ae` from Nix: the `ae` library will have been added to the Nix store (`/nix/store/…`) but because of the...

In the contact list, one of my friends appears more than once. Same name, same contact picture, same chat history when tapped. Interestingly, this friend is the only contact that...

Like the C++ code, on many places the API requires a ptr-length-pair: ``` this(const(ubyte)* input, size_t length, Base base = Binary) ``` The proper D way would be to provide...

Per RFC 2253 attribute values can be empty: ``` attributeTypeAndValue = attributeType "=" attributeValue attributeType = (ALPHA 1*keychar) / oid keychar = ALPHA / DIGIT / "-" oid = 1*DIGIT...

This patch allows one to add any OID name-value pair in a DName structure.

The current version in `master` uses `fmt.Sprint` for `float64` args, causing strings such as `"1.590540802326684e+18"`: https://github.com/go-redis/redis/blob/3d03b1fa6a1ed0775d4b032861da0637b45437da/command.go#L103 This is a regression caused by https://github.com/go-redis/redis/commit/0944d0167b5886c195a151a5553b9fbdff0815d7 where `formatFloat` got removed. Expected: `client.ZAdd(ctx, "key",...

This improves upon https://github.com/dlang/dmd/pull/13288 and adds a copy of `osmodel.mak` into this repo, to break the build dependency between the two repos. This allows one to build the tools with...

stalled

## Actual ``` $ node > require('ethereumjs-abi').rawEncode(["uint256"], "g") ``` The string `"g"` gets interpreted as `"f"+1`. ## Expected Calling `rawEncode` with invalid number or hex string should throw.

effort: E1 hours
prio: P4 nice-to-have
type: feature
type: refactor
eval: needs validation
help wanted