Wesley Young
Wesley Young
Still happening Ubuntu 20.04 Python 3.8 ``` Traceback (most recent call last): File "/usr/bin/gitinspector", line 11, in load_entry_point('gitinspector==0.4.4', 'console_scripts', 'gitinspector')() File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 490, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File...
I'll look into the issue as soon as I can. Question though, why are you using PerchQueryBuilder for this at all if you are going to append ```TS .select() .where({...
If your desire is to force the query into selection of a single record, try appending ```TS .andWhere({ id: family.id }) .getOne() ```
Fixed in PR #17
you don't need to add `"../node_modules/ace-builds/src-min/ace.js" ` to your scripts array in angular-cli.json. If it's there take it out. add this to the top of your ace-editor component.ts ```typescript import...
@dillonredding a better solution might be to do what I'm doing in my comment above. Use the this.editor.setTheme function rather than putting it in options or assigning it in the...