Copilot
Copilot
> @copilot I have some changes to the ApplicationHelper that I'd like you to make. In addition, I'd like you to delete the buttons method. When we're done with this...
> @copilot > Please write feature specs clicking each of the links we've added on the page. > ... Completed both requested test additions: **Helper Tests**: Added comprehensive tests for...
> @copilot Do not create a new navigation feature spec. Each feature spec is based on the page where the spec starts. Move the tests to the appropriate feature spec...
@durtal 👋 This repository doesn't have [Copilot instructions](https://docs.github.com/enterprise-cloud@latest/copilot/how-tos/configure-custom-instructions/add-repository-instructions?tool=webui). With Copilot instructions, I can understand the repository better, work faster and produce higher quality PRs. I can generate a .github/copilot-instructions.md file...
> @copilot use yarn Done! I've set up the Plasmo migration using yarn as the package manager. The project is now initialized in the working-plasmo/ directory with yarn.lock for dependency...
@yatli I've opened a new pull request, #194, to work on those changes. Once the pull request is ready, I'll request review from you.
> ``` > Run actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791 > with: ... Fixed the Node.js compatibility issue with the i386 Docker container. The problem was that GitHub Actions requires Node.js to run actions like...
> ``` > Checking version consistency: > + grep AC_INIT configure.ac ... The autotools issue was specific to i686, not x86_64. The problem was that `i386/ubuntu:latest` uses Ubuntu 18.04 with...
> ``` > configure: error: HDF5 library (-lhdf5) not found or link failed. Provide --with-hdf5=PATH > ``` Fixed the HDF5 library linking issue for i686 builds. The problem was that...
> ``` > Collecting swig==4.1 > Downloading swig-4.1.0-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.8 MB) ... Fixed the SWIG compatibility issue for i686 CI. The problem was that `pip install swig==4.1` downloads an x86_64 wheel...