Max Greb
Max Greb
I have such code: ``` js z[x]=x.y;x.a = "doremi"; ``` I want extract the var that i initialize: `z[x]` and separately I want to take information about "doremi", How I...
Hello. When I try to export my presentation like: ``` mdx-deck-export pdf history.mdx ``` I have following error: ``` ERROR Failed to compile with 1 errors 20:56:34 error in ./node_modules/mdx-deck/index.js...
Hi. I have pipe for connecting data from redux store: ```dart import 'package:angular/angular.dart'; import 'package:redux/redux.dart'; typedef Selector = dynamic Function(K state); @Pipe('stateRef', pure: false) class ConnectPipe extends PipeTransform { final...
https://github.com/facebook/react/issues/2932 There is discussion about new syntax support for React.js, @dfilatov take a look
As I know dart team will deprecate transformer API favor to builder api. Like https://github.com/google/built_value.dart I think it would be great if it ll be builder from the beginning
#### What It'll be great to have an opportunity to create derived contexts #### Why Create a partially populated context with data and have an opportunity to create a new...
It will be extremely useful if dev_compiler will be exposed as npm-module too. It helps with integration with webpack, gulp and other tools. Here's an example for [coffee](https://github.com/webpack/coffee-loader/blob/master/index.js)
### What happened? Bug with esm if we try to import reatom in esm-based package we got an error: ``` $ node ./dist/hello.js file:///check-ts-issue/dist/hello.js:1 import { atom, createCtx } from...
Hello. **Problem** Is it possible to add SD card support for mindstorms program? **Description** I use linux laptop. So default stocking app with mindstorms does not suit me. If i...