Kam Y. Tse

Results 8 issues of Kam Y. Tse

Currently, if `eval` or `call_funcion` throws an exception, we just produce a simple string, without the context. QuickJS support some non-standard properties, such as `stack`, `lineNumber`, we should consider to...

It seems that the `.elf` was discarded. associated code: ``` add_executable(${PROJECT_NAME}.elf ${SOURCE_FILES} ${MBED_OBJECTS}) target_link_libraries(${PROJECT_NAME}.elf ${MBED_LIBS}) add_custom_command(TARGET ${PROJECT_NAME}.elf POST_BUILD COMMAND ${ARM_NONE_EABI_OBJCOPY} -O binary ${PROJECT_NAME}.elf ${PROJECT_NAME}.bin COMMAND ${ARM_NONE_EABI_OBJCOPY} -O ihex ${PROJECT_NAME}.elf ${PROJECT_NAME}.hex...

**NOTE: If the protocol required changes, put this proposal aside, and fix the protocol first.** The **Encryption Algorithm** is fixed during the design of `CSwitch`, in other words, this is...

P-Low

Currently, the `CSwitch` uses the basic handwritten Error type to manage the error, I admit that's the most flexible way, but it would make us spent more time to write...

P-Low

`lib/version.txt` just contain "nightly", which make CMAKE can not detect the SDK version. By setting the PARSED_VERSION="1.6.12" manually when detect "nightly" on `lib/version.txt` to solve this issue.

## Feature Request Currently, Tide always returns 404 with an empty body when there is no route matched. https://github.com/rustasync/tide/blob/9a9b10a6fa7ad3aebbebd7a2404ac4ddc4c17ab7/src/router/core.rs#L71 But, we often expect to return some message to let our...

**The problem/use-case that the feature addresses** For the cache server deployed behind L4 gateway(LB, PrivateLink, etc.),the peer address not the real client address. This makes things complicated in troubleshooting. **Description...

Support reusable private key for agreement, introduce a structure `Inner`, which both used in `EphemeralPrivateKey` and `ReusablePrivateKey`. PS: I close an open this again because I make some mistake in...