-
For most patterns and in safe code, "evaluation"(/matching?) order of subpatterns does not matter, but there is (that I can think of) one instance on stable where pattern evaluation order matters: mat…
-
### Vue version
3.2.37
### Link to minimal reproduction
https://github.com/jesusgn90/issue-whitespace
### Steps to reproduce
Run the project
```
yarn
yarn dev
```
See the console
### Wha…
-
### Description
When I use Caddy and set encode zstd, I occasionally encounter the error net::ERR_CONTENT_DECODING_FAILED. I noticed that the response header for the JavaScript request is content-enc…
-
### Description
I can reproduce this on a v5e-litepod8 TPU. It seems that random calls get stuck if called from a pure_callback call. I have not found a workaround so far. Here's a snippet to reprodu…
-
I noticed when I used this on an element along with `v-if` that in the `bind` method, `hook:mounted` never fired even after the element appeared, so it never set itself up.
-
@fverdugo and @raar1. While investigating this possibility I came across the following issue in the official `Makie.jl` repo: https://github.com/MakieOrg/Makie.jl/issues/4007
It seems indeed that …
-
While testing "slang" as a shader language, I produced SPIR-V that contained unbound texture arrays (for which I would write a binding array in WGSL):
```slang
[[vk::binding(0, 2)]]
Texture2D tex…
-
I noticed that whenever a popover element is within a conditional v-if parent element, it will only work until the first redraw - something in the lifecycle is potentially broken
Inspecting the DOM…
-
## Description
###### Dropdown from navbar works fine when it is loaded on run, but if it's loaded after logging in, dropdown does not work anymore
## Expected Result
###### Dropdown works from n…
-
### Description
When I proxy a Fastapi StreamingResponse, the response is not streaming.
### Environment
- APISIX version (run `apisix version`):
- Operating system (run `uname -a`):
- OpenResty …