septagram

Results 7 issues of septagram

Hi, Love this theme, been using it for like a couple of years now at least ^_^ Keep up the good work. Today though, as I booted Sublime I noticed...

How can I create a Monero [subaddress](https://monerodocs.org/public-address/subaddress/) from the GUI? It's trivial to create integrated address, but not subaddress. Is this functionality not yet supported?

In Socket.IO, it's possible to specify the path when initializing socket: ``` // io mocked with SocketIO from mock-server const socket = io ('localhost:8080', { path: '/hello/world', } // Results...

Aside from prod and testnet, Monero also has [stagenet](https://monerodocs.org/infrastructure/networks/#stagenet) which is essentially the same thing most other cryptocurrencies call "testnet". In Monero, however, testnet is the "experimental" network and blockchain...

Having trouble getting the game working on my HP Reverb G2, in particular, I can't shoot with the trigger - Trigger works fine in menu - In "Customize controls" I...

I may have been unable to fix this cleanly, unfortunately. The thing is the "blurred" event should not be fired by the Input object of the typeahead, but the `preventDefault`...

Tested with React 15.5.4. I'm getting the following error whenever I try to render ``: > TypeError: this is undefined > Stack trace: > at Constructor (webpack:///~/react-tour/~/react/lib/ReactClass.js:842:0) > at _constructComponentWithoutOwner/<...