modelD-svg
modelD-svg
I've been using the API you call "less elegant" for some time now and found this issue today, looking into why it stopped working. From what I can tell, all...
I suspect you will have issues with cloudflare using selenium aswell, but good luck nontheless.
> I took a look at the rewe app which uses these two endpoints: > > [https://mobile-api.rewe.de/api/v3/market/search?search="zipcode](https://mobile-api.rewe.de/api/v3/market/search?search=%22zipcode)" for getting market ids in the area. [https://mobile-clients-api.rewe.de/api/stationary-app-offers/"market-id](https://mobile-clients-api.rewe.de/api/stationary-app-offers/%22market-id)" for getting all offers for...
Having similar issues. Appreciate your work on this
Hello, I also experienced this issue. Here's how I fixed it: > Disclaimer: not a good implementation, just a quick fix for a private project Before [dump.go, line 481](https://github.com/jamf/go-mysqldump/blob/master/dump.go#L481), insert:...
Same here. In the logs I can see claude starting from the plugin with `diff_envs={CLAUDE_CODE_SSE_PORT=50101, ENABLE_IDE_INTEGRATION=true, ...}`, but the `ide` directory is empty and nothing shows in claude. Let me...
> Note, for people trying to at least make something work, this is how you can get `Esc` to work to stop the current gen/exit menus: > > Uncheck this...
I got it to work. At least in my case, I had to have claude already opened in a terminal BEFORE opening the ide. Then starting the IDE, then doing...
I can't get this to work with the global memory on WSL with v1.0.6. Not natively and also not with the workaround. Maybe I'm missing something: I have the memory...
TLDR: Manually adding `"hasClaudeMdExternalIncludesApproved": true,` (notice the lower capital `d`) to my project entry in `~/.claude.json` made the user context file import work (for me). --- > Did you have...