Fritz Lin

Results 364 comments of Fritz Lin

@evshiron yeah I see, it works, thanks.

> ``` > # Prisma studio Backend, I guess? > location ~ ^/api/? { > proxy_pass http://api:4466; > proxy_set_header Host $host; > proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; > proxy_set_header X-Forwarded-Proto $scheme; >...

爱了爱了,这个项目 https://github.com/itorr/sojo/blob/main/index.html#L2051-L2058

@pro100805 you should paste the output of `pm2 info server` here. And it will help to figure out the `script` and `args` you specified to run the app.

I have similar problem with `:if`: ```html render() { this.update({ foo: 'bar' }) // won't work, because inside the `createApp` for `:if` // the `Impl` is undefined but not the...

Hi, I'd suggest to keep the compatibility with older node.js as to give the best user ( developer)-experience as we can. Also a breaking-change which could be avoided is not...

+1 to avoid `jest*` stuffs as much as possible, as nuejs testing is based on `bun test`, and I introduced `jest*` to ensure the compatibility to users with node environment....

Forgive me I might be off-topic, but I'm borrowing the topic of "page_router": Is the `page_router` in site.yaml now deprecated in favor of `router: true|false`? I'm seeing only `if (data.router)...

> ```sh > $ node $(which nue) --version > C:\Users\ShiMeiWo\AppData\Local\pnpm\nue:2 > basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") > ^^^^^^^ > > SyntaxError: missing ) after argument list > ```...

@meteorlxy yes thanks for your reminding! Don't know why my server went wrong and didn't get time to fix it so far.