Brent McSharry

Results 36 issues of Brent McSharry

During development, most people will use `localhost`/`127.0.0.1`. ### Problem: If we have a site where we expect a whitelist, it becomes important to test that sites within and outside the...

I installed nuget package 1.5.31 (.net 4.5.1, NOT core), but the DataTablesParam was not binding the sSearchValues array. When I downloaded and included the relevant projects hosted on github, the...

Would you please consider returning the return the DateTime when a task would have been due going back in time. I am currently using the real hack ``` _expression.GetOccurrences(scheduled.AddDays(-60), scheduled,...

The roadmap for this project includes adding a NuGet package. I am after some clarification of what this means. There are 2 possible ways I can see to use inky...

question

When rollup is run with ```javascript output: { fomat: 'esm', ... plugins: [rollupPluginSass({insert:true}), ... ``` multiple chunks (which don't import any css) have the `insert css` function `___$insertStyle` needlessly placed...

bug
triaged

in order to - emulate existing ko behavior, such as the 'options' binding - flawlessly fit in with plugins like the knockout validations library I would suggest the binding syntax...

address issues #101 and #105

The FilterPattern applied to include or exclude seem to have no bearing on the sourcemap files included or excluded (instead being applied to the .js files). It would be ideal...

the ViewDataUploadFileResult returned from the FileSaver.StoreFile method (in particular line 63 of the StoreFile.cs file) has an incorrect FullPath property - a forward slash separates the directory from the filename...

Thank you for this great library. The *Bundling with webpack* header in the readme states it is worthwhile excluding astronomia and moment/locale dependencies from the build to minimise build size....