devtool
Here are 111 public repositories matching this topic...
Is your feature request related to a problem?
"DevSpace should use the current docker behavior for dockerignore:
Dockerfile + .dockerignore
Dockerfile + Dockerfile.dockerignore
Dockerfile.frontend + Dockerfile.frontend.dockerignore
"
Which solution do you suggest?
Delegating the dockerignore file search to Docker if possible, otherwise copying the behavior as best as possible
-
Updated
Feb 11, 2022 - JavaScript
-
Updated
Jun 2, 2022 - Dart
-
Updated
Jul 10, 2019 - JavaScript
-
Updated
May 29, 2022 - JavaScript
-
Updated
Mar 3, 2018 - JavaScript
As our CI complains:
This extension consists of 5252 files, out of which 2627 are JavaScript files. For performance reasons, you should bundle your extension: https://aka.ms/vscode-bundle-extension . You should also exclude unnecessary files by adding them to your .vscodeignore: https://aka.ms/vscode-vscodeignore
Contributions welcome!
-
Updated
Mar 19, 2020 - JavaScript
If I run this command:
PS C:\Files> renamer *.txt
Then this file opens in my text editor:
*.txt
Windows passes command line arguments as-is to programs, and it seems that pipe-rename doesn't expand the glob like I would expect. I found that I can use this command:
PS C:\Files> renamer (Get-Item *.txt)
and then the opened file looks like I'd expect:
-
Updated
Aug 2, 2020 - TypeScript
-
Updated
May 25, 2022 - Shell
We are currently using the base Node.js image (#10) to run a small portion of our tests. The react-native-circleci-orb should allow us to start up an Android simulator and execute ekke to run our full test suite.
Acceptance Criteria
- The allow the use of third-party orbs in our organization.
- Our `.circl
Uninstall Danger.js
-
Updated
Aug 19, 2017 - Ruby
-
Updated
Apr 5, 2022 - TypeScript
-
Updated
Mar 4, 2021 - PHP
-
Updated
Jan 21, 2022 - Shell
-
Updated
Feb 12, 2022 - JavaScript
-
Updated
May 7, 2021 - PHP
Improve this page
Add a description, image, and links to the devtool topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the devtool topic, visit your repo's landing page and select "manage topics."
Is it possible to add a check if unleash variable is indeed a json, and disable the option of saving it unless it is?
For example, created a variable for a toggle and selected type to be a json, but I've inserted a string instead of a json and was able to save and pull the value.
{'name': 'test', 'payload': {'type': 'json', 'value': 'not a json'}, 'weightType': 'variable', 'enabled': True}