Shmavon Gazanchyan

Results 44 comments of Shmavon Gazanchyan

Can you provide your server/php logs?

Hi guys, I have created an sample controller that shows all the main features of the library. Please, take a look at `application/controllers/twitter.php`. Unfortunately, I am not able to write...

Hi @Zauberfisch Thanks for this valuable information, I personally would say - lets start with the simplest option for the moment, then work on the rest if there is demand...

Hi @TheKnarf You can set it up to work with Typescript like this: In your component file: ```html ... ``` In your `webpack.conf.js` file: ``` ... { test: /\.one$/, loader:...

Absolutely, feel free to contribute an example with it - will be much appreciated!

Yes, it is possible. This module was developed with such use cases in mind, you can select sets of loaders that will be applied to your code by setting relevant...

I see, you want to have multiple tags with various purposes. I will have a look at this use case. If you have any obvious solution to that - feel...

I think you are right, technically nothing stops us from having component file like that: ```html class MyComponent extends Component {} .MyComponent {} describe('', () => {}) ``` in `webpack.config.js`:...

@Zauberfisch I remember I had to put that warning in place due to some technical issue that multiple tags were bringing, will need to have another look. On the extra...