Mehdi El Fadil

Results 21 comments of Mehdi El Fadil

At the time of creation, node-twitter was barely maintained and had some stability issues, if I recall correctly. tuiter offered a stable equivalent, with a cleaner API and good performance.

I also would need international support and might contribute to this. My problem is that the tokenizer skips all accented characters, so a quick fix for me is to update...

Could you try to define a `User-Agent` header in your request? This solved my problem, which looks similar to the one described in this issue. Adding a `User-Agent` header (even...

In the portion of code shared above, `stopStream` is never called. `stream.stop` works correctly in the code I'm using on my end, pretty similar to the one shared above.

I had the same problem, it is solved by @horixon's immortal-ntwitter: https://github.com/horixon/immortal-ntwitter my stream is now running well.

@fabdrol Thanks very much for your help, I appreciate it. Not very sure on how to solve the problem using immortal-ntwitter, I am experimenting, will see if it works :)

@quicksnap MIT license has been added: https://github.com/cwilso/WebAudio/commit/273ddaed7941dad28b0a4e689bc42d1e165d4275

Hi @mhdcodes > What if we add the extra step to update the manifest file ? I think this will solve the problem Yes, this would solve the issue, but...

> but I can confirm this issue is also for me @nlxdodge have you tried downgrading to `[email protected]`? It works well in my case, I think it will only crash...

Thanks. > the best approach so far, which is to disable rehashing css files in ssr mode Does this mean that the problem described in #450 is back, meaning that...