oli
oli
I had the same problem and yep this patch worked for me. You could make a pull request
> I don't see how to create a PR from a patch I don't think you can without forking the repo
just add `command: python3 app.py 8080 mega` to the `dalle-backend` service in the `docker-compose.yml` file.
Sounds promising, will have to check it out!
Is it even used at all? I can't see any calls to `Push` in the code, only `Pull`. https://github.com/Zaid-Ajaj/Feliz/blob/52e02e0cd4e5dac48f99134f81ac6d9b3a013234/Feliz.UseElmish/UseElmish.fs#L60-L104
Using a discriminated union props type as documented in [using-third-party-react-components.md](https://github.com/fable-compiler/fable-react/blob/69ec32d30e6453954bb3d1ad4fcd32627f842abb/docs/using-third-party-react-components.md#2-define-the-props-type), how do you add support for IHTMLProp? Fulma has a `Props of IHTMLProp list` case in the options DU types...
@cartermp can you explain the purpose for the style guide saying these aren't ok or point to some discussions about it? If there's not already been a a definitive decision,...
> Would this apply to lists/arrays as well? I had assumed it would. Assuming this setting does apply to lists, it seems like it would fall directly in the scope...
Serving the docs from http://localhost:8000/docs/ rather than http://localhost:8000/ would probably help with catching broken absolute links during development. Is it possible to get `mkdocs serve` to do that?
> or even consider showcasing that in template itself I vote for including it in the template itself. If it's going to include tests it should have a target for...