Dimitri Fontaine

Results 239 comments of Dimitri Fontaine

@zwass do you want to implement the solution then? or maybe that's another PR I will see there after ;-)

On a quick review I think the problem is that the post install error notification hook is run when el-get-init fails. (add-hook 'el-get-post-error-hooks 'el-get-post-error-notification) I suggest fixing which error message...

Hi @ruhuansanmei ; can you provide with more details about what's failing? If you could prepare a small SQL file that creates a database with a single table and a...

Oh and also if your source database is SQLite, then you can spell datatypes anyway you want there. Please then see about user defined casting rules: https://pgloader.readthedocs.io/en/latest/ref/sqlite.html#sqlite-database-casting-rules

Have a look at https://github.com/dimitri/pgloader/issues/81 which should be enlightening as of how to make that happen.

Hi @elliottslaughter and @lispstudent ; thanks for those comments! One key design choice I made with el-get is this idea of distributed recipe handling. I didn't want to design a...

I believe https://github.com/dimitri/el-get/discussions should be open for new discussions!

Not using iolib in my projects anymore, all I needed was to be found in uiop so it was kind of overkill. That said, here's my CC setting: ``` echo...

You can try the following, it seems to work: ```diff modified buildapp.lisp @@ -389,6 +389,15 @@ ARGV. See *USAGE* for details." (when (string-equal (second argv) "--help") (write-string *usage* *standard-output*) (quit))...