Francesco Bonizzi

Results 9 issues of Francesco Bonizzi

Consider this index definition: ``` const databaseIndex = new Document({ preset: 'match', tokenize: 'full', language: 'it', resolution: 1, charset: 'latin:advanced', document: { id: 'id', index: ['id', 'brand', 'name'], }, });...

**Product and Version Used**: 2.1.0 for VS 2019 (Preview) **Steps to Reproduce**: Just the first example that comes to my mind: define a class in which a private field should...

**Is your feature request related to a problem? Please describe.** Sarebbe molto utile poter esporre una Web API per la validazione Green Pass, anche auto hostato. Il punto è che...

### Do you understand that any feature requests opened in this repository will be closed? Yes

enhancement
needs review
eas build

Consider these commits: They are automatic, usually I forget to amend their message to add a prefix. I'd like to exclude those from the changelog, as they appear like this:...

bug
enhancement

Hi! I'm using your very useful action in a lot of my projects, but I have a problem in just one. Although the action is the same (Copy pasted) and...

triage

### The feature request When there are some PR open for the selected branch, don't just show "Create pull request" button, but also show links to that PRs, so that...

enhancement

Since `HttpClientFactory` injects an `ILogger` and uses `LogDebug` to log requests and responses, it would be helpful to do the same with `Dapper` to log `SQL` statements. It could be...

### Build/Submit details page URL https://expo.dev/accounts/drilldown/projects/tuduu/submissions/f37dd8d6-cbd6-4c4c-9dab-8833c5944170 ### Summary I implemented a submission WebHook following the Expo guide and deployed it to our test environment. Testing it with the sample payload...

needs review