danikaze

Results 19 issues of danikaze

Is there any reason why dependencies where not listed in the project? They should be, least as a peer-dependencies... Anyways, this PR fixes it. It also updates the existing packages...

Basically, I'm setting an element (box with `tags: true`) with a content, and setting its width to content.width... something like this: ```js const lines = ['123', '456']; box.setContent(lines.join('\n')) box.width =...

I'm having the following errors when building my app... ``` ERROR in ./node_modules/neo-blessed/vendor/tng.js Module not found: Error: Can't resolve 'blessed/lib/colors' in '/Users/daniel.berlanga/dev/other/terminal-runner/node_modules/neo-blessed/vendor' @ ./node_modules/neo-blessed/vendor/tng.js 32:34-63 @ ./node_modules/neo-blessed/lib/widgets/ansiimage.js @ ./node_modules/neo-blessed/lib/widgets sync...

## 🐛 Bug Report Given two defined languages: - The selected one with the key not defined - The fallbackLng with the key defined When calling for the missing key...

### Pre-flight checklist - [X] I have read the [contribution documentation](https://github.com/electron/forge/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [code of conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project uses. - [X]...

This is related to [this issue](https://github.com/pahen/madge/issues/217). Specifying ``` detectiveOptions: { ts: { skipTypeImports: true, } } ``` works only for this kind of code ```ts import type { TypeName }...

When you have a function with different "blocks" of code like this (`→` _symbolizes the tabs like in the godot editor_) ``` func (): → statement1 → statement2 → →...

I just started using gdlint and I found a weird behavior. I don't know if it's a bug or not but it feels unnatural. In `.gdlintrc` (from `gdlint -d`) there's...

There are some issues open related to gitlens not generating the correct remote URL when trying to open a file. **Example**: if I use the `GitLens: Open File on Remote`...

triage