Songwon Park
Songwon Park
In post route case, this problem is same. ``` const { value } = await ctx.request.body(); ctx.response.status = Status.OK; ctx.response.body = { result: value }; ``` It looks await timing...
> Need to implement caching_sha2_password auth plugin https://github.com/manyuanrong/deno_mysql/blob/master/src/auth.ts#L40 It looks like a good working above code. Why do you remain inactive this code? ``` +------+-----------+-----------------------+ | User | Host |...
@wenjoy Can I know your mysql version? It might be under v8.0. It's right?
@matiasinsaurralde Thanks to reply to me. I followed your explanation. but there are some problems. 1. when I command ./build.py I got the error message ``` Running hooks: 100% (28/28),...
@matiasinsaurralde yes ``` SONGWONs-MacBook-Pro:rust-v8worker2 songwon$ ./build.py out_path None Rebuilding V8 Fetching dependencies. ________ running 'git -c core.deltaBaseCacheLimit=2g clone --no-checkout --progress https://chromium.googlesource.com/v8/v8.git ./_gclient_v8_mvhSF2' in '.' Cloning into './_gclient_v8_mvhSF2'... remote: Sending approximately...
I just cloned depot_tools from github and gn file has codes as follows. ``` SONGWONs-MacBook-Pro:depot_tools songwon$ cat gn #!/usr/bin/env bash # Copyright 2013 The Chromium Authors. All rights reserved. #...
@matiasinsaurralde I succeeded fetching v8 by using ./build.py --rebuild --depot_tools_path but cargo test I got error as follows. ``` Compiling v8worker2 v0.1.0 (file:///Users/songwon/CODE/rust-v8worker2) warning: foreign function is never used: `worker_set_rust_object`...
thanks, If you fix, comment on here please :)
Thanks! From now on I research about this project. I'm not familiar rust lang. Could you give me some hint about cargo test working process? and Can you add some...
@matiasinsaurralde Thanks to you, I understood many things. I compared original v8worker2(go lang) with this rust-v8worker. However I have a one question. How to use exactly worker load js file?...