David Riccitelli

Results 67 issues of David Riccitelli

Hello, I am using [Snowpack](https://www.snowpack.dev/), my package.json looks something like this: ``` { "name": "app", "version": "0.0.1", "description": "", "main": "src/index.js", "scripts": { "start": "snowpack dev", "build": "snowpack build", "test":...

Currently only offset pagination is supported. However many API use cursor navigation. We should add a DataSource and a Pager which support cursor-based navigation. See for reference: - https://use-the-index-luke.com/no-offset -...

enhancement

see #1161: work in progress see #1161: add docs Thank you for taking time to contribute this pull request! You might have already read the [contributor guide][1], but as a...

model client

**Expected Behavior** Provide a Spring AI client for WordLift AI API. **Current Behavior** Allow developers to consume WordLift AI API seamlessly.

VS2017 isn't supported anymore ## Proposed Changes Deployment fails because VS2017 isn't supported anymore. Updating default to VS2022.

I am looking into implementing cursor based queries, a similar feature has been discussed in QueryDSL: [Is there a way to write queries that deal with row values like WHERE...

type: enhancement

**Describe the bug** I followed the Quick Start but it doesn't work for me, I get the following error: ``` Error: Could not locate the bindings file. Tried: → ./eliza-starter/node_modules/.pnpm/[email protected]/node_modules/better-sqlite3/build/better_sqlite3.node...

bug