The names"prefer-const"and"no-constant-binary-expression"are the names ofrulesin ESLint. The first value is the error level of the rule and can be one of these values: "off"or0- turn the rule off "warn"or1- turn the rule on as a warning (doesn't affect exit code) ...
.github Update setup-node GitHub action to v4. (#3953) Sep 20, 2024 config [VUFIND-1741] Remove bootstrap3, bootprint3 and sandal themes (#4192) Jan 28, 2025 data/cache Initial commit -- beginning to adapt VuFind 2 to Zend Framework 2 bet… ...
(b) -e, --extension <ext> Filter by file extension -S, --size <size> Limit results based on the size of files --changed-within <date|dur> Filter by file modification time (newer than) --changed-before <date|dur> Filter by file modification time (older than) -o, --owner <user:...
UPDATE: after making some modifications to https://github.com/Jleeblanch/android_device_motorola_kiev/tree/lineage-17.1 i finally got a ROM to compile. but doesn't boot. doesnt even expose adb. i have to reboot into recovery using power and vol- and do adb shell cat /sys/fs...
Search for files which have read and write permission for their owner, and group, but which other users can read but not write to. $ find . -perm 664 Files which meet these criteria but have other permissions bits set (for example if someone can execute the file) will not be matched....
from among hundreds of private github repositories I have access to via a github organization, from the command line. Rarely can I remember the exact name of the repository I'm looking for. Usually though, I do have a good idea of a word or two that is a part of that full repo name...
To find any file which are writable by all (the file owner, group and everyone else), run: $ find -perm -a=w To find files which are writable byboththeirownerand theirgroup, use this command: $ find -perm -g+w,u+w The above command is equivalent of"find -perm -220"command. ...
clickOn(repoOwnerField); selectAll(); type("test").push(KeyCode.TAB); type("test").push(KeyCode.TAB); type("test").push(KeyCode.TAB); type("test"); clickOn("Sign in"); awaitCondition(() ->"test/test (none)".equals(TestController.getUI().getTitle()),10); ...
The contextual information such as asset name, package version, repo name and owner can help pinpoint the source of the problem. By identifying who owns the application, the security team can figure out who they need to work with to fix the vulnerability. ...
There are lots of laws which people discuss when talking about development. This repository is a reference and overview of some of the most common ones. Please share and submit PRs! ❗: This repo contains an explanation of some laws, principles and patterns, but does not advocate for any ...