ttys3
ttys3
> Hello @ttys3, > > Thanks for this contribution! > > As this would be an enhancement, the changes should target the master branch for the next v3 minor version....
> Hello @ttys3, > > I was implying that the current option is static, meaning the configuration won't change at runtime and that this could be a limitation because one...
the problem is `service1`, in `file` provider, we always write static service name, it is no problem here. but in dynamic provider, like consul, according to the doc https://doc.traefik.io/traefik/v3.0/routing/providers/consul-catalog/#services for...
no. that' s wrong. `xH.prototype.s=function(){var a=Swa([_.Ffa,_.Hfa,_.Ifa,_.Qr,_.Kfa,_.Rfa,_.Sfa,_.Tfa,_.Nk]);` is just a feature id to request api endpoint map. I debug and confirmed that. it has nothing to do with the header.
the real code is in the HTML page. and it is encrypted.
if you debug in dev tools, it may generate a wrong token like: ``` ["FNL82,0,1,66,24095,60,24097",null,null,23879,987,null,null,0,"2"] ```
for tauri, becuase it depends on https://github.com/tauri-apps/libappindicator-rs , which depends on libayatana, and libayatana only support gtk3 (see https://github.com/AyatanaIndicators/libayatana-appindicator/issues/22 ). I do not think it can upgrade to gtk4 for...
I mean somthing like https://github.com/facebook/docusaurus/blob/26ae4164d6f90c231c6687363a3907b5f9f172b8/packages/docusaurus-mdx-loader/src/remark/transformImage/index.ts#L160C49-L160C49 tried https://github.com/sergioramos/remark-copy-linked-files but not work
Can you document how to do this? (If do not consider the next/image extension) since all my blog use this kind of image. And many generator support it, vs code...
I hacked the [plugin](https://github.com/sergioramos/remark-copy-linked-files) and now it works: due to after contentlayer (which uses mdx-bundler), the fullpath is not correct under pliny. https://github.com/ttys3/remark-copy-linked-files/blob/fb4dbb9c363b490dd66b190d738b917f81aeb98e/index.js#L72-L80 my hack ```javascript // path is something...