Jared Noble

Results 20 comments of Jared Noble

im new to the community/elixir so this is more an inquiry, why is Phoenix problematic? Wont many use phoenix already? Or is this made more of an umbrella app, and...

Any update on this issue? Its been a year and it seems only hacks are an option

This has been resolved, and no longer an issue

This no longer a problem, updating node and libraries versions helped fix this

We have migrated our types with this guidance, closing thread

We successfully converted terafoundation, teraslice and other related systems to migrate to esm and to use the async calls in our v2 changes

After further discussion with @peterdemartini, we came up with an initial game plan on how adapters work, but there are many questions on expected behavior NOTE: we talked about removing...

> Is there a reason `Field-Aggregations` are a separate concept from `Field-Transforms`? Seems to me an aggregation could just be considered a transform of Array input -> value output. It...

List of packages converted to ESM with no CJS exports: - got v12 - nanoid v4 - is-ip v5 - is-cidr v5 - auto-bind v5 - chalk v5 - execa...

Notes so far: - must have direct require suffix `./src` => `./src/index.js` - had to use `lodash-es` vs `lodash` for module support (its their native esm version that they support)...