chrissyast

Results 13 comments of chrissyast

Same here `from google.cloud import datastore` DEBUG: Found packages: {'google'} DEBUG: Found imports: protobuf It seems to recognise `google` but uses `protobuf` as a requirement instead. Interestingly, if you type...

Thanks @goatchurchprime ! Are you the Julian at DoES Liverpool?

@jcargilo Is selected-option_s_ a typo? Nothing happens with options for me. With `selected-option` I get X tags each saying "X items selected".

Having the same issue on 4.2.12. ``` select t.*, a_t.foo from table t inner join another_table a_t on a_t.id = t.another_table_id ``` In the resulting table make an edit to...

I am also having this problem. I can't see how the client functions in the docs of this repo correspond to the requests in the Microsoft docs.

@fennifith thanks for the reply. In the end I was able to fix that dependency problem and build from master. I arrived at your repo because I am trying to...

> I can't reproduce this. Would you provide a reproduction please? 🙏 Sorry I have not gotten around to providing a repro repo yet, will do so ASAP

@danielroe I'm a bit confused by the bot's requirement to use `nuxt-edge`.Is nuxt-edge a replacement for nuxt or should it be added as a dependency in an existing nuxt project?...

@danielroe https://github.com/chrissyast/hmrtest I noticed something which will help reproduce and hopefully narrow down the cause of the issue After starting up the server etc... 1. Reload the page (both logs...

@sai-sunder-s After removing the port param, I get an error `OSError: [Errno 98] Address already in use`