-
I'm not sure whether it's bug or expected behavior, but when I focus out elements inside vue-final-modal, it emits a `focusout` event that has `relatedTarget` field set to the VFM element even I use i…
-
### Describe the bug
Due to a json marshaling bug in sigstore-go (see my pr sigstore/sigstore-go#326), the verification result doesn't match the in-toto statement schema.[^1]
Notably it currentl…
-
Should be callback free, emits a new event goes to stream. Listens to stream for events targated to it.
The abstraction I want each component is that it can be connected to n no. of streams and ca…
-
Hi,
I have used the library to add or update a large amount of data in indexedDB, and I have observed that the observable for `update` emits just as the update has succeeded, but I think it should em…
-
Shabby currently emits a log line every time it does a shader replacement. We should make those conditionally compiled for performance.
-
### 📜 Description
When modifying relationships via a `delta` mutation, the final entity has incorrect relationships. In this specific test case (which mimics our real use case), we have the followi…
-
**Checklist**
- [x] I have tried restarting my IDE and the issue persists.
- [x] I have read the [FAQ](https://eslint.vuejs.org/user-guide/#faq) and my problem is not listed.
**Tell u…
-
Reduced from a large example:
```
long patatino() {
long x = 0;
for (int i = 0; i < 5; ++i) {
while (x < 37) {
if (x % 4 == 0) {
x += 4;
…
-
**Version Used**: main
From [SharpLab](https://sharplab.io/#v2:EYLgtghglgdgPgAQEwEYCwAoTBlADhGAHlgBcA+AAgGd8YKBeCgbQBMBTAMwgFcAbEgDQV2XPoOGce/ALoBuIA==):
```cs
[StructLayout(LayoutKind.Auto)]
…
jnm2 updated
2 months ago
-
### Problem
In the `lib.rs` file
````rust
#[cfg(not(test))]
compile_error!{"report error"}
````
This does not work when running `cargo test`. It still emits the compile error in this case.
### Step…