Jiamo

Results 20 issues of Jiamo

我自己也是 一直没有跑通测试, 偶尔会失败。 https://github.com/jiamo/HCLHlock。 这本书的第二版也去掉了 HCLHlock 。

for such url: https://www.newser.com/story/314158/cruise-ship-with-infected-passengers-docks-in-new-orleans.html with - **mac os x**: - **latest merury-parser**: ## Detailed Description ``` ./node_modules/.bin/mercury-parser https://www.newser.com/story/314158/cruise-ship-with-infected-passengers-docks-in-new-orleans.html --header.User-Agent="Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML,...

I custom build flink image with jars. at now for savepoints ``` autoSavepointSeconds: 300 restartPolicy: FromSavepointOnFailure ``` This is only for `OnFailture`. Can we auto restore from latest savepoint when...

With latest master build create example session cluster and job cluster using flink:1.12.1-scala_2.12-java11 In test docker env. ``` /opt/flink/bin/flink run -m flinksessioncluster-sample-jobmanager:8081 /opt/flink/examples/myfault-1.0-SNAPSHOT.jar ``` ``` 2021-02-04 02:31:03,798 INFO org.apache.flink.client.cli.CliFrontend []...

With latest code in arm64 build got 100% but link error: ``` [100%] Building CXX object src/CMakeFiles/zeek.dir/main.cc.o [100%] Linking CXX executable zeek /usr/lib/aarch64-linux-gnu/libresolv.a(res_comp.o): in function `__res_hnok': (.text+0x120): relocation truncated to...

I didn't find the file(with same csv struct) from the original CICIDS-2017 dataset?

At now use different lsolation_level should do it in global. database = PooledPostgresqlDatabase( **config.database_conf, autoconnect=True, autorollback=True, max_connections=10, isolation_level=ISOLATION_LEVEL_REPEATABLE_READ ) pg_objects = Manager(database=database, loop=loop) objects = await pg_objects.execute(q) Can we got...

While `udp and port 53` is work fine. When using `tcp and port 53` and `dig google.com +tcp` show nothing.

like tag 3.8 to match CPython3.8? This will be good for tracing the new code.

Here is the example: isOdd' : Nat -> Bool isOdd' Z = ?isOdd'_rhs_1 isOdd' (S k) = ?isOdd'_rhs_2 when you put cursor in isOdd' make-lemma got isOdd' : Nat ->...