Abby

Results 66 comments of Abby

by getting value, I failed to make ``` let data = array![]; array.iter().map( |item| { let value = object! { "ex_id" => 1, "ex_order_id" => &item["child_order_id"], "ex_execution_id" => &item["child_order_acceptance_id"], "side"=>...

i tried both of ``` if let json::JsonValue::Object(object) = value { data.push(object); // not `value`, otherwise you can't take ownership of `value` line above. } ``` or ``` data.push(value); ```...

``` 39 | let value = object! { | _________________________________________^ 40 | | "ex_id" => 1, 41 | | "ex_order_id" => &item["child_order_id"], 42 | | "ex_execution_id" => &item["child_order_acceptance_id"], ... |...

If you put a working example of putting multiple objects into array here or in tests, I will be able to figure that out as well.

put `// eslint-disable-next-line no-undef` above the line u use `FB.*`

我意思是,用以清洗數據的源碼。

> Have you done anything to modify the XAML resources on your system at all/? I don't know. How can I check it? > Does this persist if you change...

I was setting dark for windows mode and light for application mode. If I set them both to dark modes, the color shows on the setting page ![image](https://user-images.githubusercontent.com/350283/178400928-df9152cf-09bf-443f-9095-e3ffc087e419.png) but the...

Thank you very much. I didn't know SvelteKit. Looks good to have SvelteKit to be a successor of sapper.

@zoulja this thread is quite old. could you post the specific error message during usage?