Reginald Johnson

Results 7 issues of Reginald Johnson

I've gotten the following gulp task to transfer files from a Windows 10 machine to a remote Linux server. However, files are being copied with a backslash "\" vice forward...

The documentation says that the `text` prop is used to set the contents of the editor, but the current code expects to find that information in a `PlaceHolder` prop. This...

The following code doesn't return a connection, nor does connectToRemote() return an error to be caught ``` makeRemoteConnection = async () => { this.printElement('connecting to remote'); try { let remote...

Is it possible for different meshes in the same scene to have different effects applied to them? In this code sandbox, only the effect fo the last rendered item is...

Hello, We were doing a Veracode scan on our app using this library. Veracode highlighted the following two vulnerabilities related to randomness for the calls in the line ApptentiveUtilities.m on...

I am receiving the following error when trying to use this package. `TypeError: Super expression must either be null or a function, not object` The entire error is shown here:...

enhancement

Using the following dataset to create a grouped bar chart results in a "Cannot read property 'bars' of undefined" error in core.js line 132. ``` var correctSet = { labels:...