Copilot
Copilot
> @copilot Instead of doing code changes, update readme to document how to setup temp files in load balanced environments. Follow instructions for Craft 5 here https://servd.host/docs/temp-uploads-locat... Done! I've reverted...
> @copilot can we simplify the instructions. its pretty wordy? remove the alternative for shared mount. and mention that you can also use CRAFT_TEMP_ASSET_UPLOAD_FS environment override. and link to cra......
> @copilot > `**foo**`でdsBしても`**foo**`になるようになっちゃったよ。 > 修正お願い。 修正しました。正しいパターンは`(operator-surround-delete)aB`でした(オペレータが先、モーション指定子が後)。前回の修正では区切り文字キーがオペレータの後に来ていたため、無視されていました。 コミット: 127d5df
> @copilot > 直ってなかったよ。 > 一度戦略を見直したらどうだろう? 戦略を見直し、古いVimscript実装を確認しました。`B`キー(`**`区切り文字)はvim-operator-surroundで正しく動作しないため、元のVimscript実装でもワークアラウンドが使われていました。 同じワークアラウンドをLuaで実装: 1. `d(textobj-between-i)*`で`*foo*`を削除(`**`が両側に残る) 2. `s/\*\*\*\*/\=@"/`で残った`****`を削除内容で置換 3. 結果: `**foo**` → `foo` コミット: db30dd3
Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details. > [!WARNING] > > > Firewall rules blocked me...
Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details. > [!WARNING] > > > Firewall rules blocked me...
Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details. > [!WARNING] > > > Firewall rules blocked me...
> @copilot This didn't seem to recreate the issue. > > Please try again: you might need to create a deeper node tree. Also make it easier to identify the...
> @copilot It is still not reproducable locally for me. Can you try making it deeper? And perhaps look at the code from [eeue56/gobaith](https://github.com/eeue56/gobaith/) to understand the context of ......
> @copilot still does not reproduce the problem locally Could you describe what you're seeing when you test locally? Specifically: 1. After clicking "Remove Query 2", does Query 2 disappear...