Jared Dietz

Results 33 comments of Jared Dietz

My recommendation is that you replace webpack-dev-server with express, webpack-hot-middleware and webpack-dev-middleware. I am able to hit my secured API endpoints with the express proxy and then serve my React...

It is working for me. I can try to put together a demo project that utilizes all the libraries needed.

@imsontosh Here is a small project that utilizes express, webpack-dev-middleware, http-proxy-middleware https://github.com/jndietz/csharp-windows-auth Let me know if you are wanting to know something specific and I'll try to help out.

@jalaz @xcjs Hey guys -- sorry that wasn't working for you. I will need to dive a bit deeper into it and see what exactly is going on. Currently stuck...

@jalaz @xcjs I'm able to reproduce the issue in my project. I must not have seen that happen back when I made it. With our Angular 1/Webpack config, we are...

I just ran into this myself. Try instantiating the `MockAdapter` with the `new` keyword: ```javascript let mockServer = new MockAdapter(axios) 👆 ``` Tangentially, I had to use the result of...

I got this error because I forgot to first activate the virtual environment. ```powershell .\venv\Scripts\activate python .\lora_gui.py ```

@ssube That would be awesome. We need something similar to an API specification that outlines the various properties of the outputs.

@sleep2death I've tried using that one too. What is the difference between the train_text_to_image_lora and train_dreambooth_lora? I always see Lora grouped in with Dreambooth, so not sure what the big...

@haofanwang This is awesome. This is kind of a loaded question, and not really related to the PR, but how did you "know" what to code for this PR? How...