eoc icon indicating copy to clipboard operation
eoc copied to clipboard

Command-line toolkit for parsing, compiling, transpiling, optimizing, linking, dataizing, and running EOLANG programs

Results 76 eoc issues
Sort by recently updated
recently updated
newest added
trafficstars

- Added langchain package for support of different LLM providers - Added support for placeholder provider with CLI interface proposed in the issue. - Added some tests for placeholder provider.

docs command now creates a directory with empry .html file for each package in the project.

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [commander](https://redirect.github.com/tj/commander.js) | [`12.1.0` -> `13.1.0`](https://renovatebot.com/diffs/npm/commander/12.1.0/13.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/commander/13.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/commander/13.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [mocha](https://mochajs.org/) ([source](https://redirect.github.com/mochajs/mocha)) | [`10.8.2` -> `11.1.0`](https://renovatebot.com/diffs/npm/mocha/10.8.2/11.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/mocha/11.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [grunt-mocha-cli](https://redirect.github.com/Rowno/grunt-mocha-cli) | [`^4.0.0` -> `^7.0.0`](https://renovatebot.com/diffs/npm/grunt-mocha-cli/4.0.0/7.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/grunt-mocha-cli/7.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/grunt-mocha-cli/7.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

When running `npx grunt` in the project directory, the following error occurs: ```Running "mochacli:test " (mochacli) task Warning: spawn EINVAL Use --force to continue. Aborted due to warnings. ``` Probably...

After running `eoc dataize primApp --easy 0 2 84 0 3 85 0 4 71 1 3 17 1 4 60 2 3 86 2 4 36` with [email protected] got...

bug

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.junit.jupiter:junit-jupiter-engine](https://junit.org/junit5/) ([source](https://redirect.github.com/junit-team/junit5)) | `5.11.4` -> `5.12.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.junit.jupiter:junit-jupiter-engine/5.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

# Parser and linting errors Several tests are failing due to parsing and linting error. So these are some what I found in ```grunt / build``` logs. ## Issues found:...

`docs.js` must take a directory with XMIR files and generate a summary XML file with all necessary details from XMIR files. Currently, it doesn't do this. Let's implement this feature....