Philip Bergqvist
Philip Bergqvist
I am using LuaCOM to provide support for COM in scripts that run in my host application. If the script forgets to release objects before the lua state is closed,...
EU-mode: - EU customers without VAT => taxable - EU customers with VAT => reverse - Non-EU customers => exempt US-mode: - US customers => taxable - Non-US customers =>...
### Version 2.5.15 ### Reproduction link [https://jsfiddle.net/e2yxoomh/2/](https://jsfiddle.net/e2yxoomh/2/) ### Steps to reproduce Create a component that includes the word "map" (case insensitive). For example: - Map - MapView - mapper ###...
It would be nice if there was a way to change the dashboard website limit (which is currently set to 10). ``` DEFAULT_WEBSITE_LIMIT = 10 ``` This could either be...
What's the easiest way of removing the entire `request.POST` object that is included by default when using `rollbar.errorHandler` with express.js? I tried: ``` scrubPaths: ['request.POST'], ``` But that causes an...