Justin

Results 6 issues of Justin

Enigo is unable to initialize using `Enigo::new()` on Linux system without the `DISPLAY` enviroment variable. The error in question: `Error: Can't open display: (null)` In order to prevent this, i...

Defining a struct with a text index causes the application to crash. ```rust #[model(index(keys=r#"doc!{"title": "text"}"#))] pub struct Book { #[serde(rename="_id", skip_serializing_if="Option::is_none")] id: Option, title: String } ``` During the first...

blocked

**Describe the bug** Synchronizing pulls blocks that are not #card if it contains {{cloze }}. **Steps to Reproduce:** 1. Create a new file 3. Add a #card block 4. Add...

bug
wontfix

**Describe the bug** `MultiPartParser` does not parse the request body correctly when an empty file is transmitted as the first member of the body. **To Reproduce** 1. Create a POST...

enhancement

**Is your feature request related to a problem? Please describe.** AFAIK the default `createInstancedAsset` / `createInstance` functions that `FilamentAsset` provides may not be sufficient for use-cases where the user requires...

## Description Ark can currently not be cross-compiled from Linux to Windows using MingW. There are some minor incompatibilities across the code-base and missing relevant compilation options. This PR enables...