Phil Bolduc

Results 30 issues of Phil Bolduc

I am having troubles referencing any of my views. The error occurs in the Column class on [line 103](https://github.com/aeslinger0/sqlsharpener/blob/master/src/SqlSharpener/Model/Column.cs#L103). The following expression returns an empty list. The column it fails...

This pull request has: * update DACFx from 12.0.2603.2 to 130.3485.1 (used the x64 package) * update TransactSql.ScriptDom from 12.x to 13.x * add table property IsAutoGeneratedHistoryTable * add table...

Hi, I was wondering if you plan on publishing an updated NuGet package with the view changes that were recently added?

Added build script to automate creation of new nupkg. Follows model used by [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json/tree/master/Build) and others. Run build\runbuild.cmd and the project will be compiled and nuget package created in Working\NuGet\...

I think the normalise() method may have a bug on line 58: ``` if(length != 0) { y = x/length; // this line y = y/length; z = z/length; }...

This issue is for a future PR that I will be submitting. This issue allows for discussion on moving the JavaScript and CSS out of the source index.htm file into...

enhancement

I am trying to use Remote Development using SSH with PlatformIO IDE. Remote Development using SSH is a preview feature, but would be great if this would work in the...

known issue

We were testing some template rendering and were getting a NullReferenceException when this code is executing. I believe one of the model properties is null. I would think ReplaceRenderer should...

Moved from #1066. I am using a [Moteino M0](https://lowpowerlab.com/guide/moteino/moteinom0/). A Moteino M0 uses a [ATSAMD21G18](https://www.microchip.com/wwwproducts/en/ATsamd21g18) processor. When I try to run a simple serial gateway, I found during initialization when...

The the Bosch BME280 data sheet state, > 5.4.6 Register 0xF5 "config" > The "config" register sets the rate, filter and interface options of the device. Writes to the "config"...