Simon

Results 17 issues of Simon

Have download from git. ./rebar get-deps meck (compile) ==> protobuffs (compile) ==> mochiweb (compile) ==> proper (compile) include/proper_internal.hrl:26: can't find include file "compile_flags.hrl" what to do?

Can we upgrade ffi?

On restart the engine throws an error that the file already exists. The following should solve this problem. Comment this line: https://github.com/mzheravin/exchange-core/blob/eb926cb7779c8fdf0571ed2300f53a8be3606452/src/main/java/exchange/core2/core/processors/journaling/DiskSerializationProcessor.java#L366 Add `filesCounter++;` to: https://github.com/mzheravin/exchange-core/blob/eb926cb7779c8fdf0571ed2300f53a8be3606452/src/main/java/exchange/core2/core/processors/journaling/DiskSerializationProcessor.java#L434 Snapshot kind of works...

Is there a way to safe some lines of code? As example: ``` $command = new \Nbobtc\Command\Command; $client = new \Nbobtc\Http\Client('http://***:***@localhost:18332'); $command = new $command('validateaddress', $request->input('address')); $response = $client->sendCommand($command); $contents...

I added my own CMC API key. Sometimes the column `usd (avg)` does not contain any value and sometimes it does. Does anyone have the same issue? It is enough...

We are using `#000000` background in our dark mode theme. This leads to the following result ![image](https://user-images.githubusercontent.com/1446685/107136708-516b3e80-6938-11eb-96a4-9f79a6fe9051.png) However, I was expecting something like this (the background color in iOS without...

**JSON Schema** ```javascript const schema = { body: { type: "object", properties: { emoji: { type: "string", pattern: "^\p{Emoji}$", }, }, }, }; ``` **Sample data** ```json { "emoji": "😜"...

usage

the SVG folder contains a total of 261 files while the png folder contains 771 with 3x = 255, 2x = 255, 1x = 261. Seems like the png folder...

help wanted
Review

We are using the library mostly for mobile. When focusing the chart on mobile, you will get the crosshair with price / time information. If you remove your finger, the...

enhancement
need proposal
need more feedback

## What you are doing? ```js "use strict"; module.exports = { up: async (queryInterface, Sequelize) => { await queryInterface.createTable("Test", { id: { allowNull: false, autoIncrement: false, primaryKey: true, type: Sequelize.UUID,...

type: feature