Дилян Палаузов

Results 188 issues of Дилян Палаузов

I had taken over a code using many .prototype... = function() things, kept them, while adding new, futuristic JavaScript syntax. The result was not anymore ES2015, but there were no...

This input ```javascript function A() {} A.prototype.b = function() {} function C () { A.call(this); } require('util').inherits(C, A); ``` produces ```javascript 5: warning Function C looks like class, but has...

This input ```javascript var util = require('util'); function A() {} A.prototype.b = function () {} function C () { A.call(this); } C.prototype.b = function () { A.prototype.b.call(this); var f =...

bug

With gcc 9.3.1 20200506 compiling mspack 1.9.1 prints: ``` mspack/chmd.c: In function 'chmd_extract': mspack/chmd.c:1139:10: warning: 'length' may be used uninitialized in this function [-Wmaybe-uninitialized] 1139 | length -= self->d->offset; |...

Calling `make check` fails with: ``` make test/unit/CommonPreparePrologue test/unit/CopyCommandHeader test/unit/GetNumHandles test/unit/io test/unit/key-value-parse test/unit/tcti-device test/unit/tcti-mssim test/unit/UINT8-marshal test/unit/UINT16-marshal test/unit/UINT32-marshal test/unit/UINT64-marshal test/unit/TPMA-marshal test/unit/TPM2B-marshal test/unit/TPMS-marshal test/unit/TPML-marshal test/unit/TPMT-marshal test/unit/TPMU-marshal test/unit/esys-context-null test/unit/esys-resubmissions test/unit/esys-sequence-finish test/unit/esys-tcti-rcs test/unit/esys-tpm-rcs test/unit/esys-getpollhandles...

enhancement

Currenlty Sitemaps’s can have dynamic `valuecolor=[…]`. In the brackets conditions can be written, followed by colour. When a condition is met, the following colour is used and the remaining conditions...

A CalDAV collection can contain different types of resources: VEVENT, VJOURNAL, VTASK. Since there is no support for memos (VJOURNAL) in Thunderbird, DAV-4-TbSync shall not offer syncronizations of collections that...

enhancement

I setup an account for (as server) milter.aegee.org (or for user [email protected] with any password) in TB78.3/DAV-4-TbSync 1.21. Thunderbird calls first `PROPFIND https://milter.aegee.org/.well-known/caldav`, for which it receives a 301 redirect,...

otherwise Cyrus IMAP rejects the request. Closes https://github.com/agendav/agendav/issues/252.

Closes https://github.com/agendav/agendav/issues/256. To be honest, I have no idea how to work with the composer.lock file. I called `cd web && composer` update guzzlehttp/guzzle:~6.3` and the manually edited `composer.json`. In...