-
The 1089 amendment introduced many changes and some of them are not backward-compatible, e.g. new mandatory attributes/associations, conversion of enumerations into codelists, fix of typos.
The [20…
-
We want the developer to be able to be declarative in coarse grained roles-based and feature-based authorization for endpoints.
> At this stage, we are not designing for fine-grained permissions or p…
-
Before the file system layer (see #201, #220) in stdlib can be implemented, it would be important to reach some agreement on how to signalize errors within stdlib. I am not talking about logging, as t…
aradi updated
3 years ago
-
Following the documentation on ducker hub I start my redmine setup (4-alpine image) with a dedicated user/group id.
```
networks:
redmine:
external:
name: internal_net
volumes:
…
-
The `affected` array can contain `cpes`, but these are not associated with a version, version range, or status.
Consider this snippet of https://cveawg.mitre.org/api/cve/CVE-2024-0229:
```json
…
-
I have [a long comment](https://users.rust-lang.org/t/rust-as-a-high-level-language/4644/72) at the Rust forum (some of the inspiration came from @keean linking me to Sean Parent's [video](https://you…
-
This is a proposal for sum types, also known as discriminated unions. Sum types in Go should essentially act like interfaces, except that:
- they are value types, like structs
- the types contain…
-
Here is the sample project https://github.com/Lerg/extension-yandexads/tree/7.0.1
It produces an error
```
duplicate interface definition for class 'AMAArrayIterator'
@interface AMAArrayIterator…
Lerg updated
4 months ago
-
Goal: Document CEP-7
The idea is to draft the document CEP-7 for documentation style across multiple languages by referencing multiple styles and guides to generalize common style guidelines for docu…
-
Hello,
After making some changes on rows for testing the unique index duplicate key value behavior, it syncs if make provider **_UseBulkOperations = false_** , and it's ok but the
`var s1 = await …