-
Updated
Aug 6, 2021 - Java
dependency-injection
Here are 3,329 public repositories matching this topic...
-
Updated
Aug 2, 2021 - TypeScript
-
Updated
Aug 3, 2021 - Kotlin
-
Updated
Jul 23, 2021 - Swift
-
Updated
Aug 6, 2021 - Dart
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
Jul 13, 2021 - C#
-
Updated
Aug 6, 2021 - PHP
-
Updated
Aug 6, 2021 - C#
-
Updated
Apr 1, 2021 - JavaScript
-
Updated
Dec 20, 2020 - Objective-C
-
Updated
Dec 18, 2020 - C#
-
Updated
Aug 6, 2021 - TypeScript
-
Updated
May 27, 2021 - PHP
-
Updated
Aug 6, 2021 - TypeScript
-
Updated
Jun 10, 2021 - PHP
-
Updated
Aug 6, 2021 - C#
-
Updated
Aug 7, 2021 - Go
-
Updated
Jul 30, 2021 - TypeScript
-
Updated
Aug 5, 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
Mar 16, 2021 - C#
-
Updated
Mar 17, 2021 - Swift
-
Updated
Aug 6, 2021 - Python
-
Updated
Aug 2, 2021
-
Updated
Jun 19, 2021 - Dart
-
Updated
Jul 28, 2021 - TypeScript
-
Updated
Jan 31, 2021
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