Dustin Michels

Results 17 comments of Dustin Michels

Hi there! I think I'm also having vue3 issues. I tried using autocomplete within a vue3 component like this: ```vue import { defineComponent } from 'vue' import Autocomplete from '@trevoreyre/autocomplete-vue'...

I just revisited this script after a few months and got tripped on the README instruction again. These changes are what I needed-- do they seem generally correct? This addresses...

Edit: `node spider.js > out.json` worked for me.

Any success with this? Is it working for you?

Greetings, sorry it took me a while to reply. I started testing things out again. The package works great for a simple test case. For my real use case I'm...

Thanks for replying! Looks like if I explicitly call `j1.save()` the computed database fields _do_ get updated, I just can't get them to update through the admin interface. In my...

I began adding this to the documentation. Looks like the changes have already been made on the [ipywidgets master branch](https://github.com/jupyter-widgets/ipywidgets/blob/master/docs/source/examples/Widget%20Events.ipynb), but they are not yet reflected on the stable version...