Mattia M.

Results 16 issues of 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:...

template: bug
linear: next

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[] }...

enhancement

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 ![image](https://user-images.githubusercontent.com/38817460/213566765-242cb92a-7c64-4b91-9c14-7b743384bb61.png) const thread = await client.thread.query({ id: 1082079 }) => undefined

enhancement

Typedoc => JSDoc Api-Extractor => TSDoc

tsconfig.json -> baseUrl

code improvement