Yossi Spektor

Results 9 issues of Yossi Spektor

`resolveURL` function in apollo-datasource-rest/src/RESTDataSource.ts (https://github.com/apollographql/apollo-server/blob/39e678c58f984a52c8d5299449c333bda9f1e0be/packages/apollo-datasource-rest/src/RESTDataSource.ts#L76) calls `path.startsWith('/')` therefore `path` must be non-null (as can also be seen in Typescript definition of `RequestOptions`). However, there're use cases where only root url...

:memo: documentation

According to the [example](https://github.com/image-size/image-size#using-a-url) it's ok to download only a few KB in order to get image size/dimensions. But according to this stackoverflow [answer](https://stackoverflow.com/questions/18264357/how-to-get-the-width-height-of-jpeg-file-without-using-library) in order to get JPEG width/height:...

The plugin adds [Katz Centrality](https://en.wikipedia.org/wiki/Katz_centrality) calculation in Statistics module.

New Plugin
Waiting for response

I'm new to Gephi and I want to create new plugin which calculates [Katz Centrrality](https://en.wikipedia.org/wiki/Katz_centrality#Mathematical_formulation) using an adjacency matrix. I don't see that there's any API within [Graph API](https://gephi.org/gephi/0.9.2/apidocs/) which...

Plugin Development

I'm using the library with a mobile menu like this: ``` import { ScrollLocky } from 'react-scroll-locky'; import MotionDrawer from 'react-motion-drawer'; // content ``` The problem is that above the...

I'm using wp-graphql plugin version 1.0.5, wordpress version 5.7 and the latest version of this plugin (stable branch). When performing this query: ``` query roles { users { nodes {...

Add `Integration Test Scenarios of Event-Driven Modules` section to the docs to describe how to write tests when modules don't directly depend on other modules (that is not via Spring...

After going through the [code](https://github.com/graphql-compose/graphql-compose-dataloader/blob/master/src/index.js) of the plugin it seems that the plugin only works with the default resolvers provided with `graphql-compose` (e.g. `findById` or `findByIds`). Am I correct? So...

I did `npm i` and tried to debug the compiled `test.js` file but I don't see any option for Call Hierarchy. In which menu can I see this option?