Iliyan Peychev

Results 11 issues of Iliyan Peychev

[hook] gh jira LPS-56739 --assignee natecavanaugh --submittedLink https://github.com/natecavanaugh/liferay-portal/pull/3327 --t... ? LPS-56739 Setting the Start parameter in Numbered List Properties does not work: Assign to nathan.cavanaugh Assigning issue to nathan.cavanaugh fatal:...

bug

[This](https://github.com/metal/metal.js/commit/f2c65f9b9ea11653a3029a6b6d876accd9a1e42f) commit uses `document`, but in Node there is no such thing. This breaks most of the tests of Marble components. ``` FAIL packages/marble-tooltip/test/Tooltip.node.js ● Test suite failed to run...

bug

The following class has one `public` and one `protected` method. The `protected` one is not marked as protected in any way in the HTML output. When in JSON, it is...

The module fails to install with the following error: ``` $ node -v v7.10.1 $ npm install --save getdns > [email protected] install /Users/test/projects/test-getdnsapi/node_modules/getdns > npm run --silent rebuild CXX(target) Release/obj.target/getdns/src/GNContext.o...

enhancement

## I'm upgrading to Node 16 as discussed [here](https://github.com/isomorphic-git/isomorphic-git/pull/1872#issuecomment-1984248469). - [x] Node 16 will be the minimal supported version - [x] Typescript was upgraded to "5.4.2" - [x] The same...

## I'm adding a `signal` parameter to an existing command `push` This pull request is related to this question: https://github.com/isomorphic-git/isomorphic-git/issues/1867 - [x] added `signal` parameter to the function in `src/api/push.js`...

waiting for response

Hey guys, I have a question, please: how can I abort a push operation on Node? Context: there is too much data sometimes, and the operation may take too much...

Hello Ivan! There is an issue on parsing list items. For example this code: ``` # item1 {{{ pre }}} ``` won't be parsed properly. It will be turned to:...

There is some odd issue with Magnet and uploading forms. To explain it, I created two examples: uploading files with and without Magnet. They are practically the same, but the...

Hello, Could you please help with the following issue - how exactly am I supposed to use Nashorn from Java 7? I have the following simple code: ``` java import...

bug