Adam Heath

Results 27 issues of Adam Heath

I did not write any of this code. This is a fork by someone else. I was not able to file an issue in the downstream repo to have him...

When dig is not installed, the ip=$(dig) line is non-sensible. Later, when ssh-keygen and ssh-keyscan are called, they end up returning bad values, and the script result back to ansible...

Output of `restic version` -------------------------- restic 0.9.6 compiled with go1.13.4 on linux/amd64 restic/restic latest 66a76c4e92a6 2 months ago 30.7MB How did you run restic exactly? ------------------------------- # First time, not...

type: bug
help: wanted
category: restore
help: minor complexity

```javascript class Party extends Model {} class Person extends Party {} class PartyGroup extends Party {} scheme = ORM.register(...) session = schema.session() session.Person.create({id: 1}) ``` What I expect the above...

type: Enhancement
layer: Database
layer: Model

each-\* copies the model referenced in the binding/view; when doing so, the event listeners attached that model are lost. As such, if the base model gets updated, the clone of...

Is there any interest in support for the above? We've always wanted direct support in moosefs, but now we feel much better about lizardfs upstream, so might be willing to...

feature
research

https://github.com/moqui/moqui-framework/blob/005f2acdc1bb412930827f00bbbd3cb35cbfafd2/framework/src/main/groovy/org/moqui/impl/entity/EntityDataFeed.groovy#L549

Sometimes when loading components from a filesystem, the order is inconsistent, and can be random. It would be nice to have a way for extensions to insert themselves before an...

In my app, I have several instances of 'const app = express()', and then in parent files, I do 'app.use('/subdir', subapp)'. This is allowed in express 4.x. However, when I...