Dominik Broj

Results 15 issues of Dominik Broj

Removes unused dependencies (formally required by Flow.js) and upgrades the remaining ones

What is the current license? The Readme states that the code is licensed under the GPL, but COPYING says LGPL. (I'd prefer the latter one)

Enabling Strict mode brings some improvements to the code base: > "[...] improve[s] maintainability, help[s] you catch bugs ahead of time, and allow[s] the CLI to perform advanced optimizations on...

enhancement
help wanted
good first issue
medium

Currently the integration tests fail on Windows because the file names are invalid, for example: ``` [INFO] Running io.restassured.itest.java.XMLValidationITest [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time...

Currently the HTML export of AsciiDoc files with syntax highlighting enabled imports 3rd party scripts in this style: ```html ``` This causes a problem in the VS Code extension because...

improvement

- components: `TabPane`, `Dropdown(,Item,Menu,Toggle)`, `Manager`, `PopperTargetHelper`, `CarousellItem` (see https://github.com/reactstrap/reactstrap/search?q=contextTypes&unscoped_q=contextTypes) - reactstrap version `6.5.0` - import method: `es` - react version `16.7.0` - bootstrap version `4.2.1` ### What is happening? When...

Fixes #66 Closes #65, #67, #64, #63

Migrates from the [long](https://github.com/palantir/tslint/issues/4534) [deprecated](https://blog.palantir.com/tslint-in-2019-1a144c2317a9) TSLint to ESLint and [angular-eslint](https://github.com/angular-eslint/angular-eslint). I tried my best to migrate the existing TSLint rules over to ESLint

need revision

The sudoku example under `examples/sudoku1/index.html` runs out of memory under Firefox (v76.0.1, OS: Arch Linux) and crashes under Chrome

It would be beneficial to setup GitHub's integrated CI (GitHub actions) to automatically run code linter, formatters and tests/benchmarks to ensure good software quality. Currently this would require additional work...