wiiznokes

Results 81 issues of wiiznokes

Example: spec: ```json { "method": "textDocument/implementation", "result": { "kind": "or", "items": [ { "kind": "reference", "name": "Definition" }, { "kind": "array", "element": { "kind": "reference", "name": "DefinitionLink" } }, {...

I would expect to be the case because the docs says it is the preferred way when appropriate: https://toml.io/en/v1.0.0#filename-extension. I guess what they mean by that, is when the table...

C-question
A-serde

After looking the api for a while, it's still not clear to me what should i use. I think what i need is the `serve` function. But how can i...

### GNOME Shell version 45 ### Session type Wayland (`echo $WAYLAND_DISPLAY` output is non-empty) ### Special configuration - [ ] High DPI - [ ] More than one monitor ###...

bug

``` cargo run Compiling iced_winit v0.9.1 (https://github.com/pop-os/libcosmic?rev=e3f30a1#e3f30a1b) Compiling iced_widget v0.1.0 (https://github.com/pop-os/libcosmic?rev=e3f30a1#e3f30a1b) error[E0308]: mismatched types --> C:\Users\wiiz\.cargo\git\checkouts\libcosmic-b367e32ffc370f4f\e3f30a1\iced\winit\src\settings.rs:175:41 | 175 | .with_parent_window(self.platform_specific.parent); | ------------------ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `isize`, found `Option` | | |...

I don't know why but after some time, the Windows app start to use 10% of CPU, while it normally use 1 or 2%. It happens when the app is...

optimization

hi, newbie here. I saw in an issue that i needed `wasm-pack`. So i installed it with [this](https://rustwasm.github.io/wasm-pack/installer/). But now, i have this error: ``` lenaic@pop-os:~/Documents/dev/async_ui/examples/web-todomvc$ wasm-pack build --target web...

[renderer](https://github.com/wiiznokes/rfcs/blob/new-theme/text/0022-new-theming.md)

Currently, a clipboard value can be copied differently based on his mime type. So we can't just expose all mimetype that was used by source applications. We need to support...

enhancement