Results 16 issues of Sylvain Prat

I generally have the habit to put my virtualenvs inside each project directory, and I use direnv to generate and activate my virtualenv automatically inside the project directory in the...

The requireJS optimizer inline the sources original code in the source map inside the "sourcesContent" list and I think it's fine. However this list disappear after calling amdclean. Here is...

I actually use the `require.toUrl` function to get images files URLs relatively to my modules files, with the root location of images specified in my require config. ``` javascript //...

I am trying to transform a javascript file which is (roughly) the result of the concatenation of many source files, with an associated source map that have all the sources...

**Description** The CI is green but I can't "make" the linuxkit executable **Steps to reproduce the issue:** ``` sylvain@hades:~/Dev/linuxkit$ git rev-parse HEAD 78eef5b7291bb555fa4c35e06692fda544557f29 sylvain@hades:~/Dev/linuxkit$ make clean rm -rf bin *.log...

**Description** I use the `mount` package and `mountie` to mount many drives in my machine. However, when trying to use the package more than once: ``` nas:/# cat /var/log/onboot/onboot.000-mount-data1.* nas:/#...

**Description** Kernel panic when booting on initrd images generated by linuxkit on Windows **Steps to reproduce the issue:** On Windows: ``` PS C:\Users\sylvain\Dev\nas> go version go version go1.17.5 windows/amd64 PS...

**Description** The microcode is only included when the output format is kernel+initrd, not in the other cases (.img and .iso targets especially) **Steps to reproduce the issue:** Run `linuxkit build...

I use WSL to provide a Linux environment into my Windows box. I use atom on windows to edit files to be used inside the WSL environment and I keep...

I try to use tape-run but can't because I have many issues on my Windows box: 1. electron is not supported on my (old) Windows box. So I need to...