Slackbot
04/26/2023, 6:17 AMwrongwrong
04/26/2023, 8:35 AMrss
04/26/2023, 9:28 PMYashwant Gowla
04/27/2023, 6:57 AMHalina
04/27/2023, 12:51 PMPeter
04/27/2023, 5:27 PMaltavir
04/28/2023, 5:20 PMrepo.kotlin.link
and mavencentral: https://github.com/SciProgCentre/plotly.kt/releases/tag/v0.5.3.
Minor fixes and version updates. Added native support (you still need a browser), but native artefacts for mingw and linux are available only on repo.kotlin.link
.Toshihiro Nakamura
04/28/2023, 11:06 PMINSERT...RETURNING
and UPDATE...RETURNING
for efficient query execution.
For questions, join the #komapper channel.PoisonedYouth
04/29/2023, 11:41 AMBig Chungus
04/30/2023, 9:18 AMBig Chungus
04/30/2023, 7:03 PMBehzod
05/01/2023, 9:07 AMBuildable
1.1.0 🎉
We're excited to share our new library Buildable
, which simplifies code generation for common design pattern such as Factory and object mapping (KSP).
Key features of `Buildable`:
✅ @BuildableFactory
for efficient factory pattern implementation
✅ @BuildableMapper
to simplify object mapping
✅ Improved maintainability and readability
✅ Reduced boilerplate code
Get started with `Buildable`:
https://github.com/getspherelabs/buildableHalina
05/02/2023, 9:47 AMgabfssilva
05/02/2023, 10:53 AMmohamed rejeb
05/02/2023, 11:50 AMDave Leeds
05/03/2023, 5:28 PMxxfast
05/04/2023, 6:33 AMAlexander
05/04/2023, 12:24 PM0.0.20
contains a lot of changes and improvements:
• implemented count API
• implemented delete and update by query APIs
• implemented tasks API
• support for runtime mappings
• facet filters for attributes
• has_parent
, has_child
queries
• immutable query nodes that might be changed by replacing
• transport request trackers for metrics, logging, etc
• YAML serialization
An article how we cook facet filters for attributes was written: https://github.com/anti-social/elasticmagic-kt/wiki/Cooking-the-Facet-FiltersThiago
05/05/2023, 4:25 PMFoso
05/06/2023, 7:38 AMaltavir
05/06/2023, 1:37 PMtrajectory-kt
, which is based on @ESchouten contribution to KMath (we decided to move it to another project for faster release development and release cycle. It introduces primitives to work with 2D trajectories and path optimization (Dubins path and a unique obstacle avoidance algorithm designed in SPC).
The library is not very well documented, so contributions are welcome. We also use it in our commercial products, so some features (like global trajectory optimization) are not included. Feel free to discuss it in #science.Halina
05/08/2023, 8:07 AMMap
be a delegate?
To be able to use an object as a read-only property delegate, this object must have a getValue
function.
For Map
, it is defined as…”
To find out the answer check this article by @marcinmoskala 👇
https://kt.academy/article/ak-map-delegaterss
05/08/2023, 12:58 PMCasey Brooks
05/08/2023, 3:04 PMmertceyhan
05/08/2023, 6:58 PMrss
05/09/2023, 10:18 AM