-
Consider the following example (from @eernstg):
```dart
import 'package:meta/meta.dart';
@immutable
class A {
final int i;
const A(this.i);
}
int _i = 0;
class B implements A {
…
-
Based on [grimoirelab-elk #678 issue](https://github.com/chaoss/grimoirelab-elk/issues/678).
I have a projects.json file that include some custom fields inside the meta field like:
```
"meta": {
…
-
Hey there.
I have an issue where a sortable group is not saving items for some reason or another.
My group has a few text fields and an image field. All of them work okay enough but they end u…
-
The `nftoken_id`, `nftoken_ids` and `offer_id` meta fields are being added to rippled 1.11.0 responses for NFToken transactions. These can be used instead of manually parsing out the values once this…
-
### Validations
- [X] Follow our [Code of Conduct](https://github.com/shikijs/shiki/blob/main/CODE_OF_CONDUCT.md)
- [X] Read the [Contributing Guide](https://github.com/shikijs/shiki/blob/main/CONTRI…
-
https://github.com/nspcc-dev/neofs-node/blame/master/pkg/services/object/get/v2/util.go#L65
https://github.com/nspcc-dev/neofs-node/blame/master/pkg/services/object/search/v2/util.go#L56
Originate…
-
```
What steps will reproduce the problem?
It would be exceptionally helpful, if YARA supported negative META fields (as
negative integers).
Here is an example:
rule foo {
meta:
weight…
-
Hello hope all is well with you.
I'm coming with a new request again. This also applies to Jetappointments. Some of us use Meta fields against Jetappointments. All meta fields that are linked to A…
-
## Model card support proposal
Model cards are document summaries widely utilized, e.g. [huggingface.co shows them as the default model view](https://huggingface.co/openai/whisper-large-v3-turbo).
…
-
# Description
A warning for potential duplicate content needs to be added when creating an expense via the `POST /trips/:id/expenses` request. Detailed duplicate validation will involve two key pro…