lodash
Here are 775 public repositories matching this topic...
Your documentation shows no way to replace an objects value. Any updates to an object with:
db.get(name).find(selectors).assign(data).write()
merges the data with the existing object...not what I'd expect.
How can we replace a record without merging? Can you update your docs?
This subtitle for _.isEmpty is misleading, it kind of imply that the lodash's version does not evaluate Set or Map (which is not true), see lodash isEmpty code here.
If the
_.isEmpty
Checks if value is an empty object or collection.❗️ Note
Hello everyone. This is a great project. I entered selling points of this project and I made the following comparison of a few projects to show how they differ. If you have any corrections to make you can do so by commenting in the spreadsheet from which this is generated. If you are wonderin
If you try to deserialize a protobuf message without the corresponding schema you get a generic message error message:
[INFO] [record_query::proto_index] Proto descriptor cache is stale; recomputing
Missing input file.
thread 'main' panicked at 'protoc descriptor compilation failed', src/proto_index.rs:60
note: Run with `RUST_BACKTRACE=1` for a backtrace.It would be nice to g
-
Updated
Jun 6, 2020 - TypeScript
-
Updated
Oct 31, 2019 - JavaScript
I think it would be nice to add comments to the typescript definitions, using the same documentation as is in this repository. I already did it on local but I don't have the permissions for PR's of course.
This is for the usage with VScode, following the TS doc format:
<img width="1792" alt="スクリーンショット 2019-07-25 9 57 19" src="https://user-images.githubusercontent.com/20631137/61838083-b2e8c
In the line:
python object getter is used, but if pydash getter is used instead we can also map nested properties like:
{'a.b': 'c'}-
Updated
Nov 28, 2018 - JavaScript
-
Updated
Dec 28, 2019 - JavaScript
-
Updated
Mar 14, 2017 - JavaScript
-
Updated
Jun 13, 2020 - JavaScript
I noted the lack of a set function (as here). I built a sort of set function in a project of mine. At the moment it works only on array, what do you think if I make a porting of my function on your project?
What are your general guidelines to make a pull request? Do you have any suggest?
Best Regards
Domenico Rizzo
-
Updated
Aug 30, 2019 - PHP
-
Updated
Oct 4, 2019 - JavaScript
-
Updated
Jun 8, 2020 - TypeScript
-
Updated
Jan 6, 2020 - JavaScript
forbid-methods
This rule forbids the use of a configured set of lodash methods.
Rule Details
This rule takes one argument:
- The first (required), which methods to forbid calling
The following patterns are considered warnings:
/* eslint lodash/forbid-methods: [2, ['get'] */
var result = _.get(user, 'name');/* eslint lodash/forbid-methods: [2, ['get'-
Updated
May 1, 2020 - JavaScript
-
Updated
Jun 12, 2020 - JavaScript
Description
Aliases
JsDoc doesn't allow the creation of synonyms for a function.
JsDoc's @alias has been designed to "to treat all references to a member as if the member had a different name", but not rhe creation of synonyms.
lodash uses docdown, which has been tweaked to process @alias as a list of synonyms.
Runna
-
Updated
Nov 19, 2018 - JavaScript
-
Updated
Apr 16, 2020 - JavaScript
Improve this page
Add a description, image, and links to the lodash topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the lodash topic, visit your repo's landing page and select "manage topics."