n9

Results 29 issues of n9

Once here: https://github.com/mobxjs/mobx-utils/blob/4bf881dc1cfc15b162ad750a267949ac8323c967/src/create-transformer.ts#L51-L57 Another here: https://github.com/mobxjs/mobx-utils/blob/4bf881dc1cfc15b162ad750a267949ac8323c967/src/create-transformer.ts#L62-L71 https://github.com/mobxjs/mobx-utils/commit/887d928afd6540893ea83e78600a7930483bfb93 and https://github.com/mobxjs/mobx-utils/commit/43805db436636a14a25ca2107ab262d8344ab0b4 might be incorrectly merged in https://github.com/mobxjs/mobx-utils/commit/9fac6ae8bddb896a7a3be520a84f54eb698354a3.

### When it works If a class component is exported from a module that also exports a functional component. Sample: ```tsx import React from "react"; export class Bar1 extends React.Component...

### Description As a developer migrating to Vite I want HMR to work with circular imports. HMR currently fallbacks to full-reload when an exception is thrown during import: https://github.com/vitejs/vite/blob/2bc5d3de8752d8178c054da628808234a5b21917/packages/vite/src/client/client.ts#L159-L167 This...

enhancement: pending triage

**Expected Behavior** To have the option to use NATS JetStream Key/Value store instead of Redis as a distributed storage for sessions. **Current Behavior** NATS JetStream Key/Value store is not supported....

type: enhancement

- to allow custom matching (for instance multiple matches, etc)

I have misconfigured the driver: set `--component=node` for a controller. And the container failed: ``` I0811 15:11:20.922168 main.go:72 will run node: true, controller: false, attacher: true I0811 15:11:20.922220 main.go:78 connect...

**Describe the bug** The latest release (4.0.0) depends on deprecated (and vulnerable) libraries. **Code snippets** See NuGet manager. **Screenshots** ![image](https://github.com/FlaUI/FlaUI/assets/1651867/d90c8944-1830-42a3-9a07-a466986dec66) **Additional context** The next release can also add `net8.0-windows` to...

The last commit is currently 7 months old: https://github.com/cloudflare/boringtun/commit/f672bb6c1e1e371240a8d151f15854687eb740bb The last status update (I have found) is 12 months old: https://github.com/cloudflare/boringtun/issues/344#issuecomment-1560042683

**What do you want to do?** - [x] Request a change to existing documentation - [ ] Add new documentation - [ ] Report a technical problem with the documentation...

untriaged