Diego Bonura

Results 20 issues of Diego Bonura

See here: https://github.com/coreui/coreui/blob/e4cafcfbe8a081f9c20a5e647a7ab24616ef3d68/scss/_header.scss#L36 any reason for that? Thanks.

Just to know, are you going to deploy the library on NuGet? I guess when it will be online it could have more interest from the community!

We are using karma-teamcity-reporter with karma-sourcemap-loader. When we use progress report we see the link to TypeScript original file on reports...but when we use the TeamCity report we don't see...

is it possible to enable `oneFingerPan` and still receive mouse events from SVG elements? Thanks

### Prerequisites - [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/ionic-framework/blob/main/.github/CONTRIBUTING.md#creating-an-issue). - [X] I agree to follow the [Code of Conduct](https://ionicframework.com/code-of-conduct). - [X] I have searched for [existing issues](https://github.com/ionic-team/ionic-framework/issues) that already...

package: core
type: bug

I have found that typescriptWorker is not disposed when component is disposed. Have you give a try for example: ``` Change ``` i have also open a issue on :...

The latest version of Primeng just replace "error" message type with "danger" one: https://github.com/primefaces/primeng/blob/master/src/app/components/message/message.ts#L39 So basically sass doesn't work anymore: https://github.com/primefaces/primeng-sass-theme/blob/b47e8850aae391ed8f55722c226f0bffd9f7ff75/theme-base/components/messages/_inlinemessage.scss#L39 I still don't catch why primeng demo site doesn't...

See here: https://github.com/coreui/coreui/blob/main/scss/sidebar/_sidebar-nav.scss#L74 is it possible to have a variable to control that? I mean: `margin-top: 1px;` Thanks.

feature

Due to this comment: https://github.com/primefaces/primeng/issues/15661#issuecomment-2135754369 we would like to know if we have to continue investing in studying and customizing using this Sass library approach or if it is better...

Just an easy request, is it possible to support the `DIV` Integer division operator? https://dev.mysql.com/doc/refman/8.4/en/arithmetic-functions.html#operator_div https://mariadb.com/kb/en/div/ I usually use `Math.Truncate` and sometimes `Math.Floor` but we have direct support of integer...

type-enhancement