Indribell

Results 5 issues of Indribell

As people can have no background in Ruby or Crystal, the following example will be more familiar to them coming from languages like PHP/... See also Issue https://github.com/crystal-lang/crystal-sqlite3/issues/32

I noticed during the import, that go.mod is missing in your main branch. > require ( > github.com/bvinc/go-sqlite-lite/sqlite v0.6.1 > github.com/jmoiron/sqlx v1.2.0 >) >go: finding github.com/bvinc/go-sqlite-lite/sqlite3 v0.6.1 > go: github.com/bvinc/go-sqlite-lite/[email protected]:...

> Add this project as a dependency in your Package.swift file. > .Package(url: "https://github.com/PerfectlySoft/Perfect-PostgreSQL.git", majorVersion: 3) * Package is incorrect as Swift now uses lowerscore Package. * majorVersion is incorrect...

The problem is fairly easy... If you loop over the same open archive with Next multiple times ( lets say the first time to find all the file names, the...

``` FROM crystallang/crystal:latest ``` That makes all the manual copied of libraries out of date with the latest docker version of Crystal lang. And this article is also out of...