Adrian Lanning
Adrian Lanning
I think you would need to use an iframe. On Sun, Jan 24, 2016 at 5:28 PM Sebastian M Cheung [email protected] wrote: > How to modify so modal window is...
Hi rammicz, thank you for the pull request. This is quite an old project, is it still useful? I can merge PR's but don't have a way to test changes...
OK, thanks. Please let me know once your fork is up to date and send me a link here. I'll update the readme to send people to your version. :-)
I'm having trouble reproducing this. Which browser and OS are you seeing this issue in? I'd guess they are actually appearing but are positioned off-screen; probably shifted down in the...
Hmm, well if you can put together a repro then I can help more. Let me know what the results of the element inspection are. I'd guess there is conflicting...
Right, the example is only valid for pre-blaze meteor (due to how template rendering has changed). If you'd like to submit a PR with blaze compatibility that would be a...
Ah, PR generally stands for pull request. :-) It's a github thing where you can send updated code to fix issues or add features. > On Aug 8, 2014, at...
Hi Troy, Hmm...normally I would guess it was not using safe mode so it was failing silently when it was performing the save. But MongoProvider's Save method explicitly uses safe...
Hi Troy, Glad you find it useful! By default mongo will silently fail if database operations do not succeed. A bad default for a database in my opinion but it...
Hi Troy, This project actually doesn't have a NuGet package yet. There is a different one on NuGet called MongoDB.Web that has providers. https://www.nuget.org/packages/MongoDB.Web Perhaps you installed that one? If...