Donny Velazquez

Results 33 issues of Donny Velazquez

When I try to run Nancyfx diagnostic settings page, I get this stack trace. Object reference not set to an instance of an object. Description: An unhandled exception occurred during...

Ractive is a great replacement for KnockOut and AngularJS. Its picking up steam and has a fantastic team behind it. It would be great to have support for pre-compiling there...

Curious if this is up to date with the newest version of ACE? If not what version was this forked at?

I went here to download the install file and Windows said there was a virus detected. https://www.marmaladefoo.com/pages/geminaut#head6

I noticed when setting the default value to a time with AM or PM, with twelvehour=true, it wouldn't get reflected in the popup title or button focus. So I added...

When adding a bunch of tabs. The argument to set the tab as selected. Doesn't seem to be working. ``` tabview.AddTab(new AuraTabItem{ ... }, true); tabview.AddTab(new AuraTabItem{ ... }); tabview.AddTab(new...

I followed the [documentation](https://github.com/stefanprodan/AspNetCoreRateLimit/wiki/ClientRateLimitMiddleware#setup) to get the library working using the Client config example. But it gives multiple errors. I came across [ this site](https://www.c-sharpcorner.com/article/implement-rate-limiting-in-asp-net-core-web-api/) which helped me getting it...

Is there a way using code to trigger the opening of the drop down? I looked through the methods and didn't see one. I hacked a way by adding the...

Trying to use this WKT and its not liking the PROJCRS. I copied this from QGIS projection dialog box. `var SourceCoordSystem = new CoordinateSystemFactory().CreateFromWkt(FromWKT);` ``` PROJCRS["NAD83 / New Jersey (ftUS)",...

So I exported a parcels layer from a file geodatabase to a geopackage. I then added add the geopackage to the config. I get this when I try to pan...