iceboy
iceboy
For `native_inline` for tables, we can use `std::optional` (port as `flatbuffers::optional`) if we want to keep the optional semantics.
There are two other approaches: * Abseil convergence: Does flatbuffers minimum requirement met abseil's requirement? if so we can depend on abseil. * Unpack null as empty in object API...
I'm playing with a HTTP server called [h2o](https://github.com/h2o/h2o) which supports to be used as a library and I'm trying to make a python binding for it (just for fun now...
Had a quick hack to make it buildable in windows (win7, python 3.5.2 x64): https://github.com/iceb0y/uvloop/commit/fa2b7db1d7940149bb8d16e856e7d1a642f3e6b8 build snippet: in /vendor/libuv, _use python2_ ``` vcbuild.bat x64 release ``` in /, use python3,...
dup is introduced in 6e9c43bdecfad711c38c423fbada8fd8b86ddf7f maybe we need to find another way to solve the problem described by the commit?
Sharing handle objects seems not working. uv still complains `Assertion failed: (loop->watchers[w->fd] == w), function uv__io_stop, file src/unix/core.c, line 888.` Changing `socket.socket` to `socket.fromfd`, which uses `_socket.dup` which [has special...
> Some workarounds to the signal based on @iceb0y 's commits: brickgao@eb9b9b7 @1st1 I think the windows signal code is actually platform-independent 1. Is it correct? 2. Should we just...
tested on windows - the signal handling code doesn't work on windows, probably due to usage of `socketpair`. `Loop._setup_signals` -> `Loop._add_reader` -> `UVPoll.new` -> `UVPoll._init` -> `uv.uv_poll_init` -> `OSError: [Errno...
Do you want to implement this in vj4, or use external solutions like influxdb+grafana? Should this be personal addition to vijos.org, or part of the open source project?
could be related ``` Oct 29 04:10:02 vj4 python3[1010]: #033[31m[E 171029 04:10:02 base:245]#033[0m System error by /contest/51122cdf4e411264120000c3/scoreboard 106.11.154.162 1: KeyError(82136,)#033[0m Oct 29 04:10:03 vj4 python3[1010]: #033[31m[E 171029 04:10:02 web_protocol:362]#033[0m Error...