Andy Goldberg

Results 13 issues of Andy Goldberg

### Dart 2.8.4 (Flutter 1.17.5) throws a `FormatException` when the cookie value in `Set-Cookie` header contains a space. The following is from a Flutter app, but the underlying code throwing...

area-library
library-io

# Logging interceptors should log, not `print` ## Description LogRequestInterceptor, LogRequestAsCurlInterceptor, and LogResponseInterceptor don't utilize any logging frameworks or APIs, they simply `println()` their output. I'd suggest proper integration with...

re-sorted projects so latest projects, using latest Quasar versions, are listed first

I have a nested structure such that a property of my main class is a sub-class. By default, during serialization the sub-class creates a tag even when it has no...

Any plans on the roadmap to support date addition, such as `mydateval + interval '7 days'` (postgres syntax)? A common use case is to purge records older than a certain...

enhancement

Before you open an issue, please check if a similar issue already exists or has been closed before. **Describe the bug** Building a site with Gatsby. Using PurgeCSS as a...

Hi, please document how to load a .properties file from the root of a JAR file (shadowJar). I was finally able to get it to work, but this seems rather...

My PersistentTabView with 5 buttons has a PersistentTabController, 3 of the buttons change screens (defined in the `screens:` attribute), the other 2 raise modals. For the modal buttons, I can...

Hi I attempted to upgrade from v3 to v5, my program is relatively simple with just a single global logger instance `val logger = KotlinLogging.logger {}` and log4j2 underneath, and...

When creating/importing a new request from a cURL command, the Cookie header is ignored -- it does not show up in the "headers" section of the new request, nor are...