Xavier Lau
Xavier Lau
`Button.enabled(false)` seems doesn't work. ```rust if widget::Button::new() .label("Export") .w_h(widget_width, widget_height) .label_font_size(font_size) .mid_top_with_margin_on(ids.export_button, 40.) .border(0.) .color(button_color) .label_color(label_color) .press_color(button_press_color) .enabled(false) .set(ids.download_album_button, ui) .was_clicked() { export(); } ``` I still can click the...
Now, I got the `IDXGISwapChain` pointer (and everything needed). What should I do to start drawing a imgui? In C++: ```c++ ImGui_ImplWin32_Init(sd.OutputWindow); ImGui_ImplDX11_Init(pDevice, pContext); ```
No implementation on `BasicCurrencyAdpator` for `I` (multiple instance). If I've time I will make a PR for this.
### Content request > https://github.com/substrate-developer-hub/substrate-developer-hub.github.io/pull/1006 > https://github.com/paritytech/substrate/pull/8454 > https://github.com/paritytech/substrate/issues/5255 Looks like `asset` will maintain its own `sufficients`. And when should we use the `system::sufficients` now? ### Are you willing to...
Search is a useful function. Could you or how can I move the search bar to homepage's header? (Actually there's so empty that it's a good place for search bar)...
I'd love to pay for it.
# Milestone Delivery Checklist - [x] The [milestone-delivery-template.md](https://github.com/w3f/Grant-Milestone-Delivery/blob/master/deliveries/milestone-delivery-template.md) has been copied and updated. - [x] The [invoice form :pencil:](https://forms.gle/LSRr7PCjBpEbKGh89) has been filled out for this milestone. - [x] This pull...