Elliot ⋇

Results 19 issues of Elliot ⋇

~~It will be almost the same as unixshell.rs except you need to replace as_raw_fd and from_raw_fd with https://doc.rust-lang.org/std/os/windows/io/~~ It will be different than unix since windows doesn't have unified fds.

enhancement
help wanted

`src/lib/api.ts` ```ts const client: ApolloClient = new ApolloClient({ uri: "https://something.com/graphql", cache: new InMemoryCache({}), }); export const resetCache = async () => { // await client.cache.reset(); // This doesn't work either...

🔍 investigate

Is it possible? Now when setting v-click-hide, the v-click doesn't work and it is shown at click 0.

A mode that uses uinput to send mouse events. This will work in wayland, but probably require root.

enhancement

![Example](https://user-images.githubusercontent.com/68228472/140607710-8b9d7d9f-cf6c-4339-9431-62d35b3ab1b5.gif) Here I have an example. It completes filenames very good in my current directory. But it does not complete the `nano` command since that executable is in /usr/bin. Having...

enhancement

### Describe the bug The customer_tax_location_invalid is not added as a valid value for last_finalization_error.code. It should be an easy fix. ### To Reproduce . ### Expected behavior . ###...

bug

### Is your feature request related to a problem? Please describe. _No response_ ### Describe the solution you'd like ``` let stripe_product = match stripe::Product::retrieve( &state.stripe, &stripe::ProductId::from_str(&product.id)?, &[], ) .await...

Very buggy. Xorg seems to be very annoying when it comes to mouse events. Ex. it emits two VisibilityNotify(`#define VisibilityNotify 15`) events and one ButtonPress event(`#define ButtonPress 4`), but only...

![image](https://user-images.githubusercontent.com/68228472/226040727-2d24b4dc-c11f-483f-add5-593154ad3975.png) I can move cursor, it responds to events and plays a sound when I press any key, it just never continues. I have it installed on a btrfs partition...