Adrian Ziemkowski
Adrian Ziemkowski
We're also experiencing this issue, but manually chunking it isn't viable for tailing with the amount of logs we have (not to mention it delays our response time). Here's a...
> > What's the status? It still doesn't work with the newest nightly build. > > What's not working? Did you follow [#28313 (comment)](https://github.com/facebook/react/issues/28313#issuecomment-2180984628)? My guess is most of us...
It appears that Square has published a workaround. I now have V8 and Square in production. So while this may well be an issue elsewhere, it no longer causes a...
@Michal-Mikolas I think the ask, which would be neat to see, would be at the end of that list of individual tests, like this perhaps... ``` ---- breakdown ---- pass/fail...
It's not great, but we just explicitly limited the main browsers from our usual target... ``` not Safari < 17.5 not iOS < 17.5 not Firefox < 120 not Chrome...
Sadly if I select the relative path via VS Code and just paste that after the `@` it still doesn't see the file. Whatever is being used under the hood...
@hannesrudolph it's still happening for me in Roo 3.3.15. However, I just discovered that if I copy the relative path in VS Code, I can get to the file in...
@hannesrudolph Could this be due to the `1_000` initial file limit in `src/integrations/workspace/WorkspaceTracker.ts` (`MAX_INITIAL_FILES` in Roo)? My project is tracking over 4K files outside of `.gitignore` paths.
I'm not sure if the file limit makes sense here. The `globbyLevelByLevel()` method it calls for recursive requests like this has a 10 second race promise, so in the worst...
I gave full disk access to both Sequel Ace and `ssh` since the error is from OpenSSH: > OpenSSH_9.8p1, LibreSSL 3.3.6 > Can't open user config file /Users/adrian/.ssh/config: Operation not...