Nicola Pace

Results 10 issues of Nicola Pace

The model for 1D-projectile motion is the following: ``` x_(k+1) = x_k + v_k * dt + 0.5 * a_k * dt^2 v_(k+1) = v_k + a_k * dt a_(k+1)...

In case of passwordless login the code flow enters in the if statement and `transport.auth_none(username)` is called without a try-except resulting in errors in case of password-less login. ![bug](https://github.com/user-attachments/assets/a607c42f-f7a1-4d85-abfb-424a6c046c2f)

## Describe the bug When trying to use aider creator on windows this happens.. ```markdown # aider chat started at 2024-12-08 23:53:50 > Can't initialize prompt toolkit: No Windows console...

# Fix crontab FutureWarning for UTC behavior change Update crontab usage to explicitly specify UTC behavior to resolve deprecation warnings and ensure consistent timezone handling. ## What changed: Added `default_utc=True`...

# Fix deprecated `datetime.datetime.utcnow()` usage Replace deprecated `datetime.datetime.utcnow()` calls with `datetime.datetime.now(datetime.UTC)` to resolve deprecation warnings and ensure future compatibility. ### What changed: Updated all instances of `datetime.datetime.utcnow()` to use `datetime.datetime.now(datetime.UTC)`...

# Fix deprecated `datetime.datetime.utcnow()` usage Replace deprecated `datetime.datetime.utcnow()` calls with `datetime.datetime.now(datetime.UTC)` to resolve deprecation warnings and ensure future compatibility. ### What changed: Updated all instances of `datetime.datetime.utcnow()` to use `datetime.datetime.now(datetime.UTC)`...

Showing the button is based on "activeSchedule" that is true when there are scheduled zim generations

bug

This is done in order to be able to delete the zim-schedule

enhancement