-
Hi is there anyway we can set botmasterUserId on the server it self? We are currently using JWT for decoding id of user we plan to use this as the botmasterUserId
Here is the current code
`socke…
-
想利用nameserver分组的功能做DNS分流查询,域名一个一个输入太累了,想直接调用gfwlist,请问该如何实现?
Sent with GitHawk
-
我在配置文件中配置了直连或者代理,但是还是经过dns。配置文件如下:
{
"log": {
"loglevel": "warning"
},
"outbounds": [],
"policy": {
"levels": {
"0": {
"uplinkOnly": 10,
"downlinkOnly":…
-
I believe the line at https://github.com/evancz/url-parser/blob/7c67e7f95a49c9a0e4b51b91d4fd05169dacc680/src/UrlParser.elm#L208
Should instead read
```Elm
, map Comment (s "user" string s "co…
-
So im loading safeFrame from a http:// page im randomly getting this error:
Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('http://tpc.googlesyndication.com') does not …
-
I have a test that is testing that my json decoders work correctly, but am having some issues with case statements in my tests. For example:
```elm
test "json parser"
case parseAllTheThi…
-
## Look at here
- → Did you conform to the [Rules](https://github.com/JessYanCoding/MVPArms/issues/150)?
- → Did you read the [Wiki](https://github.com/JessYanCoding/MVPArms/wiki) **Carefully**?
…
-
When you parse, modify and then format a URL, the behaviour is not defined in the API.
For example
```js
const parts = urlite.parse('https://github.com/QubitProducts/urlite/issues/new')
parts.…
-
_Your Go-MySQL-Driver version (or git SHA)_:
I have no idea how to get this. I just installed with `go get`
_Your Go version (run go version in your console)_:
The output is `go version go1.5.2 linux…
-
HTTP.jl uses the `http_parser_parse_url` function to parse URLs.
https://github.com/JuliaWeb/HTTP.jl/blob/6ee7083970c01c80b0af0e47524a43fdb6b7504b/src/urlparser.jl#L161
I believe this code is based …