Mattia M.
Mattia M.
Hi, is there a way to disable\mitigate exception throwing when an unknown property comes in? Thank you.
**Which version are you using?** "@nano-sql/core": "^2.3.7" "snap-db": "^1.1.6" **Describe the bug** Query "select" throw exception **Expected behavior** Get data from specified table **Example** `const dbList = nSQL().listDatabases(); console.log('dblist', dbList);...
Hi there, how the github implementation is supposed to work? Examples that i found all relate to Google or Facebook where those providers return an accessToken while Github returns a...
### Verify canary release - [X] I verified that the issue exists in the latest Next.js canary release ### Provide environment information ```bash Operating System: Platform: linux Arch: x64 Version:...
Hi, while reading the book i stumbled around ValidationNotificationHandler. Something that is missing both book and repo is the actual implementation of ValidationNotificationHandler. What should be done inside handleError(String aNotificationMessage)...
Response model refactor to better handle possible BGG internal server error (502) or rejection like #18, #25, #38 **proposal idea** ```typescript interface BggResponse{ error: string status: number data: T[] }...
Better interfacce mock? Reflect JavaScript construct expect(dto).toEqual( expect.objectContaining({ userid: expect.any(Number), total: expect.any(Number), page: expect.any(Number), username: expect.any(String), }) );
https://www.boardgamegeek.com/xmlapi2/thread?id=1082079  const thread = await client.thread.query({ id: 1082079 }) => undefined
Typedoc => JSDoc Api-Extractor => TSDoc