-
Updated
Jan 11, 2021 - JavaScript
workspaces
Here are 108 public repositories matching this topic...
Unfortunately, I lost my setup some days ago... and I have no copy of that. So, I decided to redo it, but I'm struggling following the spare guides. I'm trying to reproduce my sticky workspaces setup (three monitors) with no success at all.
The bare template config is:
{
context.AddBar();
context.AddFocusIndicator();
var actionM
-
Updated
Jan 29, 2021 - TypeScript
-
Updated
Jan 30, 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
Feb 4, 2021 - Rust
-
Updated
Jan 30, 2021 - Python
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Dec 28, 2020 - Vala
-
Updated
Jul 20, 2017 - JavaScript
-
Updated
Sep 8, 2019 - Emacs Lisp
-
Updated
Mar 25, 2020 - JavaScript
-
Updated
Jan 29, 2021 - Python
-
Updated
Aug 15, 2018 - TypeScript
-
Updated
Oct 16, 2019 - JavaScript
-
Updated
Feb 3, 2021 - TypeScript
-
Updated
Jan 9, 2021 - JavaScript
-
Updated
Dec 11, 2020 - JavaScript
npm v7
- explore the subject area
- decide whether to switch from Yarn to NPM
resources:
https://github.blog/2021-02-02-npm-7-is-now-generally-available/
https://github.blog/2020-10-13-presenting-v7-0-0-of-the-npm-cli/
-
Updated
Oct 15, 2019 - JavaScript
-
Updated
Nov 21, 2020 - Emacs Lisp
-
Updated
Feb 3, 2021 - PHP
-
Updated
Aug 1, 2020 - JavaScript
In this error message for indo link metro-core...
error: Global package metro-core does not exist. Did you run indo link yet?
...this part...
Did you run indo link yet?
...should be...
Try running indo link in metro-core first.
ANSI colors would be used, as they are now.
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."
In packages/components-typescript/package.json the fields
mainandmain:src: refer to files that do not exist:The
index.tsxfile is located in packages/components-typescript/index.tsxAre these two fields redundant?