Mathieu

Results 27 issues of Mathieu

Introduced by [837b0](https://github.com/vatesfr/xen-orchestra/commit/837b06ef2ba13b561a654d2ebd58b62c4dab2ca7) ### Check list > Check if done, if not relevant leave unchecked. - [ ] PR reference the relevant issue (e.g. `Fixes #007` or `See xoa-support#42`) -...

See [#14](https://github.com/ByScripts/xo-lite-poc/pull/14) ### Check list > Check if done, if not relevant leave unchecked. - [ ] PR reference the relevant issue (e.g. `Fixes #007` or `See xoa-support#42`) - [...

### Check list > Check if done, if not relevant leave unchecked. - [ ] PR reference the relevant issue (e.g. `Fixes #007` or `See xoa-support#42`) - [ ] if...

## Versions/Environment 1. What version of Rust are you using? 1.62.0 2. What operating system are you using? Linux 3. What versions of the driver and its dependencies are you...

waiting-for-reporter

### Gif ![Peek 18-08-2022 11-16](https://user-images.githubusercontent.com/70369997/185358975-052a0137-c9f2-47d1-88f8-db1658481902.gif) ### Check list > Check if done, if not relevant leave unchecked. - [ ] PR reference the relevant issue (e.g. `Fixes #007` or `See...

XO Lite

Fixes #3919 ### Recipe Create directory: ``` sudo mkdir -p /tmp/srv/nfs/test ``` Update `/etc/exports`: ``` ... /tmp/srv/nfs *(rw,no_root_squash,sync,no_subtree_check) ``` Refresh the current NFS exports: ``` sudo exportfs -ra ``` Confirm...

### Screenshot ![Capture d’écran de 2022-09-14 11-29-28](https://user-images.githubusercontent.com/70369997/190149910-6c3a097b-e547-4a1a-9ee7-7978d93ed8d9.png) ### Check list > Check if done, if not relevant leave unchecked. - [ ] PR reference the relevant issue (e.g. `Fixes #007`...

XO Lite

### Screenshot ![Capture d’écran de 2022-09-07 16-30-24](https://user-images.githubusercontent.com/70369997/188904784-f83ba9ed-e818-4861-bdb3-c20924fd7b2c.png) ### Check list > Check if done, if not relevant leave unchecked. - [ ] PR reference the relevant issue (e.g. `Fixes #007`...

XO Lite

### Screenshot ![Capture d’écran de 2022-09-13 14-39-04](https://user-images.githubusercontent.com/70369997/189903785-7b0d9a29-5d2f-4877-9d3f-d894b28c478d.png) ### Check list > Check if done, if not relevant leave unchecked. - [ ] PR reference the relevant issue (e.g. `Fixes #007`...

XO Lite

### To test ```ts // .env VITE_XO_HOST=https://[ADDRESS] // vite.config.ts export default defineConfig({ server: { https: true, }, ... } ``` You must manually accept the self-signed certificate for `VITE_XO_HOST` otherwise...

XO Lite