Sébastien Celles

Results 294 comments of Sébastien Celles

```julia @bind V1 html"""""" ``` is a good workaround (with triple quote) Thanks @fonsp

On the other side... doing something like ``` begin ui_V1 = @bind V1 html"""""" md"""$(V1) $(ui_V1)""" end ``` returns missing ![image](https://github.com/JuliaPluto/PlutoUI.jl/assets/109167/2daa22f1-d3d7-4c71-a400-5f41c24dd3a1)

I'm now getting ``` > daytona start sample-python time="2024-11-24T17:47:11+01:00" level=fatal msg="failed to start workspace sample-python: container exited with status 1" ``` with ``` > daytona logs sample-python WORKSPACE | ✓...

Doc and GH are not in sync https://github.com/daytonaio/daytona/releases states a 0.46 release but https://www.daytona.io/docs/installation/installation/#tab-panel-2 uses 0.45 (I mean PowerShell install for Windows) I use now 0.46 version but I'm still...

I can't say it that's related but I'm now getting ``` > daytona serve; INFO[0000] Starting api server on port 3986 INFO[0000] Starting local container registry... INFO[0000] Starting headscale server......

Yes. This is not the same network than yesterday. PS : edit : serve is working now

This one is a bit different... ``` PS C:\Users\me> daytona code time="2024-11-25T13:44:35+01:00" level=fatal msg="failed to start project sample-python: bash: line 1: daytona: command not found\n" ```

That was a new workspace. I tried it again after daytona rm --all ``` > daytona rm --all - Workspace 'sample-python' successfully deleted PS C:\Users\scelles> daytona WORKSPACE | ✓ Request...

Hi @unixnut , **No, `setup.py` is no longer required for modern Python packaging!** With the standardization of `pyproject.toml` (via PEPs 518 and 621), you can now create Python packages entirely...

Hi, I'm currently working on a React app (TypeScript) for viewing AtPack files maybe that's something which could be integrated into VS Code also next to PlatformIO extension (or inside...