Mike Cantrell

Results 7 comments of Mike Cantrell

A pretty decent article for not only detecting folders but also uploading their content: http://code.flickr.net/2012/12/10/drag-n-drop/ ``` function loadFiles(files) { updateQueueLength(count); for (var i = 0; i < files.length; i++) {...

Ran into the same issue and solved it with a custom matcher. In my case, Groovy equality works out well so I made a GroovyEquals matcher. Maybe you could include...

Would it make sense to add rxjs to this project's dependencies? Could help resolve a lot of these issues that are coming in around this.

Some legal hold software can export all events. The system I'm working on also processes a lot of files (all types) concurrently so keeping their memory footprint (especially where embedded...

For now, I'll probably just write something to chunk up larger icals into single event files and process them after they've been split. Depending on how much time I have,...

I feel like this has started happening way more often since I started providing a custom system prompt. edit: using conversational-react-description in our case