Gaubee

Results 23 comments of Gaubee

eg: ```toml [env] RUSTY_V8_ARCHIVE = { value = "assets/rusty_v8_mirror/v0.42.0/librusty_v8_release_aarch64-apple-darwin.a", relative = true } [env.'cfg(target_os="android")'] RUSTY_V8_ARCHIVE = { value = "assets/rusty_v8_mirror/v0.42.0/librusty_v8_release_aarch64-linux-android.a", relative = true } ```

如果是window.open开的子窗口,子窗口中可以用window.opener来调用父窗口进行监听。

I have already create the PR for this fix #322. You can now use my DNT as a temporary replacement ``` import { build, emptyDir } from "https://deno.land/x/gaubee_dnt/mod.ts"; ```

1. Currently, this standard way of writing will send out the following link `?action=delete` and `?action=export`. ```html Delete Export ``` 2. REST does not represent everything in the future. Even...

我粗略了看了flutter那边的文档,好像对于`sliver`是为了能够共享滚动行为? 但看提案描述,好像是想解决虚拟滚动的问题? 如果想不依赖js,只是想用纯html分析解决问题,也许应该用这样的代码来解决? (这里用template与microdata来做组合,以确保seo也能正确识别出来) ```html [ { "type": "a", "prop": { "title": "Microdata" } }, { "type": "b", "prop": { "age": 10 } } ] ```

@shepeliev I have review this commit. This commit is just a question of the js platform, but in my example, I wrote the js-code myself. The problem I found was...

I did this test because I was trying to set up faster communication between WKWebView and native instead of WKScriptMessageHandler based communication. I have tested that WebSocket's speed does not...

You can try my implementation on a simple project: [https://jsr.io/@gaubee/denokit/doc/dnt_monorepo](https://jsr.io/@gaubee/denokit/doc/dnt_monorepo) In my own project [https://github.com/Gaubee/std](https://github.com/Gaubee/std), there is a need to compile `deno-workspace` into an `npm-monorepo`. Therefore, I implemented this requirement...