Tony Bradley

Results 11 comments of Tony Bradley

Having the same issue `~/.cargo/bin/racer` will use racer just fine, but it won't work as the "Path to the Racer executable" setting

Greetings from 2022 :wave: This bit us as well. Interestingly, this did not cause a fatal runtime error during the development build with the `--debug` flag on, and only error-ed...

Any update? This is indeed a make-or-break feature for me as well- I can't get any semblance of good performance without this.

Having an issue with this as well, I'm eating the performance hit fine in my case though. The bigger issue is not being able to get query arguments in resolvers...

@aforemny What do you think about [this](https://github.com/aforemny/material-components-web-elm/compare/master...abradley2:feature/text-input-and-label-attributes?expand=1) approach? It would allow binding "additionalAttributes" to the `label` and `input` element. So we can set `id` on the `span` element that is...

This has bit my as well. I can't quite figure out how to move of leiningen and achieve this same configuration with `deps.edn`

I'm most curious about the use of the `Api` modules and `Api.application`

My solution has been to move the root files into the traditional `src` directory and to just copy-pasta things around after any `elm-codegen` install. Moving things around to a folder...

I had a similar issue, resolved by adding this as the `afterMove` hook function ``` this.afterMove = function( model, event, jqui ) { $(jqui.item[0]).remove(); }; ``` http://jsfiddle.net/dnk43atp/ Learned the fix...

@ephys we've run into the underlying issue here at my organization, if @michaelxh is no longer around to shepherd this through, we'd be happy to take up the cause. I...