Copilot

Results 4907 comments of Copilot

> @copilot shall we have some logic in still on parse? When users would still have this in their tokens, remove it. Added cleanup logic in `convertToTokenArray` function to automatically...

> @copilot there is an error in the out, specifically error: Cannot build '/nix/store/fwa2r0nmlcpfnak7y03ywncxjafap68i-ihp-hspec-1.4.0.drv'. > Reason: builder failed with exit code 1. > ... Fixed in commit 201fe3b. The test...

> @copilot remove the dependency ihp-spec has on ihp-ide Done in commit 458a7bd. The ihp-ide dependency has been removed from ihp-hspec. The IHPSchema.sql file is now included as a data...

> @copilot Fix the error on CI: > : warning: [GHC-32850] [-Wmissing-home-modules] > > These modules are needed for compilation but not listed in your .cabal file's other-modul... Could you...

> @copilot Here's the error on CI > > error: Cannot build '/nix/store/n9ga77ygwx7w1zlr0fglr834k14jpq5z-ihp-hspec-1.4.0.drv'.... Fixed in commit 78919f0. The issue was that the test suite's `hs-source-dirs` was set to `.` but...

> @copilot tests are failing Could you provide the specific test failure output or error messages? I need to see what's failing to diagnose and fix the issue.

> @copilot here are the errors: > > ``` ... Fixed in commit b1093e7. The errors were caused by: 1. Missing `DataKinds` extension for type-level strings like `"posts"` and `"id"`...

> @copilot why can't you run the tests yourself? Do we need to fix something so that you can run them yourself? I don't have access to run the full...

> @copilot why can't you just install determinate nix and then get it working like any other developer? I operate in an ephemeral sandbox environment that resets between sessions and...

> Tested this branch, it's not working, I get '% gpio inspect /Users/cholmes/Downloads/de-out.parquet --head > Error: Option '--head' requires an argument.' > ... I've verified the implementation in my environment...