Shawn Talbert

Results 6 issues of Shawn Talbert

# 🐛 Bug Report How you define a property in TS effects its initial value unexpectedly (perhaps due to default DI behavior)? Using @jwx's example tutorial as reference [auth.ts](https://github.com/jwx/tutorials/blob/master/au2-routing-part-2/src/auth.ts), Change...

### Your environment **OS** : Ubuntu 18.04 WSL **Node.js version** : 12.16.2 **suitecloud-cli version** : 1.0.4 **Terminal/CMD tool** : webstorm terminal WSL ### Describe the bug Custom role XML created...

bug

### Your environment **OS** : Ubuntu 18.04 (WSL) **Node.js version** : 12.16.2 **suitecloud-cli version** : 1.0.2 **Terminal/CMD tool** : e.g. WSL in webstorm ### Describe the bug Importing roles can...

bug

When defining a custom type, it appears the 'prop' argument for _valueToProperty_ and _propertyToValue_ is never provided or used. It is always undefined? ``` db.defineType('numberArray', { datastoreType: function(prop) { return...

Hello, I'd love to use RxJS in NetSuite (which uses an ES5.1 compatible version of the Rhino JS engine behind the scenes). I've tried several of the existing builds, but...

The lazy.js `getCancelCallback()` function can return **clearTimeout** . In NetSuite (which uses a Rhino based javascript backend) **clearTimeout()** is not defined, and hence throws an error just loading the script....