gebeer

Results 32 comments of gebeer

> @gebeer Can you make sure you are using the latest docker images by running `10updocker image update`. Then run `10updocker configure` and answer `Yes` to `Do you want to...

Follow up Same behavior for windsurf (not windsurf-next). windsurf 1.10.3 on Arch installed from https://aur.archlinux.org/packages/windsurf Installed claude code from vsix that comes with npm package (on my machine `/home/gbr/.nvm/versions/node/v22.13.0/lib/node_modules/@anthropic-ai/claude-code/vendor/claude-code.vsix`). Icon...

I'm on version 1.0.70 and problem still persists. My workaround: vite.config.js add post build hook: ```js rollupOptions: { plugins: [{ name: 'post-build', generateBundle() { exec('./cleanup-dist.sh', (error, stdout) => { if...

> Thanks for the response [@gebeer](https://github.com/gebeer). In this case this seems to be an extremely critical issue... I will put my focus on it. Thanks for looking into this. Here's...

> [@gebeer](https://github.com/gebeer) this issue should be resolved now. > > Check out version `1.0.71`: > > * The plugin should removed content before the first PHP tag containing the namespace...

I have published a simple test case to see current behaviour for my use case: https://gebeer.github.io/htmx_head-support/ Check the [README](https://github.com/gebeer/htmx_head-support)

> Hey, this looks like a bug indeed. > > * Does it also happen with [`htmx.config.useTemplateFragments`](https://htmx.org/reference/#config) enabled ? I know we've had some issues in swapping behaviour (with scripts...

Sorry for reviving this issue. On PW 3.0.210 I cannot get frontend editing to work properly for non superusers in **nested repeaters**. Option B doesn't work at all. Option C...

> Claude Code currently stores these in `$HOME/.claude.json` I guess. Thank you. Found it there. This is still not consistent with other global configs being stored in `~/.claude/` And that...

> Agreed. This absence is frustrating. I would expect to be able to use `~/.claude/settings.json` for this. Thanks for sharing your experience here. Hope this will help raise attention