-
Hi,
```
const transport: 'axios' | 'fetch' = 'fetch';
const w3wService: What3wordsService = what3words(apiKey, config, { transport });
```
This is not working. I'm getting the compiler error …
-
Reopening a new issue as @c5haw closed #44 - the issue is not resolved as CrossFetch is not an _optional_ peer.
Example of the error we get on Node v12 is:
![image](https://user-images.githubuse…
-
When I try to build a docker image via
docker build .
I get an error:
`Sending build context to Docker daemon 827.2MB
Step 1/27 : FROM mcr.microsoft.com/dotnet/sdk:5.0 AS build
---> 9fec788bd…
-
```
Grid catch TypeError: Failed to execute 'fetch' on 'Window': Illegal invocation
at GridSectionClient. (fetch.ts:16:1)
at step (error.ts:49:1)
at Object.next (error.ts:49:1)
at…
-
**Submitting author:** @zStupan (Žiga Stupan)
**Repository:** https://github.com/firefly-cpp/NiaARM
**Branch with paper.md** (empty if default branch):
**Version:** 0.1.6
**Editor:** @fabian-s
**Revi…
-
Just a few tips for Angular users & a bug (I think).
---
Please be sure to include as much information as possible:
#### Environment details
Running on Win10 Pro insider, Chrome browser (l…
-
Currently I've got a [Pipedream](https://pipedream.com/) hooked up to add What3Words whenever Coordinates are available, but having the app do this as part of the upload process would be one less movi…
-
Hi,
We have builds failing due to the library wanting both Axios and CrossFetch installed
Should there be some optionality in the package peer deps meta?
```
"peerDependenciesMeta": {
"ax…
-
nopCommerce version: 4.50.0 (full release from today)
Also happens in a completely clean installation
Steps to reproduce the problem:
* Download the latest release and extract it to somewhere
…
-
I'm now getting a new issue using this in lambda, seemingly caused by pkginfo introduced in this PR - https://github.com/what3words/w3w-node-wrapper/pull/31 because no package.json was deployed with o…