Gilad Gray
Gilad Gray
in code it's `IPanel` but the type arg does not appear in the interface table. (does appear on member properties though.) 
I think enabling `strictNullChecks` compiler option for `datetime` package will help us detect and prevent a whole host of potential errors, such as #322. it'll also address #274 by making...
## 🐛 Bug Report I just upgraded to the latest versions of SVGR and react-native-svg-transformer in my project that contains both web & React Native apps. Web works just fine,...
Seeing a very confusing bug in my Handlebars workflow: `gulp-declare` seems to swallow nearly 50% of the files in the stream. When running the task without `gulp-declare`, all 387 Handlebars...
Our template files are named according to this scheme: `unique.resource.identifier-FileName` where the URI is a dot-separated string a la Java packages. We expose them at the namespace `Handlebars.templates`. `gulp-declare` converts...
- `CIRCLE_ARTIFACTS` variable no longer exists - artifact url no longer defaults to repo name in the path: `circleci/` -> `circleci/project` - `CI_PULL_REQUEST` not defined on commit builds (like merges...
Logging
let's please log a message to the console on success or failure of the comment postage.
**Describe the bug** `VGrid` sets `min-width` and `min-height` on the virtual cell based on the _initial_ measured contents. If I later resize my columns or rows (using an interaction that...
**Is your feature request related to a problem? Please describe.** same thing as #630 but for `VGrid`: a way to access the DOM scroll parent. **Describe the solution you'd like**...