amura11
amura11
By regular view do you mean one that's returned by a controller using `View(...)`? If so then yes the breakpoints work correctly in regular views
Would it be possible to extend the container with something like: ``` class CustomContainer extends Container { public addDynamicTransient(constructor: Constructor, func: () => T): interfaces.BindingWhenOnSyntax { const id = generateIdAndAddToCache(constructor);...
Hey @kaizhu256, thanks for the suggestion. I tried putting the logging statements and they both work fine (which is confusing and annoying). I checked the stack trace of the error...
After doing some more digging I'm even more confused. The error was coming from `sql-asm-debug.js` at line 1213, looking at the source in the Electron devs tools, I see the...
Thanks for the idea, I was wondering if that would work. Unfortunately that isn't ideal; every time a new language is added I have to go through each config file...
I still haven't been able to find a solution to this so I created a test project that recreates the issue with a minimal amount of code. The test project...
I decided to give the integration a shot and started experiencing this as well. I haven't been able to find anything useful in my logs but I did find that...
I came back to this and finally found a workaround. When trying to turn the windowed mode option on and off I noticed the window was the same size as...