-
Updated
Aug 17, 2020 - Jupyter Notebook
mapping
Here are 1,240 public repositories matching this topic...
-
Updated
Aug 17, 2020 - C++
-
Updated
Aug 5, 2020 - Swift
-
Updated
Jun 19, 2020 - JavaScript
-
Updated
Aug 6, 2020 - C++
Adding a preset / field of parking=* (for main tag amenity=parking_entrance), see wiki:
https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dparking_entrance#Additional_tags
-
Updated
Aug 17, 2020 - Kotlin
-
Updated
Aug 11, 2020 - Go
-
Updated
Aug 14, 2020 - C++
-
Updated
Aug 17, 2020 - PHP
-
Updated
Aug 17, 2020
'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 18, 2020 - Python
-
Updated
Jan 7, 2020 - Swift
-
Updated
Aug 13, 2020 - C#
Background
The github.com/xxjwxc/gormt uses Go modules and the current release stream version is v3. It must comply with the specification of "Releasing Modules for v2 or higher" available in the Modules documentation and enforced since the most recent versions of Go. Quoting the specification:
A package that has opted in to modules must in
-
Updated
Mar 15, 2018 - JavaScript
-
Updated
Aug 12, 2020 - Python
-
Updated
Aug 13, 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"})