Ruben Andreassen

Results 12 issues of Ruben Andreassen

### Expected Behavior: 200 OK ### Actual Behavior: 422 UNPROCESSABLE ENTITY If using `set_request_auth_value` on a schema and having defined a `data_relation` to a schema that is not using any...

### Expected Behavior: 204 NO CONTENT ### Actual Behavior: 412 PRECONDITION FAILED If `SOFT_DELETE` is set to `True` on a global level and an endpoint is defined without a schema,...

### Expected Behavior When a field is marked as unique and nullable (optional) I would expect that no duplicate values are allowed except null/None. A wourkaround could be to omit...

When booting as AP an selecting meter, the numbers are: 1: kaifa 2: Aidon 3: Kamstrup But in the `switch (ap.config.meterType)` Aidon is 3 and Kamstrup is 2. Also, I...

I suggest the following improvements on your "boot as AP first" code. - Set the MQTT port to 1883 by default - In addition to the "Boot as AP on...

Trying to authenticate with a self signed certificate. This code works fine: ``` site_url = "https://[tenant].sharepoint.com/" cert_settings = { 'client_id': 'id', 'thumbprint': "thumbprint", 'certificate_path': '/path/to/certandkey.pem' } ctx = ClientContext(site_url).with_client_certificate("tenant", cert_settings['client_id'],...

question

Are there any plans to keep up with the development of Angular? `Package "ngx-sortablejs" has an incompatible peer dependency to "@angular/common" (requires "^11.0.0" (extended), would install "13.0.1").` `Package "ngx-sortablejs" has...

When using tableToSlides and the table is hidden (display: none), it's impossible to set a custom column width with the attributes `data-pptx-min-width` or `data-pptx-width` because the cells offsetWidth will always...

I have a Nexus 5596 with NXOS 7.0(2)N1(1) When trying to gather facts `ansible_net_interfaces` does not get populated correctly. Further investigating shows that the command `show interface | json-pretty` is...

waiting_on_contributor

##### SUMMARY nxos_file_copy hangs until timeout is reached regadless of how long time the file copy operation takes. ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME nxos_file_copy ##### ANSIBLE...