Zack Morris
Zack Morris
Hi, I'm trying json-refs and it works except I can't get relative paths within the same document to work. Here is the setup within a new empty directory to get...
Hi AST Explorer is fantastic but trying to keep all the nodes straight in my head is darn near impossible. Could you add a status field somewhere that shows the...
shelljs-exec-proxy is awesome but I can't get this to work: shell.curl('google.com', {silent:true}); or: shell.curl('google.com', function(code, stdout, stderr) { console.log('Exit code:', code); console.log('Program output:', stdout); console.log('Program stderr:', stderr); }); Are these...
Hi I tried the examples in Unity3D 2019.1.9f1 on Mac OS 10.13.6 under .NET 4.x player settings, using https://github.com/jbevain/mono.reflection for the `using Mono.Reflection` clauses in Pose, but I can't get...
I tried the first example on repl.it: https://repl.it/repls/VioletredSnappySpool ``` var cities = [ { name: "London", "population": 8615246 }, { name: "Berlin", "population": 3517424 }, { name: "Madrid", "population": 3165235...
**Describe the bug** On a vanilla Docker/Laravel setup, there are usually 1 or more containers sharing their web directory. Additional containers can be spun up as needed, to scale on...
This is more of a question but, have you tested the aop-common.zip and aspectj.zip plugins from https://github.com/Archinamon/GradleAspectJ-Android/tree/master/IDE in Android Studio 3? https://android-developers.googleblog.com/2017/10/android-studio-30.html https://developer.android.com/studio/preview/features/index.html https://developer.android.com/studio/index.html I'm hesitant to upgrade if it...
Hi I wasn't sure which repo to open this under, but I am hitting file size limits on apiary.io. When I submit, it returns a generic parsing error and fails....
I think there might be a problem with the current version of JSPath, or maybe I'm doing something wrong? ``` const JSPath = require('jspath'); console.log(JSPath.apply('.$name', { 'x': 7 }, {...
Hi can you make the `Path` field editable and then focus that node in the tree view pane as the user enters it? I have a ludicrously large 4000 node...