JoranLive

Results 5 issues of JoranLive

### 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

Hello, I tried to use this library yesterday bu I faced a strange problem. For one component, I had 2 pickers. The first one was not working properly. Once the...

Angular 14 / Ionic 6 / ng-table-virtual-scroll 1.3 If we go back to the page which was showing an mat-table with virtual scroll, it can appears empty. It happens if...

Hello, I want to convert a date to a specific time zone without taking care of my system timezone. This is my code: ``` const tz = "Australia/Melbourne"; console.debug(`Timezone for...

### Versions - Node: 20 - OS: Linux Ubuntu 24.04 - [email protected] - [email protected] My package.json contains those scripts: ` "seed:run": "cd ./dist && npx typeorm-extension seed:run -d ./src/app/data-sources/app-data-source.js", "seed:run:dev":...