Johann Dirry
Johann Dirry
I am wondering if I can just use Azure DevOps integrated NuGet feed for updates. This way, there would be no changes needed to the build pipeline.
Then don't use a RELEASE textfile. The NuGet feed itself should provide enough information to support the update process.
UTF-8 encodings come with a lot of issues for non-english languages and developers. So this feature might only be a good thing for english developers and a bad idea for...
@juniormayhe Nous sommes des développeurs. l'anglais est la lingua franca ici… Translation of the above statement: > It would be nice to have readme.md files to document each project. >...
i would not start with fractions. base operators like root, scalar product dot, cross product, sums, integrals, nabla and delta, existencequantor and allquantor, set operators and inequalities, logic operators, and...
the Neo2 keyboard layout sums up most important greek and math symbols. might be handy to take a look at it.
@belluzj > I have no idea … what characters are really used by coders When writing mathematical software, we use most of them.
for unit testing, I've implemented a custom base interface for DBContext types: ```csharp public interface IDbContext { Task SaveChangesAsync(CancellationToken cancellationToken); Task BeginTransactionAsync(CancellationToken cancellationToken); IDbConnection GetDbConnection(); // define Dapper methods here...
> @Almenon I have used Sqlite to test queries in my project well, that's technically an **Integration Test** and not an **Unit Test**. Note the difference.
the requirement to use the `[EXP]` button is annoying. I just want to type `2.6*10^-2` on the keyboard and be done with it. 