roelofsmn
roelofsmn
I just have some questions about developing on TorchSharp: 1) I use Visual Studio 2022, but it doesn't give me IntelliSens support in the TorchSharp library. I'm not sure why,...
In the `OrderingContext` class there is the following method: ```csharp public async Task SaveEntitiesAsync(CancellationToken cancellationToken = default) { // Dispatch Domain Events collection. // Choices: // A) Right BEFORE committing...
I am struggling to connect the plugin to Google Bigquery. I added a JDBC driver in the preferences: Class name: com.simba.googlebigquery.jdbc.Driver Driver file (jar): GoogleBigQueryJDBC42.jar The JDBC driver files I...
Is it currently possible to import/export .dsl files, instead of only the resulting diagrams?