Mirko Akov

Results 18 comments of Mirko Akov

I am having the same issue ``` python Traceback (most recent call last): File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 359, in on_query_completions res = callback.on_query_completions(v, prefix, locations) File "/Users/Mupko/Library/Application Support/Sublime Text 3/Packages/ElixirSublime/elixir_sublime.py",...

Not sure if this is documented somewhere, but this might help https://stackoverflow.com/questions/58220256/file-icons-getting-changed-to-app-icon-in-macos-catalina

Library like Chosen (with ajax) or Select2 can help a lot

They fit really nice into ActiveAdmin, and right now there are really easy to add (but without AJAX) ![screen shot 2013-11-12 at 2 30 34 am](https://f.cloud.github.com/assets/1788571/1518184/1bba5522-4b32-11e3-875e-28e83664c48d.png) ![screen shot 2013-11-12 at...

I have the same issue, using Rails 4.0.0. When I try to cache a segment with recursion, I get this error: ``` SystemStackError at /testing-webcast/sections ============================================= > stack level too...

I might have the same problem. Here is what I have: ```elixir # Web.Schema.Question object :question_subscriptions do field :question_change, :question_change do arg :parent_id, non_null(:id) config fn %{parent_id: parent_id}, _ ->...

I have tried putting `.yarnrc` in the assets forlder with `--cwd .` but it does not help

I have the same problem as well. If I change the minitest code from @guillermo's comment, it starts to work

It seems like this PR (#775) is disabling the test that makes sure that de-duplications work as expected https://github.com/absinthe-graphql/absinthe/pull/775/files#diff-2d1ba39315325b35cec6a60875bc11082cfbaf47c74482abbc9907735b79c90aR396

Since IINA is based on MPV, I guess we should ask MPV to implement Google Cast (Chromecast). There is an old issue and its closed - https://github.com/mpv-player/mpv/issues/177