Janusz Harkot

Results 10 comments of Janusz Harkot

sorry, I have right now a lot of work in different project, so writing from memory to not keep you waiting model Detail(model) name = CharField() model Master(model): code provides...

ach... this piece of code is responsible: ``` def aware_tstamp(secs): """Event timestamps uses the local timezone.""" return maybe_make_aware(datetime.fromtimestamp(secs)) ``` there should be `utcfromtimestamp`, I'm not sure if only or there...

just hit same error, but my solution is different: ``` var neg_exp = function(str, position) { position = Math.abs(position); var sign = ''; if (str.charAt(0) === '-') { sign =...

> you can extend `CustomerPortal` from `sale` instead of from `portal` as a workaround. I was thinking about adding this to the original description - but it wasn't relevant to...

such a list was already made https://github.com/http2/http2-spec/wiki/Implementations in my opinion nghttp2 looks promising

and what is purpose of your comment? http2 here allows you to use http/2 features that otherwise will not be there ! simply because http/2 will be terminated before and...

> FWIW many webservers can interpret `Link:` response HTTP headers and convert them to server push sure, same with sendfile headers... buth those are some kind of workarounds... > maintenance...

sorry, missed it, latest eap: ``` PyCharm 2025.1 EAP (Professional Edition) Build #PY-251.18673.39, built on January 30, 2025 Source revision: b8ebe4d494b3c Runtime version: 21.0.6+8-b825.77 aarch64 (JCEF 122.1.9) VM: OpenJDK 64-Bit...

what with `_get_rate_date` on account.move.line?