Deyan Totev

Results 110 comments of Deyan Totev
trafficstars

Rambdax has issues with _consumetypings tests

- Add `R.mapAllSettled` Explanation: It asynchronously iterates over a list using `Promise.allSettled`. import { delay } from './delay.js' import { join } from './join.js' import { map } from './map.js'...

restore ``` import isCI from 'is-ci' import { resolve } from 'path' import { execCommand } from '../files/execCommand.js' jest.setTimeout(3 * 60 * 1000) /** * "consume-typings:clone": "cd .. && git...

``` import { pathFn } from './path.js' export const removePath = (object, path) => { const pathResult = pathFn(path, object) if (pathResult === undefined) return object if (!path.length) return object...

https://github.com/char0n/ramda-adjunct/issues/496

https://github.com/Maggi64/moderndash/blob/main/package/src/object/flatKeys.ts

Thanks for opening this issue. I will try to use DenoDeploy for myself to see what can be done so that the main release structure remains the same. if there...

I will give it a try, but can I ask if the project compiles without `immutable`? I will reproduce the bug and see what can it be done. I did...

I spent some time exploring options of using `exports` object in `package.json` vs using `main` property and I found that using `main` is causing less trouble, so I don't think...

I mean, is the issue happens if you simply import `rambda` not `rambda/immutable`? This will be helpful when debugging.