Asakura Mizu

Results 14 issues of Asakura Mizu

Example: a.js ```js export default class A extends godot.Node { } ``` b.js ```js export { default } from './a'; ``` And this will also crash: c.js ```js export class...

Error log: ``` modules/ECMAScript/quickjs/quickjs/quickjs.c:16065:11: error: use of undeclared identifier 'debugger_dispatch_table'; did you mean 'active_dispatch_table'? ? debugger_dispatch_table : dispatch_table; ^~~~~~~~~~~~~~~~~~~~~~~ active_dispatch_table modules/ECMAScript/quickjs/quickjs/quickjs.c:16064:26: note: 'active_dispatch_table' declared here const void * const *...

bug

``` /defpfd/src/portable-file-dialogs.h Line 1325: In file included from upload/defpfd/src/button.cpp:1: In file included from upload/defpfd/src/button.h:5: no viable conversion from '(lambda at upload/defpfd/src/portable-file-dialogs.h:1325:42)' to 'ENUMRESNAMEPROCA' (aka 'int (*)(HINSTANCE__ *, const char *,...

Example: ```svelte {#if cell.key === 'empty'} TEST {:else} {cell.value} {/if} ``` The result: ![Screenshot_20201201_093953](https://user-images.githubusercontent.com/17076564/100686392-2e149800-33b9-11eb-8cbe-9ad10245b8bf.png) The column name is not aligned with the value.

bug
documentation

Service: - [ ] 后台服务 & 新内容提醒 (需要将目前的数据更新逻辑与前端分离) - [ ] 支持更多网络学堂新功能 (已读/星标/备注/#143) - [ ] 跨设备/浏览器状态同步 - [ ] #119 UI: - [x] 路由化 - [ ] Preact -...

Current logic requires re-logging in every time creating a `Learn2018Helper` instance. But if previous csrf token is still valid, this step is actually unnecessary. By reusing previous token, a new...

搬运到了AUR上qwq 地址:[https://aur.archlinux.org/packages/lemonplus-git/](https://aur.archlinux.org/packages/lemonplus-git/)

Related: #155 mozilla/web-ext#3106 [web-ext v8 command reference](https://extensionworkshop.com/documentation/develop/web-ext-command-reference/)

https://github.com/wxt-dev/wxt fix #162