Andrej Mihajlov

Results 93 issues of Andrej Mihajlov

Hi, I am trying to restore the displayed page on app startup but it's always `/`, redux store is preloaded from local storage. However`syncHistoryWithStore` erases the state. I use `redux-localstorage`...

### Describe the problem Hi, Currently I need to bundle a few workspace binaries with my app and execute a few custom commands during installation, at the following stages: -...

type: feature request

### Describe the problem It occurred to a colleague of mine that `npm run tauri build` uses a default rust compiler. Would it be possible to have an option to...

type: feature request

This PR adds support for `files` for NSIS installer, similar setting can be found under `macOS` configuration. The rationale for adding this is the following: - Other platforms already support...

### Describe the bug Hi, I build workspace binaries on Windows, those binaries are compiled into `target/release`. I am attempting to include those binaries with my application by specifying a...

type: bug
status: needs triage

### Describe the problem Unlike macOS target, Windows target (in `tauri.conf.json`) does not have `files` to bundle more stuff with the app. It would be great to add that configuration...

type: feature request

`ApplyTcpOptionsErrorInternal` is superficial and can be replaced with a `Box`, especially because `std::error::Error::source()` returns `Option`. Identical approach is already used in [std::io::Error](https://doc.rust-lang.org/std/io/struct.Error.html#implementations), so familiarity bonus point here. ### Improvements in...

This PR updates pfvar.h and Rust bindings Closes https://github.com/mullvad/pfctl-rs/issues/86 - - - This change is [](https://reviewable.io/reviews/mullvad/pfctl-rs/87)

Hi, I found a lot of errors like this when trying to compile tests: ``` error[E0793]: reference to packed field is unaligned --> src/ffi/pfvar.rs:2348:18 | 2348 | unsafe { &(*(::std::ptr::null::())).pfss_flags...

All copyright notices point to Amagicom, I am not sure but we may want to update that to Mullvad VPN AB. /cc @faern