-
```
POST /ehrbase/rest/openehr/v1/ehr/6e14bb00-5d33-4078-b3ea-6f38cbff60c7/composition HTTP/1.1
Host: localhost:8080
User-Agent: RESTinstance/1.1.0
Accept-Encoding: gzip, deflate
Accept: applicat…
-
The Protostellar protocol buffers are mostly flat, with very little composition. Have we considered using more composition in the message structure, so languages without support for duck typing can op…
-
When [modeling inheritance](https://json-schema.org/blog/posts/modelling-inheritance), we can use `$ref` to point to an existing definition and extend it.
e.g.:
```json
{
"$schema": "https://j…
-
### Describe the bug
We have a pretty significant amount of logs from the production environment with a stack trace suggesting the app failed to initialize CVDisplayLink
```
at Avalonia.Nat…
-
### Steps to reproduce
1. Download release from https://github.com/icsharpcode/AvaloniaILSpy/releases/tag/v7.0-rc2 linux-x64.zip
2. Unzip files
3. Brwose artifacts/linux-64 folder
4. Execute `./…
-
### Location
https://github.com/swiftlang/swift-book/blob/main/TSPL.docc/ReferenceManual/SummaryOfTheGrammar.md
### Description
Using an `EBNF` understood by https://github.com/GuntherRademacher/rr…
-
- SqlPackage or DacFx Version: **16.0.6296**
- .NET Framework (Windows-only) or .NET Core: **4.8**.
- Environment (local platform and source/target platforms): **windows server 2022**
…
-
### What problem are you facing?
- The [keycloak provider ](https://github.com/crossplane-contrib/provider-keycloak) is generated via upjet
- I'm currently facing the issue that the terraform pr…
Breee updated
2 weeks ago
-
# Describe the bug
The `metaschema.xsd` file defines a number of types for Metaschema.
The `GlobalFieldDefinitionType` has the following definition:
```xml
In JSON, an object…
-
Add a pipeline operator to simplify function composition.
OCaml syntax
``` ocaml
# let path = "/usr/bin:/usr/local/bin:/bin:/sbin";;
val path : string = "/usr/bin:/usr/local/bin:/bin:/sbin"
# Stri…