About 1,733,405 results (3,321 milliseconds)

Simple Jasmine test fails with "Expected { } to be { }. "

https://groups.google.com/g/jasmine-js/c/INma5VrV2Xs
... angularjs book. That was ... One object in javascript is *not* the same as another, different object, even if both of them happen to be 'empty' object.

How to check empty message object

https://groups.google.com/g/protobuf/c/NdFRsXwbmXo
Mar 17, 2015 ... 0 because you will have to create your own boolean fields if you need to track whether the optional is populated or not.

WebElement..getText() sometimes returns empty string when ...

https://groups.google.com/g/webdriver/c/zawvuz_D_7g
Jan 8, 2013 ... going to return nothing. Now the question is why do certain configurations tell you the element is not visible. I have encountered this ...

json schema for null strings, integers, enums, objects, arrays and ...

https://groups.google.com/g/json-schema/c/J6QPptNBJgI
One of the consumers of my service is complaining that null is not a valid value for this field. It breaks his python json deserializer. He suggests (Option B):

Mocked object is assigned null value from method call inside ...

https://groups.google.com/g/powermock/c/UFrtn0e8cTI
Aug 4, 2014 ... Mocked object is assigned null value from method call inside method under test ... not assigned a null value? How do I get around this ...

Prevent Angular from adding a blank option in SELECT tags?

https://groups.google.com/g/angular/c/YX3_JDVGoqo
Aug 7, 2012 ... Not even sure if this office will let me go there, but I ... Yes in my case, the select is a 2-3 property object, not just a simple value.

Perform simple and compound queries in Cloud Firestore | Firebase

https://firebase.google.com/docs/firestore/query-data/queries
Note that null field values do not match != clauses, because x != null evaluates to undefined . Warning: A != query clause might match many documents ...

Using jasmine.contains() to check that objects contain certain key ...

https://groups.google.com/g/jasmine-js/c/GIzFsJKf-zs
Mar 7, 2012 ... expect( someFuncSpy.mostRecentCall.args[0].minLength ).toEqual(2);. Not sure of what specific benefit one might gain by doing ...

ng-hide if value is empty

https://groups.google.com/g/angular/c/wR4ajsVu95w
Aug 21, 2012 ... You received this message because you are subscribed to the Google Groups "AngularJS" group. To post to this group, send email to ang...@ ...

YouTube Player API Reference for iframe Embeds | YouTube ...

https://developers.google.com/youtube/iframe_api_reference
If the current video is not a 360° video or if the function is called from a non-supported device, then the function returns an empty object. On supported ...

Admin Authentication API Errors | Firebase Authentication

https://firebase.google.com/docs/auth/admin/errors
It must be a non-empty string. auth/invalid-dynamic-link-domain, The provided dynamic link domain is not configured or authorized for the current project.

Protocol Buffers Well-Known Types | Protocol Buffers Documentation

https://developers.google.com/protocol-buffers/docs/reference/google.protobuf
The JSON representation for Empty is empty JSON object {} . Enum. Enum type definition. Field name, Type, Description. name ...

Verify ID Tokens | Firebase Authentication

https://firebase.google.com/docs/auth/admin/verify-id-tokens
Note: This does not check whether or not the token has been revoked. See: Detect ... Must be a non-empty string and must be the uid of the user or device.

Should we return an empty string or null for optional fields left blank

https://groups.google.com/g/api-craft/c/OBfA-Fl1RLs
Apr 16, 2012 ... Translating this to json, I would opt for simply going with [{"field":null}]. Again, simply because 'null' represents a non-value, whereas any ...

DataSnapshot | JavaScript SDK | Firebase JavaScript API reference

https://firebase.google.com/docs/reference/js/v8/firebase.database.DataSnapshot
... object. It may also return null, indicating that the DataSnapshot is empty (contains no data). example. // Write and then read back a string from the ...

Type 'Observable<Product[]>' is not assignable to type 'Product[]'.

https://groups.google.com/g/angular/c/JNvk0i-gspc
I get the following error in Angular when I try to copy the result of the http service into variable products. Any ideas please?

Privacy & Messaging JavaScript API | Privacy & Messaging API ...

https://developers.google.com/funding-choices/fc-api-docs
Aug 21, 2024 ... Each object is not null. Array itself is not null. !googlefc ... Determine if the Offerwall should display or not. const ...

Content-Security-Policy (CSP) Header Quick Reference

https://notifications.google.com/g/p/AD-FnEzdtwd89H0eF5Za4seUFSsw0QTEsYUysKNsGxBWRoLt2GvrRW8B87fwB6sBp64VOJwHdk1_KiElFwpNAXlSzT8ckFSPy643_Q
If not allowed the browser emulates a 400 HTTP status code. Example connect ... object-src. Defines valid sources of plugins, eg <object> , <embed> or ...

problems with dspace-angular-beta3

https://groups.google.com/g/dspace-tech/c/8urfSVkK90M/m/PSq3L5QqBQAJ
Jul 9, 2020 ... Out of the box, my angular client works fine against the test REST server. ... If you are *not* seeing that message, please make sure that you are ...

$resource response and empty data

https://groups.google.com/g/angular/c/3rLtEXSEO4g/m/MgorzefHnMIJ
I would like to know how you check empty response; ; if I return from server null , empty array, or nothing i always have a resource object ; service.get(params, ...