Sodiray
Sodiray
@antonioru I know your planning to tackle this this weekend. Couldn't get it off my mind and had some free time so heres a proof of concept script. There's a...
The title is a little _accusatory_ but this is currently the most likely cause to an issue I'm having 🙏 😄 I have a client who is uploading an `.xlsx`...
## Problem Because `try` is a reserved word I find myself doing this a lot `import { try as tryit } from 'radash'`. It's annoying. I shouldn't have to alias...
The pipe function would be like `chain` but instead of returning a function, it would pass the value through and execute the function. Logically, pipe is a way of executing...
Based on chat with @matteosacchetto in #108 we'll drop support for node 12 after node v18 becomes LTS on `2022-10-25`. This will be a major version bump to `9.0.0`. See...
## Description Adding github actions for automated release/publish process - run unit tests on pull requests - when the `release` label is on a pull request, require a semver bump...
The test for the sleep function tries to assert time has passed which makes it a bit flaky and sometimes fails. [See this build.](https://github.com/rayepps/radash/actions/runs/3247942713/jobs/5328559507) ``` FAIL src/tests/async.test.ts (10.106 s) ●...
The changes from v12.x to v14.x are very small. All I really did was - copy paste v12 dir - update requires to imports - update dynamic handler import in...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `yarn` dependencies of...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `yarn` dependencies of...