-
#### Describe the bug
When running `mimirtool bucket-validation` for data in GCS bucket, the command reports the following error:
```
mimirtool: error: failed to create the bucket client: failed …
Ivaka updated
1 month ago
-
> The value of this keyword MUST be a [URI](https://www.rfc-editor.org/info/rfc3986) [[RFC3986](https://www.rfc-editor.org/info/rfc3986)] (containing a scheme) and this URI MUST be normalized. The…
-
system: Fedora Linux 40 (Workstation Edition)
php version: 8.3.7
```
$qrCode = QrCode::create($uri)
->setEncoding(
new Encoding('UTF-8')
)->setErrorCorr…
-
## Possible implementation
```kotlin
// StorageRepository.kt
interface StorageRepository {
suspend fun uploadFile(uri: Uri, path: String): Result
suspend fun deleteFile(path: String): R…
-
Previous implementation of Gavel contained a dedicated unit test for ensuring URIs with surrogate pairs in them are validated correctly by TextDiff:
https://github.com/apiaryio/gavel.js/blob/96f409…
-
I have an OpenAPI Schema that I'm generating from a Django (a python web framework) using a library called [drf-spectacular](https://github.com/tfranzel/drf-spectacular). Fields that contain a URL are…
-
### Preflight Checklist
- [X] I could not find a solution in the existing issues, docs, nor discussions
- [X] I have joined the [ZITADEL chat](https://zitadel.com/chat)
### Describe your proble…
-
The plugin isn't applying the constraints from the GraphQL input definition to the generated zod schema. Based on what I can tell from the codebase, everything seems to be configured correctly. Am I m…
-
The URI generic syntax consists of a hierarchical sequence of five components:
```
URI = scheme:[//authority]path[?query][#fragment]
```
`DatasetURI.uri` is presently not validated. This could…
-
Task 1.: Enhance the LandNFT contract to include a metadata URI for each NFT, allowing for off-chain storage of additional land information.
Definition of Done:
• The LandNFT contract is updated …