Yegor Myskin

Results 13 comments of Yegor Myskin

Yes, I did, how to include tdlib, so? I use Os X

Looks like I found a reproducer(run it multiple times with `-race` to see): ``` package tracer_test import ( "sync" "testing" jsoniter "github.com/json-iterator/go" ) func MarshalJSON(i any) (string, error) { res,...

Got another unhealthy status for my long-running container: ``` docker-android.stderr.log xterm: cannot load font "-Misc-Fixed-bold-R-*-*-13-120-75-75-C-60-ISO8859-1" Warning: QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root' ((null):0, (null)) emulator: ERROR: AdbHostServer.cpp:93: Unable to...

``` root@5dc98862fc1c:~# ps afx PID TTY STAT TIME COMMAND 1253 pts/1 Ss 0:00 bash 4095 pts/1 R+ 0:00 \_ ps afx 1 ? Ss 0:00 /bin/sh -c /usr/bin/supervisord --configuration supervisord.conf...

@awalterschulze @jmarais what do you think about that? Should I commit this change?

I have JSON-schema like this: ![image](https://user-images.githubusercontent.com/19488486/31889436-81bbaf64-b808-11e7-929f-3190fff1bfff.png) It means that JSON ``` 123 ``` is being interpret as valid. `123` will be a root element and equals 123 ![image](https://user-images.githubusercontent.com/19488486/31889979-42bc3962-b80a-11e7-8614-da4aa461b6d0.png) The same...

I did some changes here https://github.com/mac-s-g/react-json-view/pull/125 to show what I want. But for now it's hard to implement the copy & edit button

https://tools.ietf.org/rfc/rfc7159.txt Just look the rfc “Hello world” is the valid string Also, all parsers supports this feature, they are PHP(json_decode), Js(JSON.Parse), PostgreSQL (json/jsonb-type)