F.D.Castel

Results 53 issues of F.D.Castel

I'm updating my components statuses via API making a `PUT` request in `/api/v1/components/$myComponentId` and passing the following json ```json { "status": 1 } ``` Everything is working fine, except the...

triage

## Description `npm run test` fails when TypeScript target is set to "es6". - Create a project with Angular 1 and TypeScript - Add `"target": "es6" to "compilerOptions"` in `/conf/ts.conf`...

## Alarm system EVO192 + IP150 ## Environment - Linux + Docker - Latest docker image `paradoxalarminterface/pai:latest` ## Describe the bug I did notice the following error every time I...

bug
to be confirmed

I believe the recipe for [Incorporating Bootswatch themes](https://github.com/shakacode/bootstrap-loader#incorporating-bootswatch-themes) could be simplified to: 1) Install Bootswatch ``` npm install --save bootswatch ``` 2) Add to `.bootstraprc`: ``` "preBootstrapCustomizations": "./node_modules/bootswatch//_variables.scss", "appStyles": "./node_modules/bootswatch//_bootswatch.scss"...

enhancement

Related: https://github.com/louislam/uptime-kuma/issues/686 Initial implementation. Please advice. Done: - All query params sent in `/api/push/` except for `msg` and `ping` are considered tags to update; - Non-existing tags are ignored; -...

help wanted
area:monitor
pr:please address review comments
pr:please resolve merge conflict
needs:resolve-merge-conflict

This code (from [promises sample](https://github.com/types/npm-mysql2/blob/master/test/promise.ts)) ```js import * as mysql from 'mysql2/promise'; let connection = mysql.createConnection(process.env['DB']); connection.connect() .then(() => connection.query('SELECT 1 + 1 AS solution')) .then(([rows, fields]) => { console.log('The...

Initial work to reduce memory allocations. Asking for guidance/opinions. Do not merge. ### Before be56c23c7a623d7dfbe0132a2b6d479466d0ffc4 ``` | Method | Count | DataType | Mean | Error | StdDev | Gen0...

Fix [#1104](https://github.com/FirebirdSQL/NETProvider/issues/1104) This PR adds to scaffolding code: - Ability to distinguish `NUMERIC` from `DECIMAL` datatypes. - Precision and Scale for `NUMERIC`/`DECIMAL` column types. - Collation for `CHAR`/`VARCHAR` column types....

When implementing #454 I found another problem which I left to solve later. It is related to [this](https://github.com/troglobit/inadyn/blob/b670b31553b6f4a374e5f8b841d52f031f771465/src/cache.c#L148) code in `cache.c`: ```c /* XXX: Possibly move this exception to each...

enhancement
help-wanted

Following #455. I propose: 1) To add a `--status` / `--show-status` parameter to Inadyn. This will do a "dry run" (run queries/collect information but don't change/update anything) and, for each...

enhancement
help-wanted