Google is an American multinational technology company that specializes in Internet-related services and products, which include online advertising technologies, search engine, cloud computing, software, and hardware.
Here are 4,062 public repositories matching this topic...
"scipy.misc.imsave" was removed in scipy version 1.3
--> pip install scipy==1.2.1
https://docs.scipy.org/doc/scipy/reference/release.1.3.0.html#scipy-interpolate-changes
and functions from scipy.misc (bytescale, fromimage, imfilter, imread, imresize, imrotate, imsave, imshow, toimage) have been removed.
Environment details
- OS: MacOS Catalina
- Node.js version: 11.8.0
- npm version: 6.13.4
googleapisversion: 46.0.0
Steps to reproduce
npm i googleapis
import { google } from "googleapis";
const sqladmin = google.sqladmin("v1beta4");
This is exactly how the documentation [here](https://googleapis.dev/nodejs/googleapis/latest/sqladmin/cla
Please consider updating https://github.com/firebase/functions-samples/tree/master/nextjs-with-firebase-hosting to use https://nextjs.org/docs#serverless-deployment.
In particular I have found the existing caveat _Any npm modules dependencies used in the Next.js app (app/ folder) must al
I understand that these two python files show two different methods to construct a model. The original n_epoch is 500 which works perfect for both python files. But if I change n_epoch to 20, only tutorial_mnist_mlp_static.py can achieve a high test accuracy (~0.97). The other file tutorial_mnist_mlp_static_2.py only get 0.47.
The models built from these two files looks the same for me (the s
Can please someone explain why this alert doesnt work like NotificationsBanner swift?
I mean, if I use two alerts it will not wait the last one dismiss, how I can handle that
:eyes: Google from the terminal
-
Updated
Jan 22, 2020 - Python
Describe the bug
- Setting the zoom level to floating point numbers doesn't work, the onChange is simply fired again parsing the float into an int.
- eg: setting zoom level to
11.2will trigger an onChange with11
To Reproduce
Steps to reproduce the behavior:
- set zoom level to 11.2
- notice how the onChange is fired, overriding the 11.2 with 11
**Expected behav
I am implementing functionality similar to google docs menu etc wherein I have a menuBar with a list of goog.ui.Menus & associated goog.ui.MenuButtons.
I have a keyboard shortcut for alt+f that (currently) triggers menuButton.setOpen(true).
Although this does show the menu, the focus is not quite correct as the ENTER, SPACE, LEFT, RIGHT keys don't have an effect at this point.
Bug, feature or question?
Is this a bug, a feature request or a question?
Feature request
Give us a short description.
After switching to LinkedIn API v2 the user profile misses profileUrl property. LinkedIn now provides only a name(vanityName field)
Describe the feature
We should allow the operator to choose the default PodAutoscaler class in the config-autoscaler.yaml file.
⚡️[NOT MAINTAINED] Content Management Framework creates custom CMS fast and easy. Support data sources such as Firebase/Firestore, GraphQL and Restful APIs.
-
Updated
Jan 22, 2020 - JavaScript
Currently the Web Client only supports uploading album art. It would be nice if we could also change the song's metadata. I see that's already documented in the protocol section, so it makes me wonder why it's not implemented in the library.
Android version: 9
Android security patch level: June 5, 2019
microG version: 0.2.8.17785-mapbox
Was working fine when running Nougat 7.1.2. Already tried downgrading to several previous versions of the eBay mobile app to no avail.
Registered for GCM f
Stateless login-with microservice for OAuth
-
Updated
Jan 23, 2020 - JavaScript
@alexeagle mentioned that the TS style guide has lots of documentation, but it doesn't seem like any of that is available here.
The most common issue we run into is type coercion. Apparently this is what the docs for that should say:
TypeScript code may use the String() and Boolean() (note: no new!) functions, string template literals, or !! to coerce types.
const bool = Boolegzip compression
Google suggests enabling gzip compression before transferring files over the network:
In order to receive a gzip-encoded response you must do two things: Set an
Accept-Encodingheader, and modify your user agent to contain the string gzip. Here is an example of properly formed HTTP headers for enabling gzip compression:
Acc
Issue description
The OT API documentation group hierarchy is currently defined in error.h file (lines 44-172):
https://github.com/openthread/openthread/blob/master/include/openthread/error.h
This is not the immediate and most obvious choice when working with API documentation and makes adding new groups more complicated.
Expected behavior
The ideal solution would be to have the A
Describe the bug
The application does not request permission from the user when performing the "Add shortcut"operation, there is no shortcut generated after execution, but it prompts the user that the execution has been successful. I can only successfully generate shortcuts when I try to open "Display on lock screen" permissions.
Context
- Device: [vivo X9]
- OS version: [Android 7
I think you could rename the project's file to follow the guidelines with lowercase and undescore. Just an improvement :)
`
Some file systems are not case-sensitive, so many projects require filenames to be all lowercase. Using a separating character allows names to still be readable in that form. Using underscores as the separator ensur
Some of UI components are out of screen.
User unable to scroll or touch to the components.
Game
Memory, level 3
Device
SamSung Galaxy Note 4, OS: 6.0.1
Created by Larry Page, Sergey Brin
Released September 4, 1998
- Organization
- Website
- www.google.com
- Wikipedia
- Wikipedia




Google has started using BERT in its search engine. I imagine it creates embeddings for the query on the search engine, and then find a kind of similarity measure with the potential candidate websites/pages, finally ranking them in search results.
I am curious how do they create embeddings for the documents (the potential candidate websites/pages) if any? Or am I interpreting it wrong?