-
In the version of 1.x videojs-contrib-hls, I can shim the package like this:
```
import vjs from 'video.js';
window.videojs = vjs;
require('imports?this=>window!videojs-contrib-hls');
```
However…
-
I'm using webpack to bundle `aws4`, and when I set a `path` other than `/`, I get the following error:
```
Uncaught TypeError: querystring.escape is not a function
```
The stacktrace is pointi…
-
New user here, and not very experienced with programming.
I love the interface, and have been working on a trial scenario. All was well - I had about 4-6 hours in and have learned a lot. I had just…
-
This dice roller is exactly what I'm looking for. Unfortunately, it doesn't seem to work properly (or at least I can't get it to work).
I installed dice.js via npm (0.9.2) and am trying to use it …
zaweb updated
7 years ago
-
Hopefully this is only a bug affecting the Gear output.
Do a sim with a +150 vers gem in it. For example:
trinket1=,id=134203,bonus_id=3397/1808/607/1512/3337,gem_id=130221
That gem is http://www.wo…
-
# Our site uses cookies, which our Oompa Loompas munch on to keep our site running.
from https://taiga.io
just as we have
## [hip](#hip)-hop, and
### lit-hop
(baba brinkman rapping to shakespeare …
-
I'm starting work on multiple ammo types, for example `.357` or `.38` and `shot` or `signal_flare`.
- What combinations should be possible?
- How should they work?
- What will make the implementation …
-
This is the list of https://github.com/TrinityCore/TrinityCore/commits/3.3.5 to be merged into https://github.com/TrinityCore/TrinityCore/commits/6.x
- [ ] 97b053d2034825c58246d79ebdbb3eb23fc2f…
-
since I upgrade to telepot 8.0 I got this error when calling a normal bot.sendMessage.
This is an extract of the code that caused the error. Just to say that never occurred with telepot 6 or 7.
The e…
-
I've come across something while testing a plugin for an IRC client that performs a "dice roll" and returns the results. I got around testing it by seeding it with mt_srand in advance, noting the out…