Rutger van Bergen
Rutger van Bergen
Is there a way to actually do this? As in, have a column with a row number that counts up starting from 1, regardless of filters and sorting?
To answer my own question: yes, it is. This is the code setup that I used at the beginning of the table definition: ```razor @{ rowNumber = resultTable.PageNumber * resultTable.PageSize;...
A detail that shouldn't matter (but who knows) is that the first RUN directive in Fortran/solution_2's Dockerfile is spelled as RUn.
As I said. it shouldn't. :) What's interesting is that the solution does (docker) build and run on my rpi 4.
> Hmm, that’s interesting, maybe is the virtualization engine for Docker under M1, let me switch that around and try again. Will do a comparison between the M1 and the...
@davepl Thanks for merging my suggestions to remove the collateral files from this PR. Would you like me to merge this as this stands, or would you still like to...
> A couple of observations / questions: > > 1. Using `ArrayPool` is potentially opening a can of worms. It's absolutely what one _should_ do with C# to help alleviate...
@davepl `ArrayPool` clears the buffer on return _if you tell it to_ [via the `clearArray` parameter to `Return`](https://docs.microsoft.com/en-us/dotnet/api/system.buffers.arraypool-1.return?view=net-5.0). It defaults to false and you don't set it, so the documentation...
I was wondering if anyone has reported this upstream, as in to the ArduinoOTA project?
> The "other" ArduinoOTA project is this one: https://github.com/jandrassy/ArduinoOTA > Maybe it would be worth taking a look? It sounds like it may well be. Obviously, it would require the...