Rob Thomas

Results 11 issues of Rob Thomas

As per the comment in https://gbatemp.net/threads/tools-amiibomb.467990/page-27#post-7516237 I updated the MFRC522 library. Seems to work fine.

This is some example Laravel code that can be used to cache lookups. This addresses #8 but would probably be better split out into a specific laravel package.

When loading the ModTRS plugin, this error occurs.. 2011-11-29 21:48:01 [SEVERE] ebean.properties not found 2011-11-29 21:48:01 [INFO] DataSourcePool [ModTRS] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20] 2011-11-29 21:48:01 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]...

Using Bukkit build 1152, but it was reported in the forum on Sep 6.. http://forums.bukkit.org/threads/admn-modtrs-v2-0-moderator-ticket-request-system-1000.11652/page-6#post-652381 13:52:28 [INFO] [ModTRS] Command: /modreq help 13:52:28 [SEVERE] java.lang.UnsupportedOperationException 13:52:28 [SEVERE] at java.util.AbstractList.remove(Unknown Source) 13:52:28...

Fixes #25899 If the reporting account is deleted, the account_id is nulled by the constraint. However, the view wasn't able to understand that.

### Steps to reproduce the problem When trying to view the admin page of the account below, an error is generated: ``` [ffc136ca-78d5-49f8-895d-19238e1b94bd] [ffc136ca-78d5-49f8-895d-19238e1b94bd] ActionView::Template::Error (undefined method `username' for nil:NilClass):...

bug

This adds some tools and helpers to make deploying a new instance easier. I also encourage the use of Caddy, which allows reverse proxy of the required paths, and a...

When building this manually, it will fail if libks AND libks2 are not installed, when building the tests. This commit is required to complete creation of the deb: https://github.com/signalwire/libstirshaken/commit/65272ac2f4af05d9e25d04753e2ecbeddb23e6d0 This...

Many deprecated functions are used: https://www.openssl.org/docs/manmaster/man3/EC_KEY_new_by_curve_name.html https://www.openssl.org/docs/manmaster/man3/EC_KEY_generate_key.html https://www.openssl.org/docs/manmaster/man3/EC_KEY_check_key.html https://www.openssl.org/docs/manmaster/man3/PEM_write_bio_EC_PUBKEY.html https://www.openssl.org/docs/manmaster/man3/EC_KEY_free.html And a pile more that I gave up copying and pasting

Internally, and via the API, it appears identical. However, there is only a single phase input and output on it, and it has 4 pv inputs. I also added a...