Nathan Friedly

Results 93 comments of Nathan Friedly

Yeah, I think this library completely predates `import` and `export`. If you want to open a PR that either adds an ESM wrapper or else converts the library over to...

That's a good idea. Maybe call it `decimalPlaces` - leave as undefined or set to null for current behavior, or set to a number, e.g. `1` for your desired output....

That's a good idea, do you think you can send me a PR to implement it? Bonus points if there's a way to provide translations for other languages (nothing more...

Cool, I'll give it a shot sometime soon and then send a PR to add this to the readme.

Hey, I created a branch called [testing-instructions](https://github.com/jtsternberg/DsgnWrks-Instagram-Importer/tree/testing-instructions), and I feel like I have things set up correctly, but wordpress always complains about the database. I tried a few different things:...

So, with the updated branch, I get less output from phpunit, but it still fails :/ ``` MLREM1712156:DsgnWrks-Instagram-Importer nathan.friedly$ ./tests/bin/install-wp-tests.sh wpdb root + install_wp + '[' /tmp/wordpress/ == '' ']'...

No change as far as I can tell: ``` MLREM1712156:DsgnWrks-Instagram-Importer nathan.friedly$ git pull remote: Enumerating objects: 5, done. remote: Counting objects: 100% (5/5), done. remote: Compressing objects: 100% (3/3), done....

``` MLREM1712156:DsgnWrks-Instagram-Importer nathan.friedly$ php ./tests/bin/phpunit ./tests/test-dsgnwrks-instagram-importer.php wp_die called ```

Nope :/ Although good find! ``` MLREM1712156:DsgnWrks-Instagram-Importer nathan.friedly$ bash ./tests/bin/install-wp-tests.sh wordpress_test root '' '127.0.0.1' + install_wp + '[' -d /tmp/wordpress/ ']' + rm -rf /tmp/wordpress/ + mkdir -p /tmp/wordpress/ +...