Leroy

Results 20 comments of Leroy

> 编译使用的环境是什么配置?比如 * node and npm or yarn version * jenkins container

Hi @ylyxf , [using-with-express](https://github.com/jaywcjlove/mocker-api#using-with-express) 按照express的使用方式, 实际上对于不同的 content-type 是可以自定义的, 除非使用的途径是直接通过mocker来启动才有必要添加此类支持. cc @jaywcjlove

> 和webpack一起使用,将请求转发到远程服务器时,怎样在本地开发文件指定cookie? > 如果不带cookie,没有权限使用远程服务器接口。 > > 谢谢 是指的代理转发需要添加自定义cookie么?

Did the `knex` not support use by `deno`? Because I found this one `knex` [issue](https://github.com/knex/knex/issues/3851).

Ok, I want this now, what is going on here?

> Nothing. Feel free to send PRs :D Sadness, I will try but do not promise...:D

I found a way to use the `knex` without any changed, that is importing the module via an online CDN site like [esm.sh](https://esm.sh/), but the question is coming. All of...

> The Deno 1.25 added npm support, maybe it works, i didn’t try yet. > > https://deno.com/blog/v1.25 Thanks, it looks great. I am trying!

Hi, @felipefdl , For now, the `deno` cannot support to use node package fully. Maybe `--unstable` to stable is the day. Here is the [detail](https://github.com/denoland/deno/issues/15717).

Run with deno 1.26.1 but failed, has anyone tried it yet?