opl-

Results 28 issues of opl-

Adds a button to the status bar displaying the amount of Todos in the active file. Clicking on the button opens (or closes) the Todo panel and auto expands the...

Allows quickly viewing TODOs of only one type by holding the control key and clicking on a tag name. Additionally, if the control clicked tag is already the only one...

This PR hides files on the todo list with no todos in them due to the todos being done or not matching tag filtering.

Starting, pausing, and resuming maps for beatmaps with large thumbnails results in a significant lag spike. Reportedly, an example of such a map is buck wild, with a 2500x2500 cover...

bug

**Versions**: - `prettier-eslint` version: `11.0.0` **Problem description:** TypeScript has recently released a new update which bumped the major. Unfortunately, TypeScript doesn't adhere to semver (see microsoft/TypeScript#14116). This unfortunately means that...

webpack-chain [makes the incorrect assumption](https://github.com/neutrinojs/webpack-chain/blob/c59f853e7164f0acac9970c230a35500a1e5cbd3/src/Config.js#L122) that `Config.node` can never be anything other than an object, despite [webpack allowing it to be set to `false`](https://github.com/webpack/webpack.js.org/blob/f799227e966cc40aa90a1c0df975208608326f9b/src/content/configuration/node.md#node). As a result, calling `config.set('node', false)`...

bug
help wanted

The `Config.externals` property currently cannot be managed easily, as webpack-chain makes no assumptions about its contents. It leaves that to the users. Unfortunately, this means that the property values can't...

**Versions**: - `prettier-tslint` version: `0.4.2` **Problem description:** TypeScript has recently released a new update which bumped the major. Unfortunately, TypeScript doesn't adhere to semver (see microsoft/TypeScript#14116). This means that this...

The TypeScript types require that either all the options for `Router` be provided, or that the object isn't provided at all, despite the implementation allowing providing only some values. https://github.com/therne/cottage/blob/7d6c930b14d8915f7567d435f29b69237aa17a9d/lib/Router.js#L24-L27...

The inferred types for `Handler`s were missing the `ctx.request.params` property, resulting in an error when attempting to access them. Also fixes the default value for `KoaCompatibleMiddleware`'s generic type `CustomT` (custom...