ioannastantzou

Results 4 issues of ioannastantzou

sphinx==6.2.1 sphinx-hoverxref==1.3.0 sphinx-notfound-page==1.0.0 sphinx-rtd-theme==2.0.0 radon==6.0.1 black==24.3.0 flake8==4.0.1

๐Ÿ–ง Devops

๐Ÿ–ง Devops

### What went wrong? ๐Ÿค” Following this dockerfile https://docs.taipy.io/en/latest/userman/run-deploy/deploy/docker/development/ in order to build my docker image for taipy build was failed as the given dockerfile requires the existance of a...

๐Ÿ–ง Devops
๐Ÿ“„ Documentation
๐Ÿ’ฅMalfunction
๐ŸŸจ Priority: Medium
๐Ÿ”’ Staff only

import React from "react"; import { render } from "@testing-library/react"; import "@testing-library/jest-dom"; import userEvent from "@testing-library/user-event"; import Chat from "./Chat"; import { INITIAL_STATE, TaipyState } from "../../context/taipyReducers"; import { TaipyContext...