Andrés Catalán Cárdenas

Results 6 issues of Andrés Catalán Cárdenas

### Summary The command `sf dev generate library` does not produce the expected result. ### Steps To Reproduce - Run the command `sf dev generate library`, hit enter. 🙂 ###...

bug
investigating
validated

### Summary Running the `sf` CLI under `node` v21.0.0 throws out the following warning: ``` (node:83047) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. (Use...

bug
area:jsforce
validated

How would it work to develop a framework for multiple targets at the same time?

Warning while installing/updating `generator-kraken`: `npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue`

By documenting the API in a standard format we could use cool tools like [this one](https://github.com/swagger-api/swagger-codegen), which we could use to generate wrappers in a bunch of different languages. Is...

As I was trying to document the API for `convert` (#19) I started to think that it may have too many parameters (I was testing what happens when a parameter...