Bill Forney

Results 11 issues of Bill Forney

- Updated all projects to VS 2019, .NET Framework 4.8, and latest Windows 10 target for the C++ project

It would be nice to be able to generate some view models with this. It needs model classes to inherit from ObservableObject and properties to have backing fields and overridden...

To investigate

See https://www.freecodecamp.org/news/why-cant-a-domain-s-root-be-a-cname-8cbab38e5f5c/ You could break email and/or other things if you put a CNAME as the @ record of your domain. You should look for an alternative setup to this...

need/maintainers-input
kind/support

Multiple script definitions with same url will choose last definition regardless of name. Example: ``` jQuery: { bare: true, url: aspnetcdn + "/jQuery/jquery-1.7.1.js", urlMin: aspnetcdn + "/jQuery/jquery-1.7.1.min.js", loaded: "!!window.jQuery" },...

When a script is loaded on the page via script tag and then jsdefer tries to include it jsdefer should test for it. jsdefer should provide a boolean expression test...

jsDefer fails when placed on a page with jQuery 1.4 and lower. Version check should be built into jsdefer so it doesn't try to use jQuery methods that aren't there.

When loading jQuery with jsdefer, $ becomes jQuery and loses all jsDefer methods/properties.

Add support for including css links in the loader... Just for convenience of using one thing to include everything, and it is only a few more lines of code.

This may seem like a helper, but the :// search on line 261 should just be // because you then don't have to worry about whether it's ssl or not...

Will investigate

A .ps file is either of these: 1) https://www.adobe.com/creativecloud/file-types/image/vector/ps-file.html 2) https://learn.microsoft.com/en-us/windows/uwp/graphics-concepts/pixel-shader-stage--ps- In my use case it usually is a pixel shader in VS, but it could be the other as...