Ari

Results 18 issues of Ari

The XDG Base Directories are currently unsupported. You can find the specification [here](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html). A brief summary is available on the [ArchWiki](https://wiki.archlinux.org/index.php/XDG_Base_Directory). Using the specification gives the user more flexibility in...

Closes https://github.com/rustwasm/wasm-pack/issues/1192. Related wasm-bindgen PR: https://github.com/rustwasm/wasm-bindgen/pull/3782 (required) Related cargo-llvm-cov PR: https://github.com/taiki-e/cargo-llvm-cov/pull/338 (not required) Adds supports for parsing the three options `--coverage`, `--profraw-out` and `--profraw-prefix` and maps them to the environment...

**Describe the bug** When fetching a database, there isn't a way to properly cast a property to the proper type it's supposed to be since these types aren't exported. **To...

**Describe the bug** Fetching a "Persons" property from a database entry (e.g. "Assignees") returns only the first person as an object instead of returning a list of people. Setting the...

This follows up from https://github.com/rustwasm/wasm-bindgen/issues/3774. Fixes https://github.com/rustwasm/wasm-bindgen/issues/2276. Fixes https://github.com/rustwasm/wasm-bindgen/issues/3774. # Overview wasm-pack can set `WASM_BINDGEN_TEST_COVERAGE` to allow generating coverage data. `WASM_BINDGEN_TEST_PROFRAW_OUT` takes a path to specify where the generated .profraw...

waiting for author

This follows up on my work in: https://github.com/rustwasm/wasm-bindgen/issues/2276 I have a very rough proof of concept and would like to discuss further implementation details before moving towards a PR. ##...

Follows up from https://github.com/taiki-e/cargo-llvm-cov/issues/221. I'm currently working on generating profraw data from `wasm-pack test`: https://github.com/rustwasm/wasm-bindgen/pull/3782 TLDR: It will be possible to generate a `wasm.profraw` with the following command: ``` RUSTFLAGS="-Cinstrument-coverage...

C-enhancement

Fixes https://github.com/taiki-e/cargo-llvm-cov/issues/337. Fixes https://github.com/taiki-e/cargo-llvm-cov/issues/221. Requires https://github.com/rustwasm/wasm-bindgen/pull/3782. Will also require a follow-up PR in wasm-pack but that will have trivial changes. -------------------- The changes made in this PR are still in...

I'm working on the [search input](https://www.patternfly.org/components/search-input/) and have the key functionality down but need some feedback on how the advanced search should work. There doesn't seem to be much specification....

patternfly-react uses svg-based icons whereas we use font-based icons. This causes some differences in behavior. patternfly-react's svg images have a fixed width and height of 1em ([link](https://github.com/patternfly/patternfly-react/blob/eb921ccf06a5b0ebe7ddcebd162f2e295260d8d4/packages/react-icons/src/createIcon.tsx#L50)). Our fonts have...