alecks
alecks
To add on the previous comments, yarn 3 does not support glob patterns in resolutions (**/). This fixed the issue for me: ``` "resolutions": { "typescript": "4.8.4" }, ```
Same issue, please reopen. running wranger dev in monorepo workspace fails wit this error. ```sh --- 2024-01-04T01:07:38.562Z debug 🪵 Writing logs to "/Users/redacted/Library/Preferences/.wrangler/logs/wrangler-2024-01-04_01-07-38_504.log" --- --- 2024-01-04T01:07:38.562Z log ⛅️ wrangler 3.22.2...
Is this feature still planned?
We're also seeing memory issues while using a local subgraph trying to index a large set of events. Eventually Anvil stops responding.
Any updates on this? We're on hold waiting to see if this is something that might be fixed in Anvil or if we have to switch to a completely different...
Any updates here? Is there any way to specify the context type with this plugin? The docs state to use {config: contextType: 'MyCustomContext'}} but not clear how to integrate that...
A possibly easier workaround is to just run the version command twice, this seems to work for me. First time it sets it wrong, second time it works. ¯\_(ツ)_/¯