-
### Preconditions (*)
Magento 2.4.2
### Steps to reproduce (*)
Call `getItemsByColumnValue([string], [array])` on any collection.
### Expected result (*)
Get the collection
### Actual …
-
## **Describe the bug**
The declaration `has some: priv T;` results in a syntax error when `T` is a custom type. However, this syntax works without issues for primitive types like `int` or `str`. Thi…
-
This is not allowed:
```crystal
FOO : Int64 = 123
```
I think it should, because this allows constant initializers to use autocasting. In this case `FOO = 0_i64` would also suffice, but things…
-
### What happened?
## Steps to Reproduce
I followed the tutorial at this page
https://opentelemetry.io/docs/languages/js/getting-started/nodejs/ in order to setup the metrics part.
I have this …
-
Possible syntax
```c
module std::foo;
// Creates a sub module std::foo::bar in which hello() is placed.
fn void bar::hello()
{
...
}
```
lerno updated
2 weeks ago
-
Quite simple: when we run `tsc` on our project we get a bunch of error output from the PatternFly type declarations:
```
node_modules/@patternfly/react-core/dist/esm/components/MenuToggle/MenuTogg…
-
The current implementation of our API diffing does not handle every type of item that can be defined within a module.
It will compare items that we support, detecting addition, removal and modifica…
-
### Clear and concise description of the problem
使用如下配置:
```ts
import { VantResolver } from 'unplugin-vue-components/resolvers';
import Components from 'unplugin-vue-components/vite';
export co…
-
### Select which package(s) are affected
\@livekit/components-react
### Describe the bug
In our Vite + React project, I expect that when I'm building with ` "moduleResolution": "bundler" `in typesc…
-
The type declarations are sitting there in the repo, but aren't present on the 0.0.3 release. This just needs an npm release.