Michal Hantl

Results 25 issues of Michal Hantl

Hi, I am trying to figure out if I can do a beanchmark of Domafic to compare performance with React in case of a huge amount of items. Before I...

Hey, thanks for this awesome plugin. I use side by side files a lot so this I thought comes in handy. I mainly have multiple files side-by-side so I can...

It should point to here instead: https://github.com/twitter/typeahead.js

Hi, I am using webpack and the install fails on the assets step since I don't have bower. If it doesn't install asset config its fine, but I would love...

Hi, I am running a window where four panes, each with different directory. I do something like this: ``` windows: - name: Server focus: true root: ~/dev layout: tiled panes:...

feature-request

I'm trying to visualise an options strategy results and would like to draw an arrow like so: From date 1, price 1 To: date 2, price 2 This mean it...

Hi, I noticed when the solr server is not running I get `Connection refused` exception, which prevents the record from being saved. That means if solr happens to go down...

support

Hi, is there a way to test what is being indexed? class Task < ActiveRecord::Base has_many :comments searchable do text :name text :description text :comments_content do comments.map { |comment| comment.content...

support

Hi, I am not sure if I am using it wrong, but this is what I get when selecting any option. ``` this.$element.on('change.select2', function () { self.dataAdapter.current(function (data) { self.trigger('selection:update',...

Hi, I get this error message when I try to pull postgresql from Heroku. Stack overflow says thats a problem with my local psql, that I need to recompile it...