chrissyast

Results 14 issues of chrissyast

Sorry if this is the wrong place for this, but I'm getting confused about what the intention of Jupyter is. I can connect to my ESP32, and run any code...

**Use case:** Instead of wanting to compare `["foo","bar","baz"]`, it can be useful to pass in an array of objects for which you want to compare one property, i.e. ``` [...

#### Use case: Instead of wanting to compare `["foo","bar","baz"]`, it can be useful to pass in an array of objects for which you want to compare one property, i.e. ```js...

- [x] I have searched through existing issues - [x] I have read through [docs](https://vuejs.github.io/vetur) - [x] I have read [FAQ](https://vuejs.github.io/vetur/guide/FAQ.html) - [x] I have tried restarting VS Code or...

bug
integ:typescript

### Reproduction Link https://codesandbox.io/s/determined-hill-sf6by?file=/src/App.vue ### Steps to reproduce Make a selection ### Expected behaviour Tags do not appear in the search bar, content below select does not move ### Actual...

I just want to test something out using the Wunderlist API, but it seems I need to create an app and register it on Wunderlist first. I don't have a...

Firstly the "Contribute" link broken on README file is broken. How do I build the app? My build is failing on the imports ``` import io.reactivex.annotations.NonNull; import io.reactivex.disposables.Disposable; import io.reactivex.functions.Consumer;...

### Steps to reproduce #### MyComponent.vue ```js ... mounted() { console.log(this.$nuxt.context.isHMR) } methods: { // .... } ``` Make an edit to something within the script, forcing HMR. ### Expected...

pending triage
2.x

## Problem: Foreman is not running the port I expected, i.e. the same port as when I run the same command outside of foreman ## Steps to reproduce _**From terminal**_...

Device - ESP32 DEVKIT COM connection - Silicon Labs CP210x USB to UART Bridge System - Windows 10 I have already flashed this device with [micropython](http://micropython.org/resources/firmware/esp32-idf4-20210202-v1.14.bin) on a Mac via...