Kyle Tse

Results 105 comments of Kyle Tse

I have the same issue. ``` ERROR Cannot restart nuxt: serialize is not defined 00:54:35 at eval (eval at (node_modules\.pnpm\[email protected]\node_modules\lodash.template\index.js:1550:12), :7:1) at compileTemplate (/node_modules/.pnpm/@[email protected]_xksk6ykcssmhab4dbdyjruocau/node_modules/@nuxt/kit/dist/index.mjs:511:45) at async /node_modules/.pnpm/[email protected]_i6nlvakzchf2ijsj2wbufpcjqi/node_modules/nuxt/dist/index.mjs:1565:22 at async Promise.all...

This is a super amazing project in js. Hope it will support full typing in the future!

I have tried the new commit. `filter` seems can search deeply. Code: ``` $dom = FluentDOM::QueryCss('54', 'html-fragment'); $dom->filter('p')->each(function($element) { $element->replace('hi'); }); echo $dom; ``` Expected: ``` 54 ``` Actual: ```...

But the result is different from the jquery version as I posted above. The reason why I don't use find because I can't find the root elements. code: ``` $dom...

Can we set the host in runtime? as all my site info is stored in database.

ok, I found it. I can change the canonicalhost in runtime now. ```ts injectSchemaOrg().options.canonicalHost = 'https://google.com/' ```

@harlan-zw I hate setting hostname in config as it may be changed in runtime. For example, different hostname for dev env and prod env. Moving site from one domain to...

I have the same issue. Anyone has workaround solution for supporting IPv6 on OpenVPN and L2TP in softether? I can work well in softether with radvd + dnsmasq.

> > > IIUC, that would be a client issue. I don't get it. What do you mean by client issue?