Mohit Meena

Results 6 issues of Mohit Meena

### Prerequisites - [X] I'm using the latest version of `near-api-js`. - [X] I have tried to start with a fresh project and reproduce the defect with minimal code changes....

bug

```ts interface RouteResponse { message: string; headers?: Record; } ``` was using this and when i run `encore run` i get ` ❌ Building Encore application graph... Failed: object not...

### Describe what you want https://lucid.adonisjs.com/docs/model-hooks Such hooks will be useful, so we can transform values after they are fetched and make changes before they are saved automatically

enhancement

```yml name: Stats Backend Deploy on: [push] jobs: build-and-deploy: runs-on: ubuntu-latest strategy: matrix: node-version: [18.x] steps: - name: Check out repository code uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version...

### Package version 20.1.0 ### Describe the bug ```ts query.where('name', 'ILIKE', `%${payload.params.name}%`) // Working as expected query.whereILike('name', `%${payload.params.name}%`) // Not working ``` ### Reproduction repo _No response_

### Package version 2.1.0 ### Describe the bug This is the error i am getting when i run `node ace`. The development server is working fine and there are no...