-
hi there! I currently struggle to mock the directions API using nock, perhaps someone here has an idea how to achieve this?
you can generate a mock using nock quite easily by just inserting `nock.r…
-
I am attempting to import .svg files for a storybook project and am running into an module import error. I have tried a few alternative solutions but have made no progress. It's throwing an error spec…
-
-
Hi,
I've been trying to install AFS from scratch for some time now, but seem to fail at the last step, somewhere at yarn build_development.
My current setup is the following:
Debian 12.5, whi…
-
Look into boosting any of our dependencies that are getting out of date (i.e. `package.json` stuff).
In particular, let's try to hit any that are showing up in the github security reports.
Do so…
-
Report individual contributions made by each team member
labra updated
4 years ago
-
### Description
This group defined a number of [projects/goals for 2023](https://github.com/nodejs/package-maintenance/issues/550) & one of them was to create a new "statusboard" (similar to npm's …
-
### Description
Paket does not work with github files from behind proxy.
When building paket.sln:
```
Severity Code Description Project File Line Suppression State
Error Could not…
-
There's already two WKT specifications in print, the one embedded in the OGC SFSQL from ~1999 and the one in ISO SQL/MM 13249-3:2006.
### SFSQL
* 2 dimensional
* 7 core types (point/line/poly/m…
-
Support recursive types with `shield()` and auto-generate calls to `shield()` when using TypeScript.
Example of a recursive type:
```ts
type A = {
a: A[]
}
```
More practical example: […