-
Updated
Aug 30, 2020 - Jupyter Notebook
mapping
Here are 1,250 public repositories matching this topic...
-
Updated
Aug 28, 2020 - C++
-
Updated
Aug 26, 2020 - Swift
-
Updated
Aug 21, 2020 - JavaScript
-
Updated
Aug 27, 2020 - C++
There are quite a few amenity=bench + capacity=<int>
out there.
- About 6k https://taginfo.openstreetmap.org/tags/amenity=bench#combinations
- Query https://overpass-turbo.eu/s/WR3
But the wiki says, that it should be amenity=bench + seats=<int>
instead.
- https://wiki.openstreetmap.org/wiki/Key:seats
Do not use capacity=* in this context
- https://wiki.openstreetmap.org/wiki/Tag:a
-
Updated
Aug 29, 2020 - Kotlin
-
Updated
Aug 11, 2020 - Go
-
Updated
Aug 28, 2020 - C++
-
Updated
Aug 29, 2020
-
Updated
Aug 27, 2020 - PHP
'react-autocomplete' (https://github.com/reactjs/react-autocomplete) is no longer maintained and causing warnings
react-dom.development.js:12357 Warning: componentWillMount has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
- Move code with side effects to componentDidMount, and set initial state in the constructor.
- R
-
Updated
Jun 18, 2019 - C++
-
Updated
Aug 26, 2020 - Python
-
Updated
Jan 7, 2020 - Swift
-
Updated
Aug 24, 2020 - C#
Background
The github.com/xxjwxc/gormt
uses Go modules and the current release version is v3
. And it’s module path is "github.com/xxjwxc/gormt"
, instead of "github.com/xxjwxc/gormt/v3"
. It must comply with the specification of "Releasing Modules for v2 or higher" available in the Modules documentation. Quoting the specification:
A package
-
Updated
Mar 15, 2018 - JavaScript
-
Updated
Aug 22, 2020 - Python
-
Updated
Aug 18, 2020 - C++
Improve this page
Add a description, image, and links to the mapping topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mapping topic, visit your repo's landing page and select "manage topics."
Would it be possible to enable dynamic discovery of the mapper classes used in a generated code according to the source and target class through the package annotation configuration like:
@Mapper (usesPackage = {"org.company.componenent.mappers"})