-
Hello,
I have a python script to train a tensorflow model for ranking. I manage to load the model in a ranking expression when there are 1 or 2 inputs but it seems to fail when there are more.
I…
-
## What type of issue is it?
Missing documentation
## What article/section is this about?
[Reference/Templating/Modelsbuilder](https://our.umbraco.com/documentation/Reference/Templating/Model…
-
It'd be handy if Vorto worked with ModelsBuilder to produce some strongly typed properties. There's an example of it [here](https://24days.in/umbraco-cms/2015/multilingual-vorto-nested-content/).
-
I implemented a property on a partial class taking advantage of CSharp6 expression body property accessors e.g.:
public IQuotientContentModel TargetPage { get => this.UmbracoInternalRedirectId …
-
Failed to build models.
The type initializer for 'File' threw an exception.
at Roslyn.Utilities.FileUtilities.OpenFileStream(String path)
at Microsoft.CodeAnalysis.MetadataReference.CreateFromFil…
-
Currently, the IDs of content types are added as comments to the generated code. When using AppData mode (or API, whatever writes to code to disk), the generated source can therefore change if the loc…
-
![image](https://user-images.githubusercontent.com/1674590/45032199-0e129480-b049-11e8-9fc6-4fef2c21e53a.png)
I mis-typed the DLL setting in all upper case, in the error message it warns me about u…
-
This is an absolutely fantastic project! So simple to get started. I have a question regarding multiple endpoints that I can't seem to get to work and wanted some clarification.
Is the idea that …
-
We discovered an issue whereby ModeslBuilder fails to build when your Umbraco Project uses language features from CSharp7 or later.
Although Umbraco itself works fine, syntax errors will occur bec…
-
If you create a field with an alias of "name" on your doc type and then try to run the code it will blow up with an error about there being multiple "name" fields. So we are going to have to namespace…