Martti T.

Results 364 comments of Martti T.

> My files can be any fs.FS, and we can't just clobber e.Filesystem but `e.Filesystem` type is `fs.FS` so you can use other fs.FS implementations like embed.FS ```go //go:embed static/*...

I am reluctant because that `fsFile` does more that your requirements are probably needing - it knows how to serve index page when the "filename" points to the folder. But...

Could you explain/describe what the intention of this change is and in which use-case you would benefit from it?

I tested that payload with my own Go code and `Device Instance Lower` parses to `7`. and that code is based on Canboat (v4.10.0). Field | Hex Value | Decimal...

analyzer outputs values in "textual" representation by default (my code is oriented to store raw values to database and it does not try to interpret error/unknown when decoding NAME). You...

@tomer-w If I try to rephrase things you noticed - is the question here - does every numeric field have/should error values per N2K spec? For example when `2025-04-10T12:10:16.614Z,6,60928,5,255,8,f5,01,c0,2c,ef,aa,46,c0` is...

is not the retry something that API consumer should do and not the API itself? I am little bit reluctant to accept this as this is quite complex and experience...

note here. This was not intentional and you can always create own error handler function. ```go e := echo.New() e.HTTPErrorHandler = func(err error, c echo.Context) { // } ``` or...

I assume `[]byte("secret")` is the problematic part? IF you propose something that will pass your checks we probably can change it so.

Ok, if it is Github then ChatGPT suggets that > If you routinely include such headers in docs, add .github/secret_scanning.yml to auto-close alerts for specific paths (e.g., README or /docs/**):...