#кодеротбога

Results 60 issues of #кодеротбога

![2018-08-27 19 53 53](https://user-images.githubusercontent.com/1025241/44673011-fcbafe00-aa32-11e8-957a-dcab4277c00d.png)

``` template(name="layout") +yield region="header" #content-wrapper.container-fluid +yield //- not colored +yield region="footer" template(name="home") +if currentUser h1 current user else //- not colored .box h1 no user ```

https://github.com/erobit/meteor-accounts-ui-bootstrap-dropdown/issues/38

``` javascript 'click #login-name-link, click #login-sign-in-link': function () { event.stopPropagation(); ``` https://github.com/erobit/meteor-accounts-ui-bootstrap-dropdown/blob/master/login_buttons_dropdown.js#L10-L11

http://jpryan.me/dartbyexample/examples/ifelse/ http://jpryan.me/dartbyexample/examples/while/ http://jpryan.me/dartbyexample/examples/zones/

Hack of tdlib.go for DestroyInstance() ```go var IsClosed = false func NewClient(config Config) *Client { // ... go func() { for !IsClosed { // get update updateBytes := client.Receive(10) //...

### Environment 1. `npm ls react-scripts-ts` (if you haven’t ejected): └── (empty) 2. `node -v`: v8.4.0 3. `npm -v`: 5.3.0 4. `yarn --version` (if you use Yarn): 0.27.5 1. Operating...

help wanted

> Q: I think we should also start thinking about making the Viewmodel approach the standard in Meteor -- currently people are still wiring up events and templates manually. We...

`Property 'container' does not exist on type 'JSX.IntrinsicElements'. TS2339` ```jsx import React from 'react' import styled, { css } from 'reshadow/macro' const styles = css` container { border: 1px solid...