Krzysztof Kozmic
Krzysztof Kozmic
to begin with, sure, although custom icon per lifestyle would give you at-a-glance information - much less friction, much more useful ## Krzysztof Kozmic On Sunday, 23 December 2012 at...
About lifestyles available in Windsor (along with the descriptions), it's all here: http://docs.castleproject.org/Windsor.LifeStyles.ashx
re: 2nd part I realise that's not everybody's preference, but the way I structure the code is having them side by side: ``` /shoppingCart/ shoppingCart.html shoppingCartController.js ``` That would obviously...
I'm not sure,,, haven't seen any strong guidance around that, but I'm quite new to Angular myself, and figuring it out as I go
> Is this functionality required to be a "DM" or is anybody also looking for PR assignments in the regular channel subscription. For my team either one is fine. We...
> https://github.blog/changelog/2019-11-14-scheduled-reminders-beta you can sign up the beta is open! This looks to be missing two basic features (yes, I know it's a preview): * per repo/per channel settings (rather...
I hate to be _that guy_ but since it's been a year, has there been any development? I'd ❤️ to have that feature, especially for team projects, that span multiple...
hey @finswimmer I looked at that workaround, but if I understand it correctly, `mypy_path`/`MYPYPATH` adds other paths for mypy to scan. It's saying _"my project's code is in `**/*.py` but...
> Just read your pypt, this is actually #3086. OK? I saw that issue before submitting this one, and it looked related, albeit concerned with race conditions whereas my problem...
I tried it with `poetry config experimental.new-installer false --local` and that doesn't seem to affect this particular problem. Only rolling back to v1.0.10 fixed it