Ly Nam

Results 18 issues of Ly Nam

The error in Windows Form, Netframework 4.7.2 ``` The call is ambiguous between the following methods or properties: 'System.ObservableExtensions.Subscribe(System.IObservable, System.Action)' and 'System.ObservableExtensions.Subscribe(System.IObservable, System.Action)' ```

``` ERROR Failed to compile with 1 errors 15:29:19 error in ./resources/assets/img/logo.png Module parse failed: /Users/lynam/dev/adonis/test/resources/assets/img/logo.png Unexpected character '�' (1:0) You may need an appropriate loader to handle this file...

Hi author, i really need for this feature.

Dear author, i new so i hard to read coffee script. i think we should change to javascript or with es6. it will be easier for new commer. thanks author...

i downgraded to version 4.2.2. and this happen when upload.

hi everyone, i have a problem. i want to send some objects to actions before component render. how can i do that ? my currently solution: `` but this i...

can i edit component state in actions ( like altjs... reflux) ? best solution on component is FORM with onChange method ? i want use stateless for this, can be...

i tried with mantra modules but not seperate. i have 2 modules: admin module + home module. i want home module has some styles and admin module has some other...

we have save query like: {_id: id}, {limit: 10} ... how to send them to container query from server side?

```javascript import React from 'react'; import { Switch, Route } from 'react-router-dom' import Loader from 'react-loadable'; import {Loading} from '/imports/components/Loading'; const loaderWrapper = (loader) => Loader({ loading: () => ,...