Andrés
Andrés
Partially tackles https://github.com/oclif/oclif/issues/968 It depends on the [oclif/core PR#504](https://github.com/oclif/core/pull/504) as it needs some interfaces and core logic for handling Deno's deno.jsonc root configuration file
Feature Request ----------------------------------------------------- What is the current behavior? ----------------------------- `oclif package` currently works for packaging Node CLIs. What is the expected behavior? ------------------------------ It would be awesome if there could...
Tackles the `oclif/core` part for https://github.com/oclif/core/issues/503. It paves the way to start supporting deno projects. It essentially extends the logic around using the `package.json` as the project's root config file...
[Deno](https://deno.land/[email protected]/introduction) is a **A modern runtime for JavaScript and TypeScript**, which is becoming increasingly popular. The problem is that it has [limitations at the time of compiling into an executable](https://deno.land/[email protected]/tools/compiler#unavailable-in-executables)...
Seems like most of the 0install tools are all python2-based. Is there any plan to make the upgrade to python3? Python2 is deprecated and no longer supported. Im particularly facing...
Partially tackles https://github.com/oclif/oclif/issues/968 It depends on the [oclif/core PR#504](https://github.com/oclif/core/pull/504) as it needs some interfaces and core logic for handling Deno's deno.jsonc root configuration file ------------ NOTE: working npm package at...
graphql-tag/src/index.ts:97:7 - error TS2345: Argument of type '{ experimentalFragmentVariables: boolean; }' is not assignable to parameter of type 'ParseOptions'
**Is your feature request related to a problem? Please describe.** There's some multithreading logic inside some of deepeval's metrics. Some accept the multithreading flag to make that optional. **Describe the...
Usually these sort of evaluations are made on large datasets of Q&A interactions. Deepeval's interface however is implemented in a way that calls to the LLM Evaluators Agents are done...
**Is your feature request related to a problem? Please describe.** I have an application with user/bot conversations. I would like to somehow apply some of the Q&A evaluations to entire...