Ruslan Lekhman

Results 28 comments of Ruslan Lekhman

Hi @josephperrott, thanks. Just pushed.

@guilmarc, [Angular Pug Builders](https://github.com/lekhmanrus/ngx-pug-builders) - it could be used for Angular >=v12. It uses `@angular-devkit/build-angular` native builders as a dependency and extends them with webpack pug rules. To use it...

The reason for this PR was that tailwind `.shadow` classes throw such errors like: ``` JS: Error: Failed to apply property [box-shadow] with value [0 0 #0000, 0 0 #0000,...

@rigor789 I tried commenting `tw-shadow` directly in `node_modules\@nativescript\tailwind\src\removeUnsupported.js`. Sure, `.shadow` class still does nothing, but at least we do not have that error in the terminal. Does it make sense...

Hi @bigdefidev, I published it on my work private registry, but not on the public. Looks like this repo is not maintained anymore.

The link to the StackBlitz example is invalid. Probably it is not quite related to your issue, but you can use [`[min]`](https://material.angular.io/components/datepicker/api#:~:text=Exported%20as%3A%20matDatepickerInput-,Properties,-Name) and [`[max]`](https://material.angular.io/components/datepicker/api#:~:text=Exported%20as%3A%20matDatepickerInput-,Properties,-Name) inputs to limit users' input.

@farfromrefug, [Typeface.Builder](https://developer.android.com/reference/android/graphics/Typeface.Builder#Builder(java.io.File)) added in API level 26. But yeah - I probably need to add a few conditions in the code. Thanks!

@farfromrefug, I guess it was [Font.Builder](https://developer.android.com/reference/android/graphics/fonts/Font.Builder) - it says 29. But I use [Typeface.Builder](https://developer.android.com/reference/android/graphics/Typeface.Builder#Builder(java.io.File)) here.

Hi @paul-castro, Any errors in the console?

Hi @jrgleason, new version just released. Btw, see [currently supported builders](https://github.com/lekhmanrus/ngx-pug-builders#builders-support).