-
Updated
Feb 6, 2021 - Java
dependency-injection
Here are 3,016 public repositories matching this topic...
-
Updated
Jan 21, 2021 - TypeScript
-
Updated
Feb 1, 2021 - Kotlin
-
Updated
Jan 23, 2021 - Swift
Starting from version 12.12.0, Node.js offers built-in support for translating error stack traces using source maps - learn more here: https://medium.com/@nodejs/source-maps-in-node-js-482872b56116
Let's rework @loopback/build
to use this new feature on recent version of Node.js, instead of source-map-support
module.
If it's possible, then implement a fallback to npm module `source-map-s
-
Updated
Feb 12, 2021 - C#
-
Updated
Feb 15, 2021 - PHP
-
Updated
Oct 19, 2020 - JavaScript
-
Updated
Feb 13, 2021 - C#
-
Updated
Dec 20, 2020 - Objective-C
-
Updated
Dec 18, 2020 - C#
-
Updated
Jan 4, 2021 - PHP
-
Updated
Feb 14, 2021 - Dart
-
Updated
Feb 15, 2021 - TypeScript
-
Updated
Jan 25, 2021 - PHP
-
Updated
Dec 13, 2020 - TypeScript
-
Updated
Feb 15, 2021 - C#
-
Updated
Jan 4, 2021 - TypeScript
-
Updated
Jan 16, 2021 - Go
-
Updated
Feb 9, 2021 - Go
Information
Add ajv-errors message customization support.
Ref: https://www.npmjs.com/package/ajv-errors
Related: #833
Example
Configuration:
const Ajv = require("ajv").default
const ajv = new Ajv({allErrors: true})
// Ajv option allErrors is required
require("ajv-errors")(ajv /*, {singleError: true} */)
const schema = {
type: "object",
required: ["foo"],
p
-
Updated
Jan 25, 2021 - Swift
-
Updated
Nov 3, 2020 - C#
-
Updated
Jan 29, 2021
-
Updated
Jan 31, 2021
-
Updated
Jan 20, 2021 - Java
-
Updated
Dec 31, 2020 - JavaScript
Improve this page
Add a description, image, and links to the dependency-injection topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dependency-injection topic, visit your repo's landing page and select "manage topics."
One of the specific advantages of the wire approach is that it generates code that's relatively readable compared to reflect-based equivalents. When
wire.Value
is used on a small by-value type, there's no need for the value to live in a global variable - the expression could instead be used literally inside the generated code, which would make the code easier to follow, and more similar to the c