Antoine Delègue

Results 10 issues of Antoine Delègue

When serving static files, I get the following error. ``` #[ C:\Users\vanyle\.nimble\pkgs\prologue-0.5.2\prologue\core\application.nim(535) run C:\Users\vanyle\.nimble\pkgs\prologue-0.5.2\prologue\core\application.nim(530) run C:\Users\vanyle\.nimble\pkgs\prologue-0.5.2\prologue\core\naive\server.nim(30) serve C:\Users\vanyle\.choosenim\toolchains\nim-1.6.0\lib\pure\asyncdispatch.nim(1961) waitFor C:\Users\vanyle\.choosenim\toolchains\nim-1.6.0\lib\pure\asyncdispatch.nim(1653) poll C:\Users\vanyle\.choosenim\toolchains\nim-1.6.0\lib\pure\asyncdispatch.nim(419) runOnce C:\Users\vanyle\.choosenim\toolchains\nim-1.6.0\lib\pure\asyncdispatch.nim(234) processPendingCallbacks C:\Users\vanyle\.choosenim\toolchains\nim-1.6.0\lib\pure\asyncmacro.nim(28) anonymousNimAsyncContinue C:\Users\vanyle\.choosenim\toolchains\nim-1.6.0\lib\pure\asyncmacro.nim(131) anonymousIter C:\Users\vanyle\.choosenim\toolchains\nim-1.6.0\lib\pure\asyncfutures.nim(389)...

## 🐛 Bug When starting a web worker that loads pyodide, the following is displayed: ``` Loading distutils Loaded distutils pyodide.asm.js:14 Uncaught (in promise) PythonError: Traceback (most recent call last):...

bug

Hello! First, I'd like to say, that this looks like a very promising project! I always wanted to write complex web apps in Nim, but Jester is simply too barebones...

For memory reasons, types containing `ref`s should not be passed to the argument of a thread. This PR enforces this. Because the macro system is not available from thread as...

On platform where `int` are 32 bits, `toFlatty` (or `fromFlatty` depending on your POV) is incorrect. `fromFlatty` always assumes that an int is 64 bits. ```nim proc fromFlatty*(s: string, i:...

In Sublime Text 4107, everything works fine and well, but switching to 4169 breaks the nimsuggest related features. I need to find why. This is probably due to the python...

See title. Version 3 of nimsuggest is faster (allegedly) nimsuggest is very poorly documented. I might need to write a documentation somewhere. These PRs contain some docs: https://github.com/nim-lang/Nim/pull/19826 https://github.com/nim-lang/Nim/pull/19892

Use spaces as the default indentation for Nim files. I like having 4 spaces, so I will put 2 by default, with the option to set it to a custom...

Add a thing that looks at the errors and attempt to solve them by importing standard modules. It doesn't matter if it does not work everytime, it just has to...

The command palette #1473 was a great addition, but it lacks some of the most common tasks making it not very useful in its current state. I believe the most...

enhancement