mangelozzi

Results 52 issues of mangelozzi

The next release of Chrome (v101) will block CORS to private networks (I get this warning when I open the console): > A site requested a resource from a network...

Seems like a great start, but then nothing seems to work. Maybe you could state a list dependencies that are required to be installed, e.g. Install Node.js and then the...

**Describe the issue** When typing say file paths, its very conviant to have `completeopt=longest,menuone`. This means that when typing, and then pressing auto-complete, it will add the longest common match,...

Great plugin thank you. If one sets `clipboard=unnamedplus` with Neovim the yank function did not work. Further more it currently does not allow one to use any register. The changes...

`@import` is being [depreciated](http://www.sass-lang.com/documentation/at-rules/import), `@use` will replace it. The LSP does not support `@use`, and since it happens at the top, it makes the rest of linting not work.

**Is your feature request related to a problem? Please describe.** In Python we use `snake_case`, and in JavaScript we use `camelCase`. This always causing an issue in API's, because one...

**Describe the bug** Following the tutorial at: https://django-ninja.rest-framework.com/tutorial/step2/ When I get to the part: `Self-documenting API`, if I navigate to `http://localhost:8000/api/docs`, it raises an error: I dont know where `api-1.0.0`...

When performing a Chrome lighthouse audit, the its fails and recommends adding `font-display: swap;` E.g.: ```css @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 300; src: local(''), url('/static/fonts/roboto-v29-latin-300.woff2') format('woff2'), /* Chrome...

It seems that the `local()` function should a description of the font one is looking for: ``` css /* roboto-regular - latin */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight:...

### Describe the problem that you experienced Reading through the great docs, but when I got to: https://angular.io/start#pass-data-to-a-parent-component says: > In new components, the Angular Generator includes an empty constructor(),...

area: docs
good first issue