Thomas PEDOT

Results 26 issues of Thomas PEDOT

Hello, I have this error in Windows 10 installing it with pip version 2.5.2 **PEP 517** https://www.python.org/dev/peps/pep-0517/ I don't know where to start. I don't have access to a compiler...

The following schema will break creating this function `def list_pets(rs:query: Optional[int] = None) -> Pets:` schema.yml ```yaml openapi: "3.0.0" info: version: 1.0.0 title: Swagger Petstore license: name: MIT servers: -...

bug

### pnpm version: ``` { 'react-storefront': '0.1.0', npm: '8.15.0', node: '16.17.0', v8: '9.4.146.26-node.22', uv: '1.43.0', zlib: '1.2.11', brotli: '1.0.9', ares: '1.18.1', modules: '93', nghttp2: '1.47.0', napi: '8', llhttp: '6.0.7', openssl:...

type: bug

**Is your feature request related to a problem? Please describe.** Today any CRD resource are put under Unknow resources For exemple here the resource is of Jaeger kind : ![image](https://user-images.githubusercontent.com/25283272/190632133-338112d4-137b-4c8e-ada4-cd778ebcbdb5.png)...

user-issue

### Summary Hello, I am facing a strange issue using dev dockerfile. I can locally use it but cannot in deployed in "dev environement: ``` ./pages/checkout-spa.tsx:5:27 Module not found: Can't...

Hello, I have a simple model using ExternalMedia which I'm not able to debug. It maybe a pure modelica issue but I have no idea how to solve it. It...

Hello, I'm still failing to compile test with CoolProp using the version 6.1.0 of CoolProp[ (described here)](https://github.com/modelica/ExternalMedia/issues/9) Running _TestStatesSupercritical_ ``` make -j4 -f ExternalMedia.Test.CoolProp.CO2.TestStatesSupercritical.makefile clang -fPIC -O0 -march=native "-I/media/thomas/DATA/Developpments/ExternalMedia-fork/Modelica/ExternalMedia 3.2.1/Resources/Include"...

Hello, I have some applications that don't require to run all day long. A UI that will help to store and deploy,uninstall some charts. would be really nice feature. A...

-★-

**Describe the bug** Mega menu works when I write the statically but not when using a mapped object. ``` "use client" const MegaMenu: FC = function () { /** *...

hello, did you succeed to make it work ? I have an error: > Property 'Bokeh' does not exist on type 'Window & typeof globalThis'.ts(2339) Regards