Mathias Conradt

Results 10 comments of Mathias Conradt

**===== UPDATE =====** I updated my sample at JS Bin: http://jsbin.com/daniyov/edit?html,js,console,output and did some more debugging. It seems that the data source that I assign to my table does not...

I found a workaround by updating the settings again like this before re-rendering the table, but I don't understand why this would be needed. There should be a reference to...

This would basically just be another fulltext provider app (for IMAP). Could be based on - https://qbox.io/blog/indexing-emails-to-elasticsearch-logstash-imap - https://stackoverflow.com/questions/45284517/ingest-email-attachments-on-elasticsearch Regarding the current search in the mail app: yes, it allows...

Yes definitely. When it's indexed standardized you can do nice things like facet search, when the search ui improves over time.

@cmorgant The plunkr link doesn't exist anymore.

I like @Espina2 's idea of moving the blog out, no hassle with managing code, css. Medium (https://medium.com/) would also be an alternative, and it's quite popular, already has a...

> Medium is one of the very things we are aiming to make obsolete. It's a completely centralized publishing platform. You mean in general, or for our internal use? Why...

Further debugging shows: the problem is here in the highcharts-ng code, where it's not being checked if the ctrl still exists or not. And since a timeout is being used,...

I am not sure if this is the best solution to fix this: A check if `ctrl!==undefined` does not seem to work. I guess it's one of the special behaviours...

Can confirm, same for me: ``` goof | failed connecting and seeding users to the MySQL database goof | Error: connect ECONNREFUSED 127.0.0.1:3306 goof | at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1142:16)...