Algorithman

Results 15 issues of Algorithman

First: great project, didn't know OSM/OTM are that good now. To my question: I'm in particularly in need of 1:100000 and 1:200000. Can you point me in the direction where...

Hi yfakariya, is it possible to get info by msgpack which fields/properties of a class would be serialized (and which order)? Kind of a dry run or statistical output, would...

enhancement

Changed the checks for the properties/subobjects so base classes can be seen as well.

Better maintainability. If some important method names change, less will break

**Is your feature request related to a problem? Please describe.** The `MediaGalleryBlock` does not export its assigned image files, only the entity ids. This makes importing difficult if you try...

enhancement
area:media
review

**Is your feature request related to a problem? Please describe.** How can I add store locations (long/lat, description etc)? How can I set a color theme? How can I set...

enhancement
review
area:content

**Is your feature request related to a problem? Please describe.** Since I want to automate the backup of our stories I looked into the webapi endpoints of PageBuilder. But since...

enhancement
area:webapi

**Describe the bug** I have a multithreaded uploading tool which uploads multiple products at once. What's happening is that if you upload 2 (or more) products with the same name...

bug
review

In [this](https://github.com/smartstore/Smartstore/blob/de21c5c6ef0830fe795eb2bfcab0043c53b06a6b/src/Smartstore.Web/Models/ShoppingCart/Mappers/MiniShoppingCartMapper.cs#L143) line here mapUnitName is set to false, why? This prevents unit names shown in the offcanvas shopping cart. See also here in the [WishlistMapper.cs](https://github.com/smartstore/Smartstore/blob/de21c5c6ef0830fe795eb2bfcab0043c53b06a6b/src/Smartstore.Web/Models/ShoppingCart/Mappers/WishlistMapper.cs#L86C1-L90C1)

enhancement

**Describe the bug** In ImageHeader.cs method GetPixelSizeFromSvg you need to add the DtdProcessing = DtdProcessing.Parse like this: line 251: `using (var reader = XmlReader.Create(input, new XmlReaderSettings() { DtdProcessing = DtdProcessing.Parse...

bug
area:media