wyatt

Results 18 comments of wyatt

I ran into this problem as well while following the tutorial (MVC). Thought I would post comment. Solution with cache and config artisan commands fixed.

Works great for me. Here is how I did it. Please add it to the installation instructions. Make sure you have installed golang ``` cd ~ go install github.com/FiloSottile/captive-browser@latest #...

I have the same problem. I am using stock circuitpython and adafruit feather rp2040 with I2S on Linux Kubuntu. The info in the .vscode settings is correct. My serial port...

I am fine with using VSCode and tio as the terminal. Its just weird that the plugin requires this. As you can see in the settings of my screenshot, the...

Either that or allow programmer to put it in some config file

You don't have to turn off the circuitpython plugin. Just make sure you name your **code.py** to **main.py** to avoid the naming conflict with the python stdlib version. **main.py** runs...

Hello, So I switched to another plain user. And it works! There must be some weird key assigned to CTRL key. Any suggestions how I can find out what the...

It says Assigned to Move Tool (quick). It says the same thing for a 2nd user I created on the same laptop. But for that user the ctrl+somekey works. Very...

The import and execute module code in a function is very handy but if you have to change code you need to restart. I was hoping for a some sort...

I figured out the import, fix code and import again flow :) thanks. I used tio and its really powerful and will use it. Mind telling me which IDE you...