Valerio Colella

Results 15 issues of Valerio Colella

Consider adding type hints so type checkers like mypy and on-the-fly documentation can work properly, at least for the most commonly used methods. The return types are often already included...

Closes #118 - Rebased deprecate_py2 onto master before adding type hints, so the diff and/or commit order might be wrong on GitHub until deprecate_py2 is also rebased (I think) -...

Help > About > Click any link Translated error message is "File not found" Exception details ``` ************** Exception Text ************** System.ComponentModel.Win32Exception (0x80004005): Impossibile trovare il file specificato at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo...

This code fragment correctly passes a `Task` object to the TaskVoter "by name": ```php // TaskController.php #[Route('/{task}', name: 'task_details', methods: ['GET'])] /* ↓↓↓↓ */ #[IsGranted(TaskVoter::ACCESS_TASK, 'task', 'No task found', 404)]...

Security

**Describe the bug** The "File has 5,000 or more lines, inline blame calculation might be CPU intensive" warning banner is shown even when the feature is disabled **To Reproduce** Steps...

bug

This would automagically create the task as admin, avoiding any headache for less experienced users. Visual Studio does not support them natively, so there's a choice to be made about...

I'm maintaining a personal fork of this project, and it works really well even without Administrator Privileges. Are you sure they are 100% necessary?

Could use some more testing, but it's a pretty straightforward change

Fixes #19589. I am unsure if this also applied to the `@IsGranted` annotation in 5.4.

Security
Status: Needs Review

0.16 deprecates the Keep.login() method and instead prefers the Keep.authenticate() method. Consider documenting this and future changes either in a [CHANGELOG](https://keepachangelog.com/en/1.1.0/) file or in the Github Releases page (it should...

enhancement