Kyle J. Roux
Kyle J. Roux
why isnt this merged? this is totally the solution, i would like to just add this action to my workflow, and set the `github_token` in the environment and have it...
> This isn't working as of right now. There are some problems using github_token that do not work with the GitHub API. Using this current PR's code would result in...
maybe it could have a notice that while the actions feature is still in beta, this action is not able to do the initial deploy, and could possibly give the...
@maxheld83 since actions support versions, and the change from @alex-page is going to be a big move from the current implementation maybe it would be best to merge things piece...
this repo has a great solution, (albeit still using docker): https://github.com/ad-m/github-push-action/blob/master/start.sh
@barseghyanartur so by this are you wanting an example embedding a form or wizard into another view? because i would love if that example existed. if so ill do it.
i would like to embed the wizard into a view, as well as embed the forms it creates into a view, since they are generated dynamically i am having trouble...
after a little digging i realized what i was looking for were the functions in fobi/dynamic.py, `assemble_form_class`, `assemble_form_wizard_class`, to get the actual form classes i can render inside templates, i...
That functionality works awesomely, the way we are doing it, (so users don’t see any crazy url for the initial data) Is when they click the button to edit the...
@barseghyanartur actually we did need to override how that was happeing, and using the cbvs we just had to redefine get_initial_data and it just worked, we have the data in...