George Katsanos

Results 111 comments of George Katsanos

@mqudsi autocomplete git branches

@mqudsi unfortunately the latest on brew seems to be 2.6.x ``` ~/D/r/ucb-client (BAC-4346-adjust-search-widget-button-size|✚1) $ brew upgrade fish Updating Homebrew... Error: fish 2.6.0 already installed ~/D/r/ucb-client (BAC-4346-adjust-search-widget-button-size|✚1) $ fish --version fish,...

Actually in the fish website 2.6 seems the latest available https://fishshell.com/

Ah I see, I 'll wait it out, I don't wanna risk breaking now that it's working properly :) any idea of when the release is gonna happen?

@zanettin try to create an endpoint and access it through your app..

Yes please ! The console poping up when there are no errors .. quite annoying.. bonus points if you implement it on a panel and not on the console... (like...

TL/DR is "don't load jQuery with defer" ? I struggled hours with a bug before I ended up here :/ (and yes removing defer solves it)

Hi, I was wondering if meanwhile we can use the dart vm without JS based app somehow? I attempted to move from node-sass to sass and we went from 2...

Yes, at least I believe I do. This is a NuxtJS application. Just to be 100% sure I added explicitely an implementation config: ```js loaders: { scss: { sassOptions: {...

> I think that should work. Just wonder how much SASS files you have? Most of our SCSS lives in Vue components and is extracted during build time. I could...