Shen Li
Shen Li
For example, if I have a contentBlock with no styles and entities applied and the text is `'__not_bold__'`, it should be converted to `\_\_not_bold\_\_` instead of `'__not_bold__'`
todo: - django's message system - user info avatar size
# `HandlerLike` signature doesn't match actual `server.Handler`. Missing `connInfo` Setup: - Deno Version: deno 1.20.6 - v8 Version: v8 10.0.139.6 - Typescript Version: 4.6.2 - SuperDeno Version: 4.8 ## Details...
getting error message: ``` WebDriverException: Message: 'geckodriver' executable needs to be in PATH. ``` Seems like a configuration error
This is to include the maximum length in the error message when validating group and channels names. Also found that `invalid_name_error` is defined but never used. This PR also utilizes...
`valid_group_name` always throws the message `Group name must be a valid unicode string containing only ASCII alphanumerics, hyphens, or periods.`, even if the actual error is group name being too...
**Note: for support questions, please use stackoverflow**. This repository's issues are reserved for feature requests and bug reports. * **What is the current behavior?** The`wrap_resolve` function that wraps around an...
Right now, subscribe and execute are two functions. And there are some issues with that. 1. Semantically, subscription is a type of execution. In the spec, Query, Mutation and Subscription...