-
Reopen of issue #773 as there still seems to be interest, and there is someone who's started doing some work on it #1544 . Of ocurse, feel free to close, but I hope you'll reconsider this as important…
-
Currently, all filter parameter types need to implement the ArgType trait. This is mainly to implement the from_value function. But while a variable can be convert to Value by serde::serialize, it can…
-
I want to be able to get configuration from a file, where individual fields can also be presented as environment variables.
The closest things to what I want are these attribute macros:
1. `deseri…
-
Hello I stumbled into this today, reporting the bug as suggested :
Reproduce :
1. clone https://github.com/oknozor/onagre
2. run `cargo clippy --fix`
3. run `cargo clippy` again
- rustup 1…
-
As mentioned in #2123 and #1392, `parse()` is currently quite slow.
SWC's Rust parser is of course extremely fast, but the bottleneck is passing ASTs back into JS.
I've done some experiments, an…
-
- Plugin Name:
- Plugin Version: 6.17
- OS Name: Mac OS X
- OS Version: 10.15.7
- Java Version: 11.0.10
- App Name: WebStorm
- App Full Name: WebStorm
- Is Snapshot: false
- App Build: WS-211.6693.10…
-
Is there a way to skip serialization for some fields without adding default values for them?
In our project, GraphQL and REST API are served simultaneously from shared Scala entities as following.
…
-
Basically load `.wasm` files.
Capabilities:
- provide new commands,
- hook on events,
- call helix commands,
- access UI stuff…?
At first we could use a basic toml config file or CLI to feed…
-
Let say we have a `struct` in Rust as follows:
```rust
struct Test {
v1: JsValue,
v2: JsValue,
}
let v1 = JsValue::from("hello");
let v2 = JsValue::from("world");
let t = Test { v1, v2 }…
-
Hey, thanks for creating this! I think a feature to generate tests for each file matching a certain glob would be great.
An existing crate that does this is [test-generator](https://github.com/freh…