Vitaly Puzrin

Results 52 issues of Vitaly Puzrin

Node's canvas is very fragile and flaky. It's better to use something more solid to render texts. For example, harfbuzz OR pango webassembly build (pure FreeType is not enougth for...

It's very popular request to add header ancors. Prior to do it, we need to discuss possible security problems and solutions. **Read first** - https://github.com/jch/html-pipeline/pull/111#issuecomment-34369984 - discussion about github implementation...

**Futher changes/features require serious parser rewrite, and postponed for far future.** 1. Serial (on char level) block parser? - can be better for sourcemaps 2. AST - we did not...

dev memo

**Type of bug** - [ ] Differences between Can I use & Modernizr - [ ] False positive - [x] Modernizr error **Describe the bug** https://github.com/Modernizr/Modernizr/blob/28d969e85cd8ebe5854f6296fd6aace241f6bdf7/feature-detects/storage/indexeddb.js#L52 IndexedDB should be closed...

In continue of https://github.com/platformio/platformio-vscode-ide/issues/2004#issuecomment-694213164 v2 no longer preload targets to `Terminal-> Run Build Task` & `Terminal -> Run Task` by default. - This may be good for large projects with...

enhancement

## Expected Behavior - should work with fonts, processed with `ttfautohint`, when hinting enabled. ## Current Behavior crash with error: ``` Hinting error:Error: unknown instruction: 0x78 Note: further hinting errors...

Node.js 12.17 changed zlib (switched to chromium implementation), this caused a lot of broken tests. - https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V12.md#12.17.0. - https://github.com/nodejs/node/pull/31201.

https://github.com/nodejs/node/pull/10980 After node upgraded zlib 1.2.8 -> 1.2.11, 2 tests become broken.

**Problem:** - `native` (emulator) build uses default OS's gcc compiler - gcc in OSX is VERY old (they prefer llvm) As a result, when you try to use some modern...

As discussed in #22. Examples: - `http://example.com/render?target=summarize(deriviative(app.numUsers),%221min%22)&title=New_Users_Per_Minute`, from [Graphite](http://graphite.readthedocs.org/en/1.0/url-api.html) - `http://sv-t-vnl-forge-metrics:5601/?#/dashboard/Logs-Marmotte?_a=(filters:!(),panels:!((col:1,columns:!(message,host,tags),id:Marmotte-logs,row:1,size_x:12,size_y:8,sort:!('@timestamp',asc),type:search)),query:(query_string:(analyze_wildcard:!t,query:'*')),title:'Logs%20Marmotte')&_g=(refreshInterval:(display:'10%20seconds',pause:!f,section:1,value:10000),time:(from:now-15m,mode:quick,to:now))`, generated by the "share" link of Kibana 4. Considerations: 1. first implementation of #22 was rejected due ignoring rules...