-
Updated
Jun 28, 2021 - JavaScript
workspaces
Here are 124 public repositories matching this topic...
In packages/components-typescript/package.json the fields main and main:src: refer to files that do not exist:
"main": "src/index.tsx",
"main:src": "src/index.tsx",
The index.tsx file is located in packages/components-typescript/index.tsx
Are these two fields redundant?
-
Updated
Jul 19, 2021 - TypeScript
-
Updated
Jun 29, 2021 - JavaScript
-
Updated
Apr 4, 2020 - TypeScript
Hadlock should be able reload the config if the config file is modified.
This means that every change change in the config file should be applied without restart of Hadlock or require to close any other application.
Suggested method:
What the config file provided upon start using inotify and reconfigure Hadlock (during runtime) if an event indicating change to the config file is received.
-
Updated
Apr 24, 2021 - Rust
-
Updated
Jul 6, 2021 - Python
-
Updated
Jun 15, 2021 - JavaScript
-
Updated
Feb 21, 2021 - Vala
-
Updated
Jul 20, 2017 - JavaScript
-
Updated
Sep 8, 2019 - Emacs Lisp
-
Updated
Mar 25, 2020 - JavaScript
-
Updated
Jul 26, 2021 - TypeScript
-
Updated
Jun 8, 2021 - Python
-
Updated
Aug 15, 2018 - TypeScript
-
Updated
May 31, 2021 - Shell
-
Updated
Oct 16, 2019 - JavaScript
-
Updated
May 5, 2021 - JavaScript
-
Updated
Jul 14, 2021 - JavaScript
-
Updated
Jul 28, 2021 - TypeScript
-
Updated
Oct 15, 2019 - JavaScript
-
Updated
Jun 30, 2021 - Lua
-
Updated
Jun 21, 2021 - JavaScript
-
Updated
Nov 11, 2018 - TypeScript
Improve this page
Add a description, image, and links to the workspaces topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the workspaces topic, visit your repo's landing page and select "manage topics."
As mentioned in #226 it would be helpful to have an option to see all the time which window is currently in focus. A permanent border with a configurable width and color would be nice for this.
The FocusIndicator which is currently used to indicate the focus of a window is controlled by a timer only and not suitable for this.