TrasherDK

Results 21 issues of TrasherDK

Tweaking eslint a bit. Moving source files into /src Adding test/index.html Adding `http-server` and script.

The `transport.verify().then().catch()` thing failing 100% even after successful connection to mail server. Changing to `verify((error, success) => {})` fixed that. `nodemailer.createTransport(options);` has an option to control if **TLS** is _required_...

All dependencies at latest versions. A few less warnings. Deprecations in `deprecated.md` Storybook 6.4.7

Update pm2 to bump axios version Remove unused module Add missing peer dependency

Initial `npm ci` - Add `deprecated.md` caniuse-lite - make browserlist shut up. Bump babel stuff to latest - `babel-eslint` to `@babel/eslint-parser` Bump `eslint` to `8.4.1` - remove outdated `eslint-plugin-ante` Bump...

Bump y18n from 4.0.0 to 4.0.1 Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/yargs/y18n/releases) - [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/yargs/y18n/commits) Signed-off-by: dependabot[bot] Bump browserslist from 4.12.0 to 4.16.6 Bumps [browserslist](https://github.com/browserslist/browserslist) from...

I can't figure this one out. I'm getting this error: ``` /path/monero/monero-build/src/blockchain_db/libblockchain_db.a(db_lmdb.cpp.o): In function `boost::filesystem::unique_path(boost::filesystem::path const&)': db_lmdb.cpp:(.text._ZN5boost10filesystem11unique_pathERKNS0_4pathE[_ZN5boost10filesystem11unique_pathERKNS0_4pathE]+0x33): undefined reference to `boost::filesystem::detail::unique_path(boost::filesystem::path const&, boost::system::error_code*)' ``` My system boost library is `boost-1.59.0`...

Seams to be working with latest versions, with minor tweaks in `rollup.config.js` :smiley:

`monerod` is running, all good. ``` tcp 0 0 0.0.0.0:38080 0.0.0.0:* LISTEN 7425/monerod tcp 0 0 127.0.0.1:38081 0.0.0.0:* LISTEN 7425/monerod tcp 0 0 1.2.3.4:38082 0.0.0.0:* LISTEN 7425/monerod tcp 0 0...