Milan Barać

Results 33 issues of Milan Barać

How do I create complete Material color palette with shades 90-900, with accent shades, from a single color? I need color shades 90-900 with A100, A200, A400, A700 accent shades,...

explain

### Is there an existing issue for this? - [X] I have searched the existing issues ### Which Transloco package(s) are the source of the bug? Transloco ### Is this...

`TotpAutoConfiguration` is not being loaded automatically by `Spring Boot 3`. As a result, all beans defined in `TotpAutoConfiguration`, such as `SecretGenerator`, `QrDataFactory`, `QrGenerator`, `CodeVerifier`, are not recognized. I had to...

This works: ```java @RestController @RequestMapping("/api") @Tag(name = "Account", description = "Account REST APIs") public class AccountResource { ... } ``` This doesn't work: ```java @RestController @RequestMapping("/api") @Tag(name = "Account") public...

### Is this a regression? - [ ] Yes, this behavior used to work in the previous version ### Description Resetting the input value doesn't reset the selected autocomplete value....

P3
area: material/autocomplete

``` docker run --rm \ -v ~/OpenLDAP/ldap:/var/lib/ldap \ -p 10389:10389 \ -p 10636:10636 \ -d \ rroemhild/test-openldap ``` ![Screenshot 2023-02-21 at 10 36 08](https://user-images.githubusercontent.com/16001837/220306434-ac31544f-53a4-4f1c-bc78-cc6ae7f94802.png)

Although, the shade can be set via dropdown, it would be nice to have an option to auto-detect shade, based on input color introspection. For example, color #141d28 is a...

``` $ yo jhipster-swagger2markup (!) require('yeoman-generator').generators.Base is deprecated. Use require('yeoman-generator').Base directly Error jhipster-swagger2markup You don't seem to have a generator with the name “jhipster:modules” installed. But help is on the...

help wanted

Adding `--base` switch to `gitbook build` command would be useful, which would inject `` tag inside documentation HTML files. There is a [base](https://github.com/noamyoungerm/gitbook-plugin-base) plugin, but it forces to have fixed...

## I'm submitting a... [ ] Regression [ ] Bug report [ ] Feature request [x] Documentation issue or request ## Current behavior ``` [Nest] 11754 - 01/31/2023, 11:43:20 AM...