Matt Brailsford

Results 64 issues of Matt Brailsford

Is it possible for cruncher to create a js map file so it's possible to debug where errors are in minimized JS? (If I understand what map files are meant...

question

Hit an issue where minifying a minified file was causing issues. I wonder if skipping a file ending in .min.js should occur to prevent minifying minidifed code?

enhancement

I'm looking at adding a feature to Konstrukt that allows injecting a konstrukt tree into an existing section root. I can make it do the injection, but the problem is...

Currently on an indexer, you can set a parentNodeId, however the umbraco content indexer can index both content and media so it's impossible to set a parentNodeId that is relevant...

Whilst looking through the SQLlite generator it appears that many of the features are just throwing compatibility notifications and whilst many of these features aren't implemented directly, some of them...

db:sqlite
provider:Microsoft.Data.Sqlite

I want to be able to decrement a value in the database for which `AsDecrement` would be perfect, but I want to ensure it doesn't get decremented below zero. It...

Commit f5e3d745ae026e81b373f7f57a5af3cacab9a0ac adds support for converting strings to guids, but only as part of an entity mapping. It would be useful to support this for ExecuteScalar too

With this update, rather than just trying to convert an ExecuteScalar result type using `Converter.ChangeType` it uses the mappers registered with the database to allow more fine grained conversions. This...

It would be nice instead of just having small string input fields for all ports in the editor if component developers could some how provide a custom UI to promt...

enhancement
ux

I'm using Vale on my documentation repository at https://github.com/vendrhub/vendr-documentation/ and all seems to work fine when I make commits to the core repository myself, however, for people submitting PR's it...

enhancement
question