Saúl Nogueras

Results 21 comments of Saúl Nogueras

Hi, I'm having the same issue as @robertdefilippi . Did you managed to solve it? `widgets.IntSlider()` works properly, but when I try to run any gmaps example, `Error displaying extension`...

Same problem here trying to run example app in windows 10

In line 149 of blueprints.py, self.static_url_path equals `C:\Users\... ...\flask_jsondash\static` (with my username and full path). The problem is it starts with `C`. I've change that line to ``` python state.add_url_rule('/static'...

Is this going to be implemented in YADM?

> And here's the solution adjusted to work with environment variables :) > > ```shell > ❯ which y > y () { > unignore="$XDG_CONFIG_HOME/yadm/unignore" > test -r "$unignore" &&...

Okey, I think I got it. I've done a `fish` function that wraps `yadm` and when `yadm unignore` is executed, it does the magic. This should be easily portable to...

@TheLocehiliosan do you think this is an interesting feature to add to yadm core? I'm happy with my workaround but if this is something more people could use, maybe I...

I like the idea of a pre_status hook. I didn't think it would be possible because https://stackoverflow.com/questions/41847452/git-pre-status-or-post-status-hook git doesn't trigger that hook, but yadm does. Great! This is what ended...

I've got some advances but I need some help for fine tuning this. I can redirect vim output to stdout with this command ```bash nvim --headless -c 'autocmd User PackerComplete...