ADTC
ADTC
I've made several improvements. Please see the full commit list and individual commit change in the Commits tab. To summarize: - Added an option to support extended styles. (Author: tater9104)\*...
It would be nice for bookmarking if an URL like `http://flexboxfroggy.com/#20` would go directly to Level 20. Also when completing a level, the URL in the address bar would be...
When I used `OPTIONAL MATCH` and `MERGE` together, I encountered a problem. The query ran and crashed with an error logged. I was told to check the log, and I...
Can Neo4j Cypher support `DECODE` function in a future version? It could simply be an alias to the simple `CASE`: ``` CASE test WHEN value THEN result [WHEN ...] [ELSE...
Per npmjs, 0.3.0 doesn't exist anymore: https://www.npmjs.com/package/franchise-client I tried `npx [email protected]` instead and had this error: ``` npm ERR! path /home//.npm/_npx/24025/lib/node_modules/franchise-client/lib/server.js npm ERR! code ENOENT npm ERR! errno -2 npm...
**Is your feature request related to a problem? Please describe.** I want to output the underlying SQL query of an Active Record relation in a Rails project. I want this...
**Describe the bug** The `~/.jardrc` configuration file doesn't seem to be read or applied when running Jard in Rails Console. **To Reproduce** Steps to reproduce the behavior: 1. Install `jard`...
**Describe the bug** Jard does not take up the full height of the console window. There is empty space below the prompt. **To Reproduce** Steps to reproduce the behavior: 1....
I'm using `master` branch and I tried to use Docker. But the `build` step is failing with this error: ``` Killed The command '/bin/sh -c npm install' returned a non-zero...