siliconalchemy

Results 7 comments of siliconalchemy
trafficstars

@engcom-November - Ah! Haha that's a really funny april fools joke!! Oh wait, it's the middle of October, it's not April 1st. ** THIS IS A BUG ** var/log/exception.log is...

This has gone a little off-topic, but I get the same 'hanging'. Using gulp-changed works fine for me, that's not an issue. But if I use jade-inheritance on watched include...

@engcom-Bravo - has there been any internal development on this issue, is there a workaround? It has completely broken integration with Magento for me, it's a really major bug.

> Looks like issue is related to when your storefront URL is not same as your base url at "All Stores View". For me it is still actual for 2.4.6-p4...

This would be very useful! At least to add another method before parsing, whereas ingress() is after parsing.

This is a common problem with APIs that don't validate data. There should be a better way to 'correct' XML before the parser. Is there some way of doing this...

One way to do this is to override the transport methods that actually bring the data in, before it is parsed, eg: ``` from zeep.transports import Transport class patchTransport(Transport): def...