Matteo Pietro Dazzi

Results 44 issues of Matteo Pietro Dazzi

With this PR I would like to add support for Attachment without having to define a dedicated handler for it.

enhancement
feature
discussion

Fix for #521

In this PR I've used the `fieldalignment` tool to improve the structure size in memory. Here is the output: ```sh $> fieldalignment -fix ./jsoninfo ./jsoninfo/field_info.go:11:16: struct with 56 pointer bytes...

Hi guys, thank you so much for this awesome library. I'm opening this issue just to ask a question: is a way to load an openapi2 specification from a yaml...

Hi guys, with the following issue I would like to introduce a proposal to unbundle the micro-fe orchestration logic from the provided UI. The purpose of the proposal is to...

I'm using this plugin (version `3.1.0`) with the following configuration: ``` createHtmlPlugin({ minify: true, entry: 'src/index.jsx', template: 'public/index.html', }) ``` When it's enabled, I receive the following headers: ![image](https://user-images.githubusercontent.com/6383527/156198855-d5957def-2f7e-464b-af00-f9ea8d29ede1.png) When...

**Environment/version** - Extension version: 12.7.0 - VSCode version: 1.71.0 - OS version: macOS Monterey 12.5.1 **Steps to reproduce** 1. Configure 2 folders for project manager, 1 that does not exists...

bug
need more info

##### Checklist - [x] `npm test` passes ##### Description of change Removed lodash functions in favour of standard JS functions as forEach and noop, and replaced other lodash function with...

Updated config sample, as the previous one was not working at application startup.