Robin Munn
Robin Munn
After far more bugfixing than I had anticipated, I've finally got the last bug (that I know of) licked, so I'm ready to make my RRBVector implementation public! To enable...
I plan to look into this when I have time, sometime in the next couple of weeks. If someone else beats me to it, though, it looks like `getBoundingClientRect()` might...
I've looked at this a little, and the current code is doing exactly what `getBoundingClientRect()` would do: the tooltips are being set to a position that _should_ be immediately below...
The reason `reveal.js` is throwing things off appears to be that it's using 3D transforms to style its slide transitions (at least, if you use the most common transitions) and...
Actually, I believe I've found an answer that should work for every zoom level and screen size -- though it needs testing. Replace your `tips.js` with the following: ``` javascript...
I've tested this, and it works properly with NO transitions as well. So here's my PR.
This should be fixed now that FsReveal 1.3.1 is out. If @vlaci can confirm that it works, this issue can be closed. You can tell if you have FsReveal 1.3.1...
I see this behavior too, on Linux Mint Debian Edition 2, with Mono 4.2.3 (Stable 4.2.3.4/832de4b Wed Mar 16 13:19:08 UTC 2016). I did see the WatchChanges task run correctly...
I can reproduce this error by also leaving the tags empty. A bit of experimentation showed the following: - If Paket sees a "tags" line followed by an "empty" line...
When you mention the project scaffold, do you mean what you get by running `dotnet new Saturn`, e.g. https://github.com/SaturnFramework/Saturn.Template? Or do you mean https://github.com/fsprojects/ProjectScaffold? This brings up an interesting question....