Skip to content

issues Search Results · repo:ravendb/ravendb-nodejs-client language:TypeScript

Filter by

46 results
 (163 ms)

46 results

inravendb/ravendb-nodejs-client (press backspace or delete to remove)

Hi team! Curious, have you tried working on the compatibility with Bun?
  • TheGreatAxios
  • 1
  • Opened 
    12 days ago
  • #479

the latest docker version shows that ravendb is at version 7. yet this official client is at version 6 How is that explained?
  • davidmoshal
  • 3
  • Opened 
    on Mar 6
  • #473

image I have set noCaching to true on each session, but this still gets cached. This is giving us a massive memory leak. Please help!
  • seanhurwitz
  • 11
  • Opened 
    on Nov 19, 2024
  • #467

In an older project running ravendb 5.4 I import MetadataDictionary like this and use at like the example below. import { MetadataDictionary } from ravendb/dist/Mapping/MetadataAsDictionary ; for (const ...
  • marcuslindblom
  • 5
  • Opened 
    on Sep 4, 2024
  • #460

With Cloudflare, it is common to deploy the web application via Cloudflare Pages so that static resources aren t part of the worker s code size limit. But ravendb-nodejs-client can t live in a Pages function ...
  • ngbrown
  • 4
  • Opened 
    on Aug 29, 2024
  • #458

https://github.com/ravendb/ravendb-nodejs-client/blob/v5.4/src/Documents/Session/InMemoryDocumentSessionOperations.ts#L1381 Here, shouldn t this be _generateEntityIdOnTheClient ?
  • ayende
  • 1
  • Opened 
    on Aug 25, 2024
  • #454

I wrote a utility script in Node.js and I m using an async main()/top-level script. After the RavenDB operations are complete, the node process won t exit. I see that the tests put the .dispose() calls ...
  • ngbrown
  • 2
  • Opened 
    on Aug 12, 2024
  • #453

Hello, with v5.2.7 streaming works, with v5.4.2 streaming immediately responds as done with 0 results. This is the code: const entities: Draw[] = []; const reader = await session.advanced.stream ...
  • tzarger
  • 5
  • Opened 
    on Apr 16, 2024
  • #424

I am trying to build an adapter for Lucia but the DatabaseSession object is saved in the @empty collection. public async setSession(databaseSession: DatabaseSession): Promise void { const session ...
  • zaksnet
  • 3
  • Opened 
    on Feb 29, 2024
  • #414

The following code: async function query(queryString: QueryString): Promise Question[] { const store = asyncLocalStorage.getStore() as alStoreType; const loggedinUserId = store?.loggedinUserId; ...
  • ayende
  • 1
  • Opened 
    on Feb 2, 2024
  • #410
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub