Waldemar Kornewald

Results 20 issues of Waldemar Kornewald

In the HTML report the output contains `...` directly followed by the license text with `` on the same level, but they must be wrapped in an `` to be...

See this article, for example: https://www.eff.org/deeplinks/2021/08/eff-joins-global-coalition-asking-apple-ceo-tim-cook-stop-phone-scanning

We use `template_environment.compile_templates(path, zip=None, ignore_errors=False)` to precompile our templates. Then, we use `Environment(loader=ModuleLoader(path), auto_reload=False, cache_size=100, extensions=[...], autoescape=True)`. When an exception appears in our precompiled templates we get tracebacks that contain...

Currently, in order to use time zones in JS you have to add an NPM dependency and custom code: ```kotlin @JsModule("@js-joda/timezone") @JsNonModule external object JsJodaTimeZoneModule private val jsJodaTz = JsJodaTimeZoneModule...

timezone

Initial sketch of * `ZonedDateTime`: common base class * `RegionDateTime`: works for past and future dates and mimics how humans see dates * `OffsetDateTime`: how many official specifications represent past/present...

Originally suggested in PR #173 which contained both the sealed hierarchy and YearMonth. The YearMonth feature request is in #168. The implementation of YearMonth (and Year) is related to this...

When using Kotlin explicit API mode and setting `kotlin.js.generate.externals=true` in gradle.properties the build fails with `Visibility must be specified in explicit API mode`. So, it's impossible to use dukat with...

The SQLDeleteCompiler should check the pk column (similar to SQLInsertCompiler) instead of using isinstance. Primary keys can be CharField or other fields if the user overrides the pk. The AutoField...

Could you please add support for AutoOpen? This is how KeePassXC does it: https://keepassxc.org/docs/KeePassXC_UserGuide.html#_automatic_database_opening

**What version of protobuf and what language are you using?** Version: v3.18.1 with Go lib v1.27.1 Language: Go **What operating system (Linux, Windows, ...) and version?** Linux **What runtime /...

inactive