Pavel Korytov

Results 9 comments of Pavel Korytov

Same on Guix, although it's easily resolved by: ``` guix install glibc-locales ``` And adding ``` export GUIX_LOCPATH=$HOME/.guix-profile/lib/locale ``` somewhere to `.profile`

Setting `:build (:not compile)` in the straight.el recipe seems to help with that

In that case I'd opt for `run-hook-with-args-until-success`. It's easier to change a list of hooks than to advice a function.

Something like the latest commit should do this.

Yeah, it seems so. But the problem is that in the lispy paradigm there cannot be an operation that leaves an unbalanced parenthesis. So, if we want to insert `(hello`,...

@simonmichael Well, Guix is meant to be configured declaratively, so there isn't a one liner that installs the package the Guix way :-) But yeah, in principle ``` guix install...

Here is a workaround I found, if that helps anyone ```typescript await queryInterface.sequelize.transaction(async (t) => { const rightsEnum = [ "view", "edit", "coordinate", "coordinateDepartment", "approve", "assign", "viewDraft", ]; await queryInterface.sequelize.query(...

For anyone still struggling with this, somewhere before the version 6.35.0 `fieldName` was renamed to `field`. The following seems to work: ```js roles: { type: Sequelize.ARRAY(Sequelize.ENUM({ values: ['confirmer'] })), allowNull:...

Hello. 1. Ah, unfortunately not. I wonder if I can even pull this off... if this requires convincing my university that I have something to do with a US-based nonprofit,...