Don

Results 11 issues of Don

The link to the Akveo Twitter profile in the header on [https://akveo.github.io/eva-icons/#/](https://akveo.github.io/eva-icons/#/) point to [https://twitter.com/akveo_inc](https://twitter.com/akveo_inc), which does not exist. The correct url seems to be [https://twitter.com/akveo](https://twitter.com/akveo)

I was thinking of adding a way to skip the confirmation prompt and I found in the code that `tspath` already supports that by passing `-f`. :-) Having a table...

The `appRoot` value is now based on the project root path and the value set in outDir, without taking into consideration the value in baseUrl. In this way tspath calculates...

I was experiencing some weird behaviour when running with node 8.9.3 (in Electron). After some testing, I've found out that disabling the `compat` option when calling `escodegen.generate` solves the issue....

### Issue type **I'm submitting a ...** * [ X] bug report * [ ] feature request ### Issue description **Current behavior:** I have an existing project in which I...

question
module:theme
needs docs

In certain scenarios I need to set the labels of the dialogs after the config phase (e.g. the language has been changed by the user). To achieve this, I've added...

I'm running some queries that produce the error "bad parameter or other API misuse", while the query and the params are all correct. I'm running the DB in a worker,...

I've ancountered a weird behvaiour when I type "sunday 8 17:00" (today is Monday, 2022-05-02). The parsing result is Thurday, 2022-05-12, while it should be Sunday 2022-05-08. The error does...

@ellipsis-dev fix a bug in the menu that causes the left menu sidebar to stay open after the last active project has been deleted. The menu should be hidden when...

I've followed all steps of the guide, but I get the following error when running `node server.js`: ../node_modules/@ngx-utils/cookies/src/cookies-options.service.js:1 (function (exports, require, module, __filename, __dirname) { import { Inject, Injectable, InjectionToken,...