Matthew Reishus
Matthew Reishus
For me, it's like a race condition. When I log in, it's about 50/50 if the notifications appear in the center or in the top right. I'm not sure of...
This is working for me in both javascript and typescript. I think it's because I have https://github.com/sheerun/vim-polyglot installed, which provides syntax highlighting code for many languages. If you only want...
### Reproduce on desktop with chrome device mode This can also be replicated on desktop by using chrome devtools, activating [device mode](https://developers.google.com/web/tools/chrome-devtools/device-mode), and choosing one of the phones from the...
I believe the branch is 'v0'. https://github.com/GriddleGriddle/Griddle/commits/v0
I found a python module called [rotate backups](https://github.com/xolox/python-rotate-backups). You can run it and tell it to keep a certain number of daily, weekly, monthly backups and delete the rest. After...
@mistic100 , can you provide an example of how to destroy and how to initialize a plugin, (say, selectpicker) here? I don't know QB well enough to figure it out....
Use this test case, save as HTML and drag to browser. ``` Make 1k QB function createQB() { var rules_basic = { condition: 'AND', rules: [{ id: 'price', operator: 'less',...
I've been using this pull request on my own site, but I noticed that it stopped my page from loading in IE 11. After triggering the first `.render()` call in...
Unfortunately, it's a large corporate app, so I have no easy way to show public access. However, I did a simple check by running `document.scrollingElement` in the browser console of...
hmm, yea, polyfilling it makes it work for IE in me ( https://github.com/mathiasbynens/document.scrollingElement )