Marco R.

Results 19 issues of Marco R.

I just tried to install: ``` npm install -g windows-build-tools ``` from an elevated command prompt, and I'm seeing this: ``` Starting installation... Launched installers, now waiting for them to...

If the object passed to the `stringify` method holds a [Set](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set), the whole key and value are ignored by the stringification process. A custom encoder can't be used either, because...

feature request
discussion
stringify

I just installed AgensGraph and I'm giving it a try. Consider that I'm pretty new to Postgres too. I may need to add dates / timestamps as properties in my...

The query match (p:source)-[r*2..2]->(s:source_type) return * produces `[undefined] Internal Server Error` in AgensBrowser, while on the CLI client it works: ``` postgres=# match (p:source)-[r*2..2]->(s:source_type) return *; p | r |...

bug

This allows some more characters for the email field.

We're using PWM to create accounts on behalf of our users. When filling the new user form several times, it occasionally comes out the following exception (it usually happens every...

This lets the webservice receiving the user form values know (at the write phase) the context where the user has been created. This replaces pull request #323.

**Describe the bug** If I add the `createTimeStamp` field in `Authenticated => Help Desk => Details => Help desk detail form`, the field isn't shown in the frontend, while other...

Configuration options such as _Rest Client Web Service_, _Help Desk Actions_, etc. require an absolute url, but when the endpoints are within the same web app (thus they share part...

Adds a default value configuration entry for form fields. It is currently only made available for select fields, hence the condition (and the comment) at [configeditor-settings-form.js line 294](https://github.com/pwm-project/pwm/pull/380/files#diff-612c009905e953ad83d26fb172229662R294). There's no...