The Wayback Machine - https://web.archive.org/web/20200704035813/https://github.com/topics/resolver
Skip to content
#

resolver

Here are 225 public repositories matching this topic...

KeerthanaManoharan
KeerthanaManoharan commented Sep 24, 2018

VSCode not giving auto suggestions of file name inside the directory once we are using alias name with babel module resolver plugin for react native .
I am having .js file inside the path @components but it is simply giving the suggestion as
@components/ showing the suggestion as {} react,{} props,{} react-native

My .babelrc file :
{
"presets": [
"react-native"
],

hotchocolate
PascalSenn
PascalSenn commented Mar 17, 2020

We just need a piece of documentation because there is literally no documentation about directive locations except from the spec. The spec is not easy to read. Something like this would make sense

directive @field_definition on FIELD_DEFINITION
directive @argument_definition on ARGUMENT_DEFINITION
directive @object on OBJECT
directive @interface on INTERFACE

interface Foo @inter
unbound
akorn
akorn commented Dec 7, 2019

The unbound.conf(5) page doesn't say how unbound handles a list of upstream servers it gets via stub-addr (or forward-addr).

  • Does it always use the first one first, and fall back to the 2nd(, 3rd etc.) if some condition is met? (If so, what condition? Timeout? SERVFAIL? DNSSEC verification failure?)
  • Does it use them in round-robin fashion?
  • Does it choose one to query randomly?
swagger-parser
Sweetchuck
Sweetchuck commented Nov 25, 2019

Currently the example value can have a different data structure that is defined in the schema and the swagger-cli validate doesn't rise an error.

example:
    foo:
        bar: a
        baz: b
type: object
properties:
    foo:
        type: integer
        format: int32
        default: 0

I think it would be very useful if the example value would be validated against

rhlsthrm
rhlsthrm commented Aug 5, 2019

The docs do not show an example of resolveDependees. I am getting an error when trying to create a resolver the following way:

const poolShareValue = pipeResolvers(
  resolveDependees(['totalPoolShares', 'poolValue']),
  ([totalPoolShares, poolValue]) => {
    const ethPerShare = totalPoolShares.toNumber() > 0 ? parseFloat(utils.formatEther(poolValue)) / totalPoolShares.toNumber() :
prance
ApaDoctor
ApaDoctor commented Mar 26, 2019

In YAML you can write strings without quotes. For some specific cases you are forced to use quotes, for example when you put digits, but you want them to be of type string.
But when you write schema and set type of variable to string - when you provide example you expect that it will also be of type string. But it's converted to the python as integer.

Expected Behaviour

Some schema in `req

Improve this page

Add a description, image, and links to the resolver topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the resolver topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.