Folyd

Results 65 comments of Folyd

Hi, @lukaslueg. I'd love to rewrite it based on `wasm-bindgen` and integrate it into RSE.

请问你的chrome插件用的是vue.js CSP 版本的吗?

> 有些环境,如 Google Chrome Apps,强制应用内容安全策略 (CSP) ,不能使用 new Function() 对表达式求值。这时可以用 CSP 兼容版本。 那正常版本怎样处理这个问题?

太赞了,非常感谢博主

Good point. This crate simply ported the Google original library to Rust. Therefore we kept the logic remain: `parse -> emit` for each request. Indeed, this could be optimized to...

``` error: using `clone` on type `metadata::Level` which implements the `Copy` trait --> tracing-core/src/metadata.rs:835:47 | 835 | let actual: LevelFilter = level.clone().into(); | ^^^^^^^^^^^^^ help: try dereferencing it: `(*level)` |...

Orz, this PR didn't catch the `v0.3` release. 😅 Can we merge this?

Hey @GoldsteinE. Thanks for the feedback. The generic addon icon is the default behavior in Firefox. Extension developers have nothing to do with that. Just hoping Mozilla will improve it.

Hi @bestouff. Thanks for your kind suggestion. We did mention "type `rs` to activate rust search" on the websites. However, we didn't realize that it's not easy for the user...