Bruce Conrad

Results 86 issues of Bruce Conrad

This is inherited from `ctx:query` which behaves the same way. The caller should ensure that this doesn't happen, but there is a workaround that could be put into the function....

enhancement

When a sky query link is to a function which is not shared by a ruleset, the error message looks like: {"error":"Error: Ruleset com.vcpnews.introspect does not have query function \"channels\""}...

bug
UI
good first issue

Since we prefer `picoQuery` and there are still references to `skyQuery` as for example in the `__testing` shared by Wrangler.

enhancement

If we just rearranged the arguments, [`math:hash`](https://picolabs.atlassian.net/wiki/spaces/docs/pages/1189594/math#math-math%3Ahash(algorithm%2Cstr%5B%2Cencoding%5D)) could be used as an operator. Put the string-to-be-hashed _first_, so that it is operated upon. For example, instead of having to write:...

enhancement

Haven't been able to look at the value, but per [this commit](https://github.com/b1conrad/byname-apps/commit/45ab5ff1a1267508c40acc6be5878a1348f12c83), such a time value appears to be viewed as an empty Map. `klog` displays it as a String,...

bug

Not sure when this happens. But yesterday they were listed in that order, and today when I restarted the pico engine they are alphabetical. Perhaps have an option?

enhancement

Was expecting it to use zero and one respectively, but with no bounds it always returns zero.

enhancement

Intersection operation appears to be directional when dealing with unbalanced arrays. e.g. ``` A = ["tag1","tag2","tag3","tag4","tag5"] B = ["tag3", "tag5"] A.intersection(B) // ["tag3", "tag5] B.intersection(A) // [] ``` as reported...

bug

The v0 engine had these primitives (see [its engine module](https://github.com/Picolab/pico-engine/blob/v0/packages/pico-engine-core/src/modules/engine.js)): - `engine:exportPico` - `engine:importPico` - `engine:setPicoStatus` - `engine:getPicoStatus` Pico status included a Boolean flag `isLeaving` and a forwarding address of...

enhancement

It seems that `meta:host` evaluates to `null` when used in a ruleset `configure using` or in the `global` block. See [this commit](https://github.com/Picolab/aries-cloudagent-pico/commit/adfb50553430ee4b5c48ee0edfc62df96a5a2f55) for the former. See [this commit](https://github.com/Picolab/fully-sharded-database/commit/f8fb0894c475b645f881519b92684456fd06141d) for the...

question