Justin Su
Justin Su
I was experimenting with the `hint_preload_subresources` filter on the PageSpeed example pages. In some cases, it would generate a `` header to resources with _rewritten URLs_. Unsure if this is...
> The reasons we found were similar to those in the blog post, where in a bandwidth-constrained scenario you might actually block a critical resource with a non-critical one and...
Seems like `CronTrigger.timezone` actually defaults to the local timezone: https://github.com/agronholm/apscheduler/blob/2a2210fc71683547f8b01c7d4552815c3b67c1fe/apscheduler/triggers/cron/__init__.py#L49-L59 Even though the below docstrings suggest otherwise: https://github.com/agronholm/apscheduler/blob/2a2210fc71683547f8b01c7d4552815c3b67c1fe/apscheduler/triggers/cron/__init__.py#L28-L29 https://github.com/agronholm/apscheduler/blob/2a2210fc71683547f8b01c7d4552815c3b67c1fe/apscheduler/triggers/cron/__init__.py#L94-L95
In `4.0`, the docstrings correctly say that `CronTrigger.timezone` defaults to the local timezone: https://github.com/agronholm/apscheduler/blob/c921db43dad8ad8f6cfdcc8539bfad0980b1529c/src/apscheduler/triggers/cron/__init__.py#L41-L42 https://github.com/agronholm/apscheduler/blob/c921db43dad8ad8f6cfdcc8539bfad0980b1529c/src/apscheduler/triggers/cron/__init__.py#L123-L124
I'm testing `search_mode = "skim"` on version 18.3.0. I'm not sure _what_ it's doing, but it doesn't seem to follow the [skim search syntax](https://github.com/lotabout/skim#search-syntax) at all: * `^git` gives me...
> ``` > item_icon : Optional[FileStorage] = request.files.get('item_icon') > if item_icon: > file_name : str = item_id + '.' + item_icon.filename.rsplit('.', 1)[1].lower() > ``` > > `Pyright: "rsplit" is not...
I think this is unblocked now? https://github.com/rust-lang/git2-rs/pull/1032 was released in https://github.com/rust-lang/git2-rs/releases/tag/git2-0.19.0.
`delta` already supports this. But it's a bit of a headache to understand what needs to be configured so `delta` doesn't overwrite your `less` options, which is being done here:...
Unfortunately, it turns out that `--raw-control-chars` breaks navigation (pressing `n/N` will print `Pattern not found`). I haven't figured out why exactly (or if it breaks anything else). (edit: See reply...
> Here is value suitable for Nerd Fonts v3.2.1 **non-Mono** version (with nice double width large icons 😄): > > ```shell > LESSUTFCHARDEF=23fb-23fe:w,2665-2665:w,2b58-2b58:w,e000-e00a:w,e0a0-e0a3:p,e0b0-e0bf:p,e0a0-e0c8:w,e0ca-e0ca:w,e0cc-e0d7:w,e200-e2a9:w,e300-e3e3:w,e5fa-e6b5:w,e700-e7c5:w,ea60-ec1e:w,ed00-efce:w,f000-f2ff:w,f300-f375:w,f400-f533:w,f0001-f1af0:w > ``` > > Mono version will...