-
Do you think an $emits codemod would be possible? As far as I can the migration strategy is find all $emit keys in the file and add them to an `emits: []` array.
-
### Environment
- Operating System: Linux
- Node Version: v20.15.1
- Nuxt Version: 3.13.0
- CLI Version: 3.13.1
- Nitro Version: 2.9.7
- Package Manager: bun@1.1.27
- Builder: …
-
**Describe the bug**
If ngx-otp-input is already filled and user pastes some other value otpComplete Output emits multiple values, one for each input that has different value before and after paste. …
-
### Is this the right place to submit this?
- [X] This is not a security vulnerability or a crashing bug
- [X] This is not a question about how to use OpenBMC
- [X] This is not a bug in an OpenBM…
-
### Bug description
Calling `toString` on an `f64` value works as expected, but doing the same on an `f32` string introduces extra noise decimals. I suspect it is because the `f32` value is being …
-
### Describe the bug
`Toast.d.ts` defines typing for emits like so:
```ts
export interface ToastEmits {
/**
* Callback to invoke when the toast is closed.
* @param {ToastMessageOpt…
-
When I use `minitest/mock` on the latest build of Ruby 3.4.0dev, I see this warning:
> minitest/mock.rb:33: warning: redefining 'object_id' may cause serious problems
This warning can be demonst…
-
KMW 17.0.330
Observed on keymanweb.com, also ភាសាខ្មែរ.com
Also Ctrl+Numpad /, Ctrl+Numpad * puts characters into document instead of no action. Same result with Alt+above.
Note: Shift+above…
-
- **Package Name**: azure-messaging-webpubsubclient
- **Package Version**: 1.1.0, 1.0.1
- **Operating System**: Mac
- **Python Version**: 3.10
**Describe the bug**
When attempting to close the …
-
Using the MRE below, positive joins are broken in tatsu 5.12.1
__grammar.ebnf__
```ebnf
@@grammar::numbers
start
= expression $
;
expression
= ~ ( "," )%{ digit }+
;
…