Kory Draughn

Results 606 comments of Kory Draughn

How did you execute the microservice? Were you connected to the provider or consumer?

Sorry, I'll rephrase the questions. Q. What client-side tool did you use? Q. Is the client-side tool connecting to the provider or a consumer? _(this is very important in understanding...

> I understand that the metadata update for the search index is handled through the policy layer, but shouldn't it be done whenever the attribute is set, whatever the means,...

Did you pass the REP instance name via the `-r` option of `irule`? ```bash irule -r irods_rule_engine_plugin-irods_rule_language-instance set_avu_f null null ``` The fallthrough behavior only happens if `-r` isn't passed.

Based on this conversation, we need to do the following: - Add support for `` to `remote()` so that it can target a specific REP - Make sure that the...

If you're trying to make changes to the server, it is going to require additional steps. Here is a quick breakdown of some of the most important directories: - **lib/api/src**:...

Are you saying that `size` and `type` (and possibly others) are special in that they require quoting while other keys do not? Can you show that other keys do not...

That sounds like the primary reason IMO. What happens if you use other keywords (e.g. `if`, `for`, a microservice name)?

Can you elaborate on that a little more?

We've detected issues with shared library resolution. After installing binaries, the RUNPATH does not point to the correct place containing the externals dependencies. The workaround for now is to set...