Vlaд Фaуsт

Results 86 issues of Vlaд Фaуsт

Currently: ```crystal require "pg" db = DB.open("postgres://postgres:postgres@localhost:5432/postgres") pp db.scalar("SELECT int4range(10, 20)") # => Bytes ```

enhancement
help wanted

```crystal require "pg" db = DB.open(ENV["DATABASE_URL"]) db.query_one("SELECT '{1,2}'::smallint[]") do |rs| puts rs.read(Array(Int16)) end # => [1_i16, 2_i16] ``` This works, but if database schema defines `int[]` instead of `smallint[]`, would...

References to #108 BTW, glad this repo is alive! :smile: Travis CI offers [Github Pages deployments](https://docs.travis-ci.com/user/deployment/pages/), and it's very neat. I personally use it for my projects. Check the example...

Hello, I've checked your project and it either: * Has specs failed with the latest Crystal (0.26.1) * Has no any specs to run so it cannot be validated to...

Hello, I've checked your project and it either: * Has specs failed with the latest Crystal (0.26.1) * Has no any specs to run so it cannot be validated to...

Just like [JSON#mapping](https://crystal-lang.org/api/0.23.1/JSON.html#mapping-macro): > - **setter:** if true, will generate a setter for the variable, true by default > - **getter:** if true, will generate a getter for the variable,...

See [Wiki](https://en.wikipedia.org/wiki/External_Data_Representation). I personally need it for integration with [Stellar](https://www.stellar.org/developers/horizon/reference/xdr.html).

[Resque](https://github.com/resque/resque) rocks, indeed. It's open source. - [ ] Client ([available](https://github.com/pine/crystal-resque-client), but outdated); - [ ] Worker - has to be able to process Crystal jobs; - [ ] Scheduler...

_I never really liked Travis CI._ Currently CI is [broken](https://travis-ci.org/github/vladfaust/unity-wakatime/builds/718252510). I may be too old for this...

enhancement

- [ ] Track current git branch - [ ] Assume there is no git on the machine (swallow errors)

enhancement