Verified
Status Update
Comments
[Deleted User] <[Deleted User]> #2
Completely agree. I just installed the update on my tablet - very annoying.
mi...@gmail.com <mi...@gmail.com> #3
[Comment deleted]
[Deleted User] <[Deleted User]> #4
100% agree with this.
I understand why we have swipe: because in the new UI design with the notification lists you need a way to ensure the notification list is out of the way before you display e.g. the PIN pad.
However, for users like me who a) do not even want the notifications in a list in the first place and b) just find swipe to be an irritating extra step, we can come up with a better solution.
For example, create a new notifications option to show notifications "At top of screen" (as they were before and where I would prefer them), and then so long as this option, or no notifications, was the notification option, and a security option (e.g. PIN) is set, then show an extra option to turn off swipe.
Please, UI people, stop adding additional steps to a workflow we execute dozens of times daily.
I understand why we have swipe: because in the new UI design with the notification lists you need a way to ensure the notification list is out of the way before you display e.g. the PIN pad.
However, for users like me who a) do not even want the notifications in a list in the first place and b) just find swipe to be an irritating extra step, we can come up with a better solution.
For example, create a new notifications option to show notifications "At top of screen" (as they were before and where I would prefer them), and then so long as this option, or no notifications, was the notification option, and a security option (e.g. PIN) is set, then show an extra option to turn off swipe.
Please, UI people, stop adding additional steps to a workflow we execute dozens of times daily.
zj...@google.com <zj...@google.com> #6
Yes, agreed. A step has been added which is utterly pointless if you have notifications turned off. I used to like my phone, now I have to work twice as hard to use it
[Deleted User] <[Deleted User]> #7
I agree! Create a new notifications option to show notifications "At top of screen" (as they were before).
I want to quickly be able to see if I have a new notification, but I don't want all the details to be there for everyone else to see.
If I wanted everyone to see my notifications, I would have bought an iPhone.
Also, allow us to set if we want the ability to quick launch the phone or camera from the launch screen (I don't). I am very use to quickly swiping my phone to unlock it. However, with the change in lollipop, I end up in the phone or camera where I don't want to be.
I want to quickly be able to see if I have a new notification, but I don't want all the details to be there for everyone else to see.
If I wanted everyone to see my notifications, I would have bought an iPhone.
Also, allow us to set if we want the ability to quick launch the phone or camera from the launch screen (I don't). I am very use to quickly swiping my phone to unlock it. However, with the change in lollipop, I end up in the phone or camera where I don't want to be.
zj...@google.com <zj...@google.com> #8
+1 I hate that the most common action I take on my phone is now two swipes instead of one
Description
Create a node app with a `.ruby-version` file in project dir
What is the expected output? What do you see instead?
Expect project to build custom runtime managed vm. Instead get the error:
```
ERROR: (gcloud.preview.app.deploy) This appears to be a Ruby app. You'll need to provide the command to run the app in production. Please either run this interactively or create an app.yaml with "runtime: python" and an "entrypoint" field defining the full command.
```
What is the output of 'gcloud info'?
```
$ gcloud info
Google Cloud SDK [0.9.86]
Platform: [Linux, x86_64]
Python Version: [2.7.10 (default, Oct 14 2015, 16:09:02) [GCC 5.2.1 20151010]]
Python Location: [/usr/bin/python]
Site Packages: [Disabled]
Installation Root: [/home/spainhower/google-cloud-sdk]
Installed Components:
kubectl: []
app-engine-python: [1.9.28]
core-nix: [2015.09.03]
core: [2015.11.06]
app: []
gcloud: []
gsutil-nix: [4.14]
gsutil: [4.15]
bq: [2.0.18]
kubectl-linux-x86_64: [1.0.7]
app-engine-java: [1.9.28]
bq-nix: [2.0.18]
System PATH: [/home/spainhower/.rvm/gems/ruby-1.9.2-p330/bin:/home/spainhower/.rvm/gems/ruby-1.9.2-p330@global/bin:/home/spainhower/.rvm/rubies/ruby-1.9.2-p330/bin:/home/spainhower/google-cloud-sdk/bin:/home/spainhower/llvmbuild/bin:/home/spainhower/npm/bin:/home/spainhower/npm/n/bin:/home/spainhower/bin:/home/spainhower/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/home/spainhower/.rvm/bin:/home/spainhower/.rvm/bin:/home/spainhower/google_appengine:/home/spainhower/.rvm/bin]
Cloud SDK on PATH: [True]
WARNING: There are old versions of the Google Cloud Platform tools on your system PATH.
/home/spainhower/google_appengine/dev_appserver.py
Installation Properties: [/home/spainhower/google-cloud-sdk/properties]
User Config Directory: [/home/spainhower/.config/gcloud]
User Properties: [/home/spainhower/.config/gcloud/properties]
Current Workspace: [None]
Workspace Config Directory: [None]
Workspace Properties: [None]
Account: [spain@homebuddy.io]
```
Please provide any additional information below.
It appears that gcloud now tries to detect the project type when deploying to GAE. My project is a custom runtime node.js application, but I have a .ruby-version file because I lint the SCSS on CI. This causes a false positive with gcloud identifying the project as a Ruby project and emitting the error pasted above.