Thomas B

Results 236 comments of Thomas B

`FromStr` still has its use when dealing with generic code, so I would not advocate for "instead of". (Btw that would be TryFrom).

I cannot find in the documentation how it behaves with `return` statements.

I'm not sure how failing to satisfy these would break safety in crates like rental or owning_ref though. Any clue? EDIT: Oh nevermind I found: if `Deref` points to somewhere...

Same issue here on Linux. Given that it does remove files even if they are somewhat needed for next compilations, that makes the tool pointless for me : I might...

Here's my just-packed windows version of 1053d36506e75cbb544eb957f746f443f01ee9ff. https://mega.nz/file/6Z0CCJ6K#5RKgI5Q52ladC_-lvX7r9NPANr6SZRoDlchNi_LdcWs build with fixes from https://github.com/NickCis/among-us-proxy/issues/15#issuecomment-744443219

Right, must have reuploaded it for some reason. Updated the link.

Changing the `package.json`'s contents to: ```json { "name": "among-us-proxy", "version": "1.2.0", "description": "Proxy of the local network protocol for the Among Us game", "main": "src/index.js", "author": "Nicolas Cisco", "license": "MIT",...

Same error here (downloaded the GUI zip).

Could this be because the app was packed from a linux OS ? I'm getting a similar error after packing the Windows program on Linux.

> Could this be because the app was packed from a linux OS ? I'm getting a similar error after packing the Windows program on Linux. Yup, building on windows...