Copilot
Copilot
> Don't documentate on private members. > > Also, add `@author Samchon` tag at the every classes and interfaces (not into the nested members). Addressed both feedback points in commit...
> Don't need to write example content. > > Also, documentate only to the public or exported members. ... Addressed all requested changes in commit 1cbd8b3: 1. **Removed all @example...
> @copilot it still does not work. I think you are testing it wrong and had the wrong approach in general You're right. The issue was that when a thread...
> @copilot it still does not work. Instead of focusing a fix try to create a test that reproduces the bug. Instead of adding C code to the repo let...
> @copilot I attached my test wat, please make sure you can run it and reproduce the error. If alarm works, the output will contain `Success` and exit with code...
> @copilot, I attached my test WAT. Please make sure you can run it and reproduce the error. > > Run it by building the wasmer CLI with the llvm...
> @copilot FIrst undo all your changes. > > I attached my test WAT. Please make sure you can run it and reproduce the error. ... Reverted all changes in...
> @copilot Can you explain how to reproduce and test this on mac working locally (no ssh or something)? To reproduce and test the ELOOP error on macOS locally: **1....
> Allow registering conventions by using the `IRuntimeServiceCollection` interface. Similar to `AddService` add a method for `AddConvention`. Added `AddConvention()` method to `IRuntimeServiceCollection` interface, similar to `AddService`. This allows conventions to...
> @copilot The 3 new tests are currently failing, as evidenced by `composer behat` > > ``` ... Fixed in commit 9223c05. Simplified the test scenarios: - wp-login.php test now...