Justin Su

Results 9 issues of Justin Su

Is there a way to suppress the stack trace for `logger.catch()`? I have a decorator that catches certain types of exceptions and calls `logger.exception()` or `logger.error()`, depending on a `debug`...

question

I'd like to play with Caddy's QUIC feature while maintaining my current nginx setup. Would it be possible to implement a QUIC-only mode that could be enabled by command-line option?

feature

After reading https://developers.google.com/speed/pagespeed/module/configuration#ModifyCachingHeaders, I felt that it was worth retaining the ETag and Last-Modified headers that PageSpeed strips by default. `pagespeed ModifyCachingHeaders off;` would leave the original caching headers served...

Fixes apache/incubator-pagespeed-ngx#1537

#### Description Add a missing newline in the No Empty Icons preset #### Motivation and Context #### Screenshots (if appropriate): #### How Has This Been Tested? 👀 - [ ]...

**Feature** mypy currently infers the type of `attrs.fields(foo)` as `Any`, where `foo` is an instance of an `attrs` class. Is it possible to have mypy infer the correct type? With...

feature
topic-attrs

### `brew gist-logs ` link OR `brew config` AND `brew doctor` output ```shell HOMEBREW_VERSION: 4.3.7 ORIGIN: https://github.com/Homebrew/brew HEAD: 43eaeca50fe3b6c755f3fc9bc6f43669e0db1039 Last commit: 7 days ago Core tap: N/A Core cask tap:...

bug

Is `PY_MAJOR_VERSION > 3` correct here? Shouldn't it be `>= 3` instead? https://github.com/sirfz/tesserocr/blob/0d4e94ce693fdac2c5511d33d67b3c2b20fdb60b/tesserocr/tesserocr.pyx#L43-L49

bug

Using: fish, version 3.7.1 macOS Sonoma 14.5 Ghostty terminal When you press cmd+up-arrow, fish triggers history search mode as if you pressed up-arrow. But after you press down-arrow to exit...