Thomas Ghysels

Results 48 issues of Thomas Ghysels

I have a Nest js application that routes some static assets to a create-react-app server. I would like to combine them and have everything run under Vite. The Nestjs example...

https://github.com/oguimbal/pgsql-ast-parser/blob/2c84d4ca6d566162c32ff8d0667c8e3bcd94a828/src/lexer.spec.ts#L241-L242 I was wondering about this test case. Shouldn't the lexer detect that as a syntax error? ```sql /* /* */ /* /* */ */ */ ``` Postgresql throws: syntax...

This is a possible solution for #43

Hi, would http-proxy introduce a memory leak if a proxy server was created for each request? At what point should proxy.close() be called? (or it doesn't matter as the server...

I released the current source code as `p1-reader-be` on NPM so we can read the gas usage.

``` Unable to parse line: 0-1:24.2.3(220521003500S)(03377.361*m3) ```

Some todos that would be nice to check off before releasing v4. - [x] Double check if README is clear - [ ] Add more examples in README (e.g. typical...

`vue-template-es2015-compiler` is required in #7 so why not use it to transpile the whole component instead of only the templates? 1. Which option seems the most obvious? `transpile: true` `es6:...

I [thought](https://github.com/vuejs/vue/issues/8873) autocompletion was broken because of template tags, after some research, it seems it's only broken for Vue specific attributes: Other attributes work fine: