mrauhu

Results 13 issues of mrauhu

### Library name Rayon ### Library description Rayon: A data parallelism library for Rust ### Library repository https://github.com/rayon-rs/rayon ### Motivation It's like the OpenMP for Rust. ```rs use rayon::prelude::*; fn...

lang-rust
new-libs
request

Greetings, @zodern. Changes: * Created option `proxy.volumes`. Can be used to serve static files from Nginx. * Updated the Advanced configuration section of `docs.md`, added example of usage with read-only...

Greetings, @Akryum. ## Problem Vue+Meteor SSR calling the [client-side component lifecycle hooks](https://ssr.vuejs.org/guide/universal.html#component-lifecycle-hooks) on the server-side: * `beforeMount()`; * `mounted()`. This results in breaking other packages from the Vue ecosystem, as...

bug

Greetings, @chris-visser. This pull-request fixes: https://github.com/meteor-vue/vue-meteor/pull/407 Best wishes, Sergey.

Greetings, Guillaume @Akryum. In this pull request I added support for: * reject `code` set status code and `message` appends to body: ```js // no matched routes if (!matchedComponents.length) {...

Hello @Akryum I'm added support of the `context.headers` and added example how to use it with `vue-i18n` (with injection of `` for Meteor) and `vue-meta` packages. Best wishes, Sergey.

Hello, Guillaume @Akryum. This pull request for fixing a version mismatch of Vue and Vue Server Renderer. ## Error ``` Vue packages version mismatch: - [email protected] - [email protected] This may...

Hello, @abrahamjuliot. I want to implement best practices in the tooling based on the [Vite](https://github.com/vitejs/vite) repository. The goal is to make it easier for maintainers to participate in the project...

enhancement
dependencies

Hello, @pi0. I found a memory leak, that affects Nuxt 3 framework, because the `destr` package is used as default [`parseResponse` option](https://github.com/unjs/ohmyfetch/blob/96a9cbc847b7df3e30b6634e0f71c04dfdb14424/src/fetch.ts#L142) in the `ohmyfetch`, that used in the Nuxt...

needs reproduction

Hello @pi0. I created the `useHash()` function that supported the xxHash32 algorithm from `hash-wasm` or native SHA-256 (with fallback). Resolves #14, differences: * for smaller base64 hashes (< 10 symbols)...