-
### What would you like?
When using `cy.wrap` with a Promise the resulting type currently does not get inferred automatically. Instead generics need to be passed explicitly.
```typescript
const get…
-
map(), filter() etc added to queries
e.g. https://github.com/lolopinto/ent/blob/fix-476-part2/examples/simple/src/ent/user.ts#L50-L53 from https://github.com/lolopinto/ent/pull/683 should be doabl…
-
I've moved away from maintaining a yearly roadmap. We will be following a waterfall style roadmap. We will be focusing on one current major issue and then future issues in the pipeline. Please feel fr…
-
Might be nice to run a `sfdx force:mdapi:deploy --checkOnly -l NoTestRun` automatically on PR so that we know that all the required metadata is included as soon as the PR is opened.
Two reasons thi…
-
hello @andersevenrud.
I reviewed the section on creating a service provider in the osjs documentation.
```js
// src/client/myprovider.js
export class MyApiServiceProvider
{
constructor(core, o…
-
### Describe the bug
When a custom object-type error is thrown and a string parameter is passed to `toThrowError()` an unhanded exception is thrown:
```
TypeError: Cannot read properties of und…
-
I'd like to run a benchmark that requires initializing a threadpool before the benchmark and closing it after the benchmark.
Currently, it seems to be impossible to exclude the initialization / closi…
-
I cannot find documentation on this .. is there a good example on how to do this?
-
I am testing nightmare capabilites, I am just starting to evaluate your work too, because I think it is useful.
But I have a question, how I can add an custom action to Nightmare ?
the following …
-
The updates you merged into master aren't in the nuget package. If I run from master everything works. If I use the nuget package I get RestSharp errors
Thanks