-
using the search with withExtraAttributes doesn't work on nested field
```php
$model->extra_attributes->title = ['nl' => 'HELLO'];
$test = Model::withExtraAttributes('title.nl','HELLO')->get()
$…
-
Hi,
I use kubebuilder to build api using crds.
my types.go file contains:
// +kubebuilder:pruning:PreserveUnknownFields
// +kubebuilder:validation:Type=object
RequestPayload json.RawMessage…
-
I've noticed some unexpected behavior around the usage of "unsupported types" (i.e. without JSON tags) and type aliases in general, where me providing "compiler hints" (i.e. markers) does unfortunatel…
-
I expected to get an error when I created a document that, according to a schema, required a field, but the field was missing from the document.
Script:
```sh
#!/bin/bash
set -ex
# Create…
-
Hi Alex, as always thanks for your great job!
I have an Android/iOS app which uses Sqflite and has a fairly complex database structure. Now I want to make it web compatible and started working with S…
-
Hello,
The 2.20.1 container image on Docker Hub is missing extension zips normally in `/plugins`, meaning that extensions get downloaded at runtime. This is a problem for a common deployment patter…
-
### Narrative
```
So that I can access Conduit's public API using simple tools such as curl and web frontends
As an developer integrating with Conduit
I want Conduit's Public API to support JSON p…
-
```
CREATE VERTEX V SET name='abc'
CREATE VERTEX V SET name='def'
CREATE EDGE E FROM (SELECT FROM V WHERE name='abc') TO (SELECT FROM V WHERE name='def')
SELECT out('E') AS path FROM V WHERE out('E')…
-
## OrientDB Version, operating system, or hardware.
v.2.1.25 (build 2.1.x@r2e5a34b5d6b0cce75cd5771f3d79ae42c60ba266; 2016-11-02 07:09:21+0000)
## Operating System
- [X] Linux
## Expected behav…
kived updated
3 years ago
-
** We are trying to add new env variable to a deployment based on annotation value .
So we need to use "value test" to specify the "condition" to add the env using "Assign" **
Any example on mu…