David V. Corbin

Results 11 issues of David V. Corbin

THe following snippet passes external validation/lint.... but fails... `- task: manognaalla.ppmsigntool-task.PPMSignTool.PPMSignTool@4 displayName: 'Run PPMSignTool on CompressionUtils.dll' inputs: FilePath: 'bin\$(BuildPlatform)\$(BuildConfiguration)\CompressionUtils.dll' ConfigInput: InlineArg CompanyName: 'Hexagon, Hexagon PPM' ProductName: 'HxGN 3D GDS' LegalCopyRight:...

bug

After much struggling (e.g. installs using pip failing, having to use anaconda) I am stuck at: `(base) PS C:\repos\github\yolov5> python train.py --img 640 --batch 8 --epochs 30 --data ./data/elephant.yaml --cfg...

How to handle a complex [multiple entity types] Context...?

question

https://blog.rsuter.com/using-entity-framework-code-first-proxies-with-wcf-web-services/ Written 9 years and CodePlex is long gone......

Is there any pre-existing code that will take a solution file, a configuration/platform, and return all of the projects to be build -- in the correct order?

[Not sure what the proper terminology is] `using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; using InterfacesAndModels.WorkTracking; namespace EntityPersistance.WorkTracking; public class WorkTrackingRepository : IWorkTrackingRepository { public WorkTrackingRepository() { Name = String.Empty; } [Key] public...

Is this expected? ![image](https://github.com/borisdj/EFCore.BulkExtensions/assets/9969889/4c05d7c4-56c5-409c-8315-ec80d5dd525c) BACKGROUND: I was having problems with getting some of my code working, so I pulled the source and tried build/test as part of being able to...

See attached.... I am guessing the Ajax call is not occurring, but am at a loss for potential reasons... I do not normally do this work within ModX, but the...

Unconfirmed

Adding [NotMapped] Explicit Interfaces definitions breaks code. Modify the Sample for "Saving Related Objects" to add the following interfaces] The code will no longer Persist Post instances. ```C# public interface...

customer-reported
area-model-building

### Describe the bug? Have setup multiple groups in Okta and assigned them to users. However, when using the "User.IsInRole("Developer");" or other types of authorization functionallity they are not recognized....

bug