Nathan Baker

Results 13 issues of Nathan Baker

it would be great if the reloadjs socket could be made available through the existing express app rather than having a connection to another domain:port combination. This can be helpful...

- **OS version and name**: Windows 10 1803 Build 17134.706 - **Hyper.app version**: 3.0.0 (also noticed on 2.x.x) - **Link of a [Gist](https://gist.github.com/) with the contents of your .hyper.js**: https://gist.github.com/pcnate/fcc7b45394d0c8d74f4b4f98ce329fa5...

add the ability to disable logging by requiring debug mode to be on to see the version fixes #1536

Provide a disconnect event handler ## Current Behavior Disconnecting the PLC from the network does not get handled natively with the library. Attempting to read or write to it causes...

enhancement
new feature

Read/Write Tags/Groups should be more await friendly by allowing `const [ error, data ] = PLC.readTag( tag )` ## Current Behavior You can currently await any of these functions but...

I am receiving the warning below. I would like it to throw an exception that I can handle or somehow check for this in code so I can initiate a...

Absolute mode is great, but it can be difficult to read and edit long lines that extend beyond the minimap. If possible, please allow extra padding/margin on right of document...

bug

You should update your license file to be recognized by Github

Several warnings pop up on Azure Devops when executing on an Azure SQL database instance. ![image](https://user-images.githubusercontent.com/621940/57483616-db223f80-726c-11e9-8aa3-d8b60315f67e.png) ``` ##[command]Import-Module -Name C:\Program Files\WindowsPowerShell\Modules\AzureRM\2.1.0\AzureRM.psd1 -Global ##[warning]The names of some imported commands from the...

enhancement

The `Imprecise Data Type` thrown when the value of a string contains the word `real`. The regular expression should probably check for these data types being used outside of a...