halfstack

Results 10 issues of halfstack

**Describe the bug** msg packets randomly skipped when mass amount of packets received in very short time idk it's server or client side problem, but some message that is present...

bug

*excuse me for ignoring the issue template Currently node-kakao has little support for request packet handling. **1. event listener for outgoing packet** There is incoming push packet event listener, then...

bug
approved

**Describe the bug** Same issue with #391. Client does not receive packet without any sign after some time from login. This behavior is not detected by listener events (disconnect, error,...

bug
approved

Currently util-elements are not exported from the package. I don't want to install another library or write more code for modal, so can you expose util components and other utility...

## I'm submitting a... [ ] Regression (a behavior that used to work and stopped working in a new release) [O] Bug report [ ] Performance issue [ ] Feature...

First of all, thank you for this amazing plugin! Current READMEs are outdated for aws and firebase implementation, it would be great if those are added too.

from discussion #709 ### Background Sometimes we may want to attach our own side effects to the field when some event happends. For example, resetting another field if some field...

### System Info System: OS: macOS 15.5 Binaries: Node: 22.11.0 Yarn: 4.9.2 npm: 10.9.0 Browsers: Chrome: 142.0.7444.60 npmPackages: @rspack-canary/core@latest ### Details Enabling container.ModuleFederationPlugin (MF v1.5) throws following error in runtime:...

bug

### Related plugins - [ ] [plugin-react](https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react) - [x] [plugin-react-swc](https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react-swc) - [ ] [plugin-react-oxc](https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react-oxc) - [ ] [plugin-rsc](https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-rsc) ### Describe the bug @swc/core doesn't follow semver but vite-plugin-react is using...

breaking change
plugin: react-swc

React Scan would not run in many conditions where multiple react root exists, such as Next.js dev environment. https://github.com/aidenybai/react-scan/blob/0fae9f3ab1ff25e98a4307bf826a4dd2c50a168a/packages/scan/src/core/index.ts#L537 ```ts export const getIsProduction = () => { if (isProduction !==...