jeffersoncasimir

Results 10 comments of jeffersoncasimir

What I should have said instead is "the button is still visible" when I replace the SessionID in the URL with that of a participant without imaging data, but with...

FYI: This overlaps with #8445

Potentially related error: ``` Thu Jun 05 10:53:41.076617 2025] [php:notice] [pid 37763] [client 192.168.122.1:54486] [ERROR] No information exists in the database for the specified CommentID. Cannot build InstrumentStatus object#0 /var/www/Loris/modules/instrument_list/php/instrument_list.class.inc(252):...

@effigies There doesn't appear to be any validation check that the file's task entity label is derived from `TaskName`. Example: `"TaskName": "Any Task Name"` will not trigger the validator for...

The cause for the gap is identified and is due to an off-by-one error. [This line](https://github.com/aces/Loris/blob/70af0caff86b3c07688ace825ab286db894dfde5/modules/electrophysiology_browser/jsx/react-series-data-viewer/src/series/components/LineChunk.tsx#L33) should be inclusively producing all equally distributed numbers within the `interval`, but never equals...

A solution has been implemented, with a PR coming soon, which performs the signal filter on all visible chunks, instead of chunks individually. This is achieved by concatenating them all...

@nicolasbrossard @driusan I think this can be closed (links on `test-dev-270`)

@ridz1208 I will add more info above. Ultimately, [PHP filesize() function](https://www.php.net/manual/en/function.filesize.php) is being used [here](https://github.com/aces/Loris/blob/d5e805cc4edbb3dd161798818ee67514b586a1e8/tools/update_projects_disk_space.php#L90) in the script intended to be run via cron or webhook

@driusan I moved the file from dqt to statistics (accidental module choice) and I took a pass at making all strings I encountered translatable