AlexElin

Results 12 issues of AlexElin

Describe in the docs how to specify max size. Here how it looks in the UI console ![max_size](https://user-images.githubusercontent.com/13061803/113758487-9afbbe00-971c-11eb-8edd-7f9bbb432762.jpg)

storage
scheduled

implement disabliing of minute entering. Similar to `disableMinute` from the [@angular-material-components/datetime-picker ](https://h2qutc.github.io/angular-material-components/datetimepicker)

enhancement

Service: Object Storage. Documentation. I'd like to have a some chart/dashboard in Yandex Monitoring showing site visit statistics by browser. Currently the [docs](https://cloud.yandex.com/en/docs/storage/solutions/user-agent-statistics) descibe only how to dsiplay this info...

add guide on SDK for JS/TS for object storage. Place it under Tools -> SDK

object-storage

### Documentation Feedback Actualize "What we're working on now" section in README file. At present it is for Q4 2021. ![image](https://user-images.githubusercontent.com/13061803/190889127-ddb1d1fd-bce4-490e-bb6b-78a255b67436.png) ### Affected documentation page https://github.com/angular/components/blob/main/README.md

docs
needs triage

#### Documentation Feedback Describe how to use chips with forms: reactive and template-driven. Add examples **Affected documentation page:** https://material.angular.io/components/chips/overview

docs
help wanted
P4
good first issue
area: material/chips

I want to prohibit selecting some hours during a day. Setting `[ngxMatDatetimePickerFilter]` doesn't help. It doesn't affect choosing hours In the template ``` Date ``` In the component ``` filter...

When a class in Angular app uses types from the library, Angular prints the following warning while executing `ng build`. ![image](https://user-images.githubusercontent.com/13061803/220897586-1b5b4f91-bfec-42f1-827d-75ae4693dd0e.png) **Versions** Angular: v14+ (I've not checked on earlier ones)....

At the moment this library can't be depend on it as a java module becasue the library neither contain a module descriptor (`module-info.java`) nor have `Automatic-Module-Name: ` entry in the...