Hitalo Souza
Hitalo Souza
Hi, @spytheman. I believe that after this refactor, is already possible this be testable. See https://github.com/vlang/v/pull/15141/commits/600df472655ff3d37e459b184f5b12bbff0bc983
So try installing libpq-dev or its equivalent for your OS: For Ubuntu/Debian systems: `sudo apt-get install libpq-dev` On [Red Hat Linux](http://en.wikipedia.org/wiki/Red_Hat_Linux) (RHEL) systems: `yum install postgresql-devel` For Mac [Homebrew](https://en.wikipedia.org/wiki/Homebrew_%28package_management_software%29): `brew...
Friendly Ping?
> @PramodhTVK - feel free to continue on this one. I am redirecting my energy to other FLOSS work. > > _Edit:_ Waiting 1mo until deleting https://github.com/rscircus/carbon-lang containing the branch...
Well. Have some branch in your project here this can be reproducible? I see in your project that the project is stop because of some missed documentation. What documentation is...
> Hi @enghitalo :wave: > > first of all, the sentence about the missing documentation was not meant to be offensive by any means. In the current state of V,...
Where is the code?
```bash Failed to decode json x.json2.UnknownTokenError: [x.json2] unknown token '[99, 111, 110, 116, 97, 99, 116, 50]' when decoding object. (13:17) ```
> Would the following error be good enough? This is an easy fix. > > > x.json2.InvalidTokenError: [x.json2] invalid token `str_`, expecting `comma` (13:17) Looks better