-
How can I get an array of the verses that are in a range?
For example:
``` javascript
var _ = require('underscore');
var passage = bcv.parse('col 1 3-28');
_.each(passage.verses, function(verse) {
…
-
If you have a large array of data returned (due to the buffer length of `Log`) you will sometimes never see the time taken to execute the method.
e.g.
``` bash
StationsNearYouAdapter﹕ ⇠ getCursorToS…
-
Updated to 587 to support 1.6.2, getting all sorts of "Bad packet" and "string length" errors upon joining the server.
![Image](http://i.imgur.com/ojL9Phw.png)
![Image](http://i.imgur.com/qaNZSVm.png…
Dionn updated
11 years ago
-
Cliffnotes:
- I use 1.6.2
- Error says I need Forge@9.11.1.945 (won't let me load up world at all)
- That forge version is incompatible with 1.6.2 (only existed for 1.6.4).
- The thread on which I fou…
-
With the latest commit 6895ea18 I still have errors when loading a ZIP archive of a Sword module.
![screenshot from 2013-10-08 20 22 18](https://f.cloud.github.com/assets/198999/1291668/aee7ba6c-3046…
mcepl updated
11 years ago
-
sending a simple 4K byte jpg image as an attachment. it's garbled, the favicon.ico file attachment on the same email works fine.
raw code debug mode of what's happening:
eip.SendGridTransportServic…
-
Creating a proper MANIFEST file is in the works, but a proper MANIFEST.SKIP file is even better.
Use ExtUtils::Manifest and ExtUtils::MakeMaker have good MANIFEST.SKIP examples. I think Module::Insta…