Pete Hayman

Results 56 comments of Pete Hayman

## 32 Bit Support This PR is great! I'm in the process of implementing the brach in my project now. I'd just like to flag the 64 bit operations. We...

Plus 1 for this feature please! It would greatly reduce the friction in our automated testing workflow.

> though its on our roadmap. Any chance we can get a peek at this roadmap? As developers we are making critical product decisions and knowing whether emulator support is...

In the meantime here's a hack to maintain references. The idea is to store them in a javascript map, and use ids to retrieve when needed. ```js //imports.js let externId...

An update for those piecing this together like myself, please correct me if I'm mistaken. It seems that the current npm release (3.1.8) has a WIP version of `gltf-postprocessed-schema.ts`. The...

fyi I wrote a [stackoverflow answer](https://stackoverflow.com/questions/72382611/) for how I got it working again on Windows.

My steps: 1. Get the PR ```sh git clone https://github.com/enigo-rs/enigo.git gh pr checkout 122 ``` 2. Update Cargo.toml ```toml [dependencies] enigo = {path = "path/to/enigo", version = "0.0.14"} ```

@sudharsans85 yes I think you're right, the algorithm is already doing its best to get a sense of spacial understanding from the image *so that it is possible* to 'keep...

As a side note, just found out the reason i couldnt get onchange working properly is an [npm-powershell bug](https://github.com/npm/cli/issues/3136) about using double slash `--` to pass arguments. Current solution is...

Is it a possibility to add `rgbw` to the alts or does that mess everything up?