梦飞翔

Results 16 comments of 梦飞翔
trafficstars

Considering luasec for ssl connection, win/linux/mac/android are easy to set up. As for ios, the luasec and ssl library should be staticly linked to love2d. Then we may preload these...

Seems that love2d thinks user "inputed a newline char" instead of "pressed enter". The keyboard-fix made it possible to type characters other than alphabets, but it do have many sideeffects,...

> Linux和MacOS(?) Linux 也是直接 ffi,不确定的是高贵的 MacOS 让不让

> 🤔it just change the effect to old one, but I think new one is better Maybe someone want change it himself so I keep the code here maybe a...

~~oiwiki文章的源码就在github可以去仓库里找到~~ 各个网站的渲染方法不同,应该难有通用做法。自己适配需要一点javascript和DOM知识。具体操作为右键,检查(有些浏览器叫审查元素)找到公式元素,找他们的共同点,通常有共同的tag或者class ![image](https://user-images.githubusercontent.com/24885181/206911062-6c7c03b7-c106-41ed-a1b1-2ef24429dc1b.png) 例中tag为`mjx-container`,class为`MathJax`,源码在`title`属性中。参考本脚本源码,使用`document.getElementsByTagName`或者`document.getElementsByClassName`即可获取到所有公式元素,然后绑定事件即可。绑定点击事件时,使用`this.getAttribute`可以获取到title等属性。 使用搜索引擎搜索这些函数名就可以找到各种用法。

[löve-ws](https://github.com/holywyvern/love-ws) with OpenSSL

I got same problem. But I prefer `get_headers() -> &[Header]`, this is how it was stored in response after all. Then we can do other things on `&[Header]`

在打工,很难有时间维护 TAT,欢迎添砖加瓦/remake 另外看起来很拉主要是新浪图床关了,然后背景图全部报废,还没修() ------------------ 原始邮件 ------------------ 发件人: "flaribbit/vitepress-theme-sakura" ***@***.***>; 发送时间: 2023年10月20日(星期五) 下午2:35 ***@***.***>; ***@***.***>; 主题: [flaribbit/vitepress-theme-sakura] 还在维护吗? (Issue #10) 竟然有人开坑sakura的vitepress主题... 看了下预览网站,完成度好像不是很高 现在还在维护吗_(:з」∠)_ — Reply to this email directly, view it on GitHub, or unsubscribe....

之前的这问题之前是个 bug,完全不知道为什么,莫名奇妙就好了。 仓库里的 demo 没问题,但是作为依赖引入的时候确实有点神秘问题…… 😭在狠狠打工,暂时修不了()

@holywyvern Thank you for your testing and for sharing the steps to make the lib work with luasec. Your instructions are clear and will undoubtedly help other developers who need...