Rod
Rod
Hello, Mario! I am struggling to make your great landing page to work. Specifically I have no idea how to send an email using the 'request invitation' form. This is...
This is my `settings.py`: ``` DEFAULT_GENERAL_SETTINGS = { 'assistant_name': 'Jarvis', 'input_mode': InputMode.VOICE.value, 'response_in_speech': False, 'response_in_text:': True, } ``` In Jarvis console: ``` ========================================================================================================= GENERAL INFO ========================================================================================================= RESPONSE IN SPEECH: NOT...
Hi! It seems to me dajaxice is great! But I've spent last two days trying to make the dajaxice example to work (Opera, Firefox). I have searched everywhere in the...
Sorry if this is a noob question. I just started to play with pynder. I'd like to know how can I dislike or superlike a user or set of users...
``` $ ./manage.py migrate Traceback (most recent call last): File "./manage.py", line 12, in execute_from_command_line(sys.argv) File "/home/user/.virtualenvs/pinax_test/lib/python3.6/site-packages/django/core/management/__init__.py", line 364, in execute_from_command_line utility.execute() File "/home/user/.virtualenvs/pinax_test/lib/python3.6/site-packages/django/core/management/__init__.py", line 356, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File...
### What are you trying to achieve? Apply database migrations when installing Saleor core. ### Steps to reproduce the problem 1. `python manage.py migrate` 2. Fails with `psycopg2.errors.UndefinedFunction: function gen_random_uuid()...
If so, how? Thanks.
https://openai.com/blog/chatgpt-plugins
Name: webuiapi Version: 0.9.5 ``` api = webuiapi.WebUIApi(host='127.0.0.1', port=7860, sampler=sampler, steps=steps ) result = api.txt2img( prompt=prompt, negative_prompt=negative_prompt, seed=int(seed), cfg_scale=cfg_scale, width=width, height=height, script_name="X/Y/Z Plot", denoising_strength=0.7, seed_resize_from_h=0, seed_resize_from_w=0, script_args=[ XYZPlotAvailableTxt2ImgScripts.index(XAxisType), XAxisValues, [],...
If the script encounters a non-image file it fails with the following warning: ``` Processing: 50% 1/2 [00:03