Jorge Rodríguez-Flores Esparza

Results 4 issues of Jorge Rodríguez-Flores Esparza

Hi, Firefox has an option to activate server logging using this protocol. It is not working because in: ``` def _log(args): global backtraces type = args[0:1] .... ``` type it...

### Describe the bug Vite4 does not generate the same path for associated assets when building than Vite3. I'm working with a Vite+Django integration. When building assets, it's important to...

pending triage

Hi, I'm trying to use [rollupjs](https://github.com/rollup/rollup/wiki/Command-Line-Interface) to bundle js modules before transpile my js with babel. I've modified ES6Compile to pipe the output of rollup to babel. In cli it...

Could be possible to use self instead of window? ``` module.exports = self.FormData ``` I'm trying to instantiate Swagger in a webworker, and it is complaining because window doesn't exist.