Ibrahim H.

Results 51 issues of Ibrahim H.

- fix webpack config - update dependencies - fix command in README.

Hi, I thought `import_map.json` is the old way of Deno to manage dependencies, now it's [deps.ts](https://docs.deno.com/runtime/tutorials/manage_dependencies)/`dev_deps.ts` (with `-D` flag) if I'm not wrong about that... I feel like it's the...

**[Forecasting with Structural AR Timeseries](https://www.pymc.io/projects/examples/en/latest/time_series/Forecasting_with_structural_timeseries.html)** ## Issue description Executing step by step each cell I got: `too many indices for array` at line: ``` IndexError Traceback (most recent call last)...

change `ths` to `this`

change `ths` to `this`

I get the same message when running deno upgrade to upgrade from deno `1.42.1` to deno `1.42.4`, here is the full log: ``` Looking up latest version Found latest version...

Hi, Normally deno look into `deps.ts` for dependencies, however we still need to manually set the reference of dependencies with the exact version (semver). I'm not using [trex](https://github.com/crewdevio/Trex) neither any...

Hi, I came across this article about [transducers](https://sixty-north.com/blog/deriving-transducers-from-first-principles.html), which refers to Clojure's transducer, I'm not sure if this is already implemented here or [somewhere](https://github.com/mperry/functionalgroovy) [else](https://github.com/mariogarcia/functional-groovy) nor its usefulness, how does...

Tested with Groovy 3.0.7 (only some functions)