Paul Buschmann
Paul Buschmann
Sorry no. I just know that `metro-babel-transformer` is the default string when console.logging `babelTransformerPath`
> @jaysoo I'm extremely glad that's been elevated to 'bug' status! > Just letting you know, even with the above patch to `metro-resolver.js` I keep getting the original resolve error....
Found another fix! (for yarn) Add a resolutions field to your package.json ```json ... "resolutions": { "@nrwl/**/metro-resolver": "0.59.0" }, ... ``` @jaysoo I guess a version bump of `metro-resolver` to...
I would strongly agree to a refactor of the `MapStore` into a more narrow layer specific store. Also maybe a `Stage` and `Transformer` store. This way more logic can be...
@badnames Can you please also explain, why a stage listeners functionality was needed? https://github.com/ElektraInitiative/PermaplanT/blob/9f142c507d329f56aa77d505a188463ad4e65725/frontend/src/features/map_planning/components/BaseStage.tsx#L34 Currently it seems a bit convoluted this way. If you look at the plant layer https://github.com/ElektraInitiative/PermaplanT/blob/9f142c507d329f56aa77d505a188463ad4e65725/frontend/src/features/map_planning/layers/plant/PlantsLayer.tsx#L215...
@nojaf to answer you on your comment here https://github.com/rescript-lang/rewatch/pull/162#discussion_r2125819586. I think this is a great idea. I also think the plan was to eventually replace the `legacy` commands with commands...
> Not sure if relevant here, but I still see `1.2.0` for `bunx rewatch --version`. At some point, this should be the rescript version? > I think the right time...
> @Bushuo, there still seems to be something up with the legacy commands: Ok, strange, I will look into it. The legacy build and clean command seems to work though,...
@nojaf I can reproduce it and will fix it soon.
@cristianoc Yes, will do. Tests are failing locally. I will keep working on it.