David Zbarsky

Results 19 issues of David Zbarsky

## PR Checklist Please check if your PR fulfills the following requirements: - [ ] Tests for the changes have been added (for bug fixes / features) - [ ]...

This line doesn't seem correct to me: https://github.com/suharev7/clickhouse-rs/blob/b7f0df499ee1e1390e84c38cf2ccffef3ce7c612/src/types/column/fixed_string.rs#L70 Let's take a closer look at the implementation: ``` fn push(&mut self, value: Value) { let bs: String = String::from(value); let l...

This change accomplishes 2 things: 1) Uses single quotes rather than double quotes, as that matches prettier defaults 2) Sort the output for stability

This allows prerender-loader to be used with webpack-dev-server, since the html gets properly invalidated.

Using a string as the context key leads to boxing overhead. See profile: https://www.dropbox.com/s/9u74uvpq8vowwdo/Screenshot%202019-07-30%2012.39.20.png?dl=0

cla: yes

**Is your feature request related to a problem? Please describe.** When server-rendering pages, blocking until `preload` promises resolve can delay showing the user any content. For example, imagine we need...

Teaches the build script to clone top UAs and optimize the matching order accordingly. This leads to huge speedups in real-world (browser) usage.

Avoid blocking the critical path (typechecking actions) on the validation. Not sure if we have a minimum bazel version we want to support?

bazel 6

**Is your feature request related to a problem? Please describe.** My wife and I use Monica together. We each have our own account but can see contacts added by each...

enhancement

- The output of 'staticcheck -version' `staticcheck_1.12_bin 2019.2.1` - The output of 'staticcheck -debug.version' (it is fine if this command fails) ``` staticcheck_1.12_bin 2019.2.1 Compiled with Go version: go1.12.9 ```...

bug
upstream