selfboot

Results 49 comments of selfboot

> Hello, same problem with an Evernote HTML export. > > Do I have to do something more? The code could help me so much. Have a nice day Can...

According to the notion API documentation, currently it is necessary to bind the integration to a specific database and then operate on the pages under this database. However, after you...

> > protobuf的官方文档的白皮书里特别指明了。repeated是不保证顺序的。https://developers.google.com/protocol-buffers/docs/encoding#optional > > 白皮书的意思是,repeated字段内各个元素的顺序是保证的,但是这个字段与其他字段之间的顺序不能保证。我的理解是这样的~ 我也是这样理解的

应该是 xcode 版本(Version 13.2.1 (13C100))太低,我更新下 xcode 试试。 另外,这里可以过滤下 xcode 版本吗?

> 感谢反馈,这种版本环境问题我还真没遇到过 😂 > > 不过真有办法可以实现按 Xcode 版本过滤吗?我谷歌没有找到,问了下 ChatGPT,虽然没找到机器测试,但总感觉它在胡说八道 > > 我也是问了后告诉我这个,试了不行。不过我直接把这段代码删了就好了

> 这个网站上的游戏都是你做的? 是啊,这个站点全是我做的啊

不错不错,作为前端小白,我最近用 cursor 和 claude3.5 也写了一个。 https://gallery.selfboot.cn/zh/games/sliding 还支持自己编辑不同位置的值。支持 A* 求解。

> 我尝试了一种新的方法,贼简单,效果不错,还在整理代码,预计下周发出来,甚至不用mcts,一个list就搞定了。我这周要补考,下周抓紧发✧٩(ˊωˋ*)و✧ 等大佬效果

When change to malloc, It behaves normally. ```c++ // namespace LeakLib { // void slowMemoryLeak() { // int oneMbSize = 262144; // while (true) { // // 使用 malloc 分配内存...