Alexander Povolotsky

Results 54 comments of Alexander Povolotsky

Spent several hours trying to modularize vuex store with TypeScript, I feel TS is just a way to write your code two times more. I do understand the importance of...

`` works. I've found no other working solution so far

Looks like the later. I'll try to find time to work on my fork.

> Hi @did16 > > We had some plans for 1.5, but, unfortunately, the focus has changed significantly. Our main goal now is to develop native partitioning. This effectively means...

You think that it's system job to decide what to do with too long messages. System think that it's your job to limit message length and avoid putting too much...

``` 267:[email protected]:/home/tarkhil/mlb > vue add i18n WARN There are uncommitted changes in the current repository, it's recommended to commit or stash them first. ? Still proceed? Yes 📦 Installing vue-cli-plugin-i18n......

Right now, compiling of mod_pagespeed failed. In file included from third_party/chromium/src/base/third_party/dmg_fp/dtoa_wrapper.cc:46: third_party/chromium/src/base/third_party/dmg_fp/dtoa.cc:1568:13: error: array subscript is of type 'char' [-Werror,-Wchar-subscripts] if (!hexdig['0']) ^~~~ 1 error generated. gcc 4.2.1. attempt to...

Nope, clang fails with the same error...

I've found the place of the problem. In MojoMojo::Schema::ResultSet::Page, line 176, URI::Escape::uri_unescape escapes (JS-generated) URL like %D0%B2%D1%82%D0%BE%D1%80%D0%BE%D0%B9_%D1%81%D1%82%D0%B5%D0%BD%D0%B4 into NON-UNICODE string, and Encode::decode_utf8 garbles it totally. I have too little experience...