Armin Roșu
Armin Roșu
Hey, This is my first public fork, so it might be a bit overkill. Basically I needed height fitting as well, so I changed the whole shabang to calculate optimal...
**Describe the bug** I declared basic [RQL](https://github.com/a8m/rql) query parameters in the API, which are JSON. I wanted to use references to it, but the converter fails. Embedding the referenced properties...
**Describe the bug** I am referencing a schema with `format: uuid` from another schema. Upon conversion from openapi to graphql, the type is set to `String`, instead of `ID`. Maybe...
Hello, Not sure if this project is still maintained - but we were using it at and the upgrade to node@16 broke it. ```javascript const rocky = require('rocky') const PORT...
Hello, Used Gritter on a project and thought I might thank you by adding support for css3 (with a fallback for IE7/8). Tested in Chrome and IE7: - added css...
Hey all, I need a stemmer for romanian and I found node-snowball. What do you think about integrating it into natural? **Pros** - support for multiple languages - separate module...
Hello, I'd like to make my life easier and create Typescript clients for the Pinging API and Management API. The latter I need to provision checks as I create resources...
### What happened? After waiting on #249 to be resolved, I upgraded to `v4` from `v3`. Sporadically, I'm getting this error: ``` Downloading single artifact Error: Unable to download artifact(s):...
Hello, **Description:** I'm struggling to figure out how to properly cache node-gyp builds. This adds +30s to my `yarn install`, by rebuilding them every time `yarn install` runs. After manually...
**Describe the bug** These commands exit with code 1: ```bash VERSION=$(npx auto version) # Also fails, equivalent to above npx auto version | read VERSION # npx auto info (node:21308)...