hal
Here are 255 public repositories matching this topic...
API Platform version(s) affected: 2.5.1
Description
Today, JSON Schemas generated by API-Platform do not include additionalProperties: false. This reduces type saftey when using a code generator.
How to reproduce
Create an ApiResource in a new project, check the generated Swagger documentation. The JSON Schema generated for the ApiResource does not include `additionalProp
On this SoapySdr github page, the OSX instructions say to use homebrew/porthos (impossible — can't install homebrew as it has system conflicts in my setup), or "follow the build instructions below."
However, there are no OSX build instructions, and looking inside the cloned repository, there is no makefile, or configure, or XCod
Maybe update templates too?
uint16_t readChannel(Channel channel)
According to docs.modm.io
typedef uint8_t Channel
// this type may also be an enum or enum class
the call readChannel(1) should be legal, but: error: cannot convert 'int' to 'modm::platform::Adc1::Channel'.
We should up
Web Linking allows for an Anchor property: https://tools.ietf.org/html/rfc8288#section-3.2
It would be great to populate this when possible from either the URL or the Web Link anchor.
-
Updated
Apr 18, 2017 - JavaScript
https://gist.github.com/ometa/286e626520e2eb89964e7d23e88c242f
Copyright 200X My Name This file is part of Foobar. Foobar is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Foobar is
Documentation is sorely lacking right now. It would be great to have a more useful README.
-
Updated
May 28, 2020 - C
-
Updated
May 13, 2020 - Kotlin
-
Updated
Jul 19, 2018 - PHP
-
Updated
Jun 7, 2020 - JavaScript
-
Updated
Jan 28, 2020 - PHP
-
Updated
Nov 25, 2019 - Java
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
Sep 16, 2018 - PHP
-
Updated
Jan 15, 2020 - C
-
Updated
Jun 24, 2020 - C
Improve this page
Add a description, image, and links to the hal topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hal topic, visit your repo's landing page and select "manage topics."

Description
To be able to optionaly remove the google fonts dependency on any page of the api-platform.
Example
Remove the google font stylesheet in line 8 in the file api-platform\core\src\Bridge\Symfony\Bundle\Resources\views\SwaggerUi\index.html.twig depending on a configuration variable.
Context
I'm working on an intranet application for a 100000+ employees company and