Étienne BERSAC

Results 377 comments of Étienne BERSAC

@pedro-psb ok, got it. It's like `pulp_deb:AptReleaseSigningService`, you use it with `--class` ?

Hi, We would like to resign package from remote as well as after upload. We may also want to resign because we updated the signing key. I suggest an /addsign...

I agree. I'm aware that signing creates a new artifacts. I intend to upload an rpm or get it from a remote, sign it and then add the signed artifact...

Any interest on this feature ? I do.

FTR, my settings for codestral: ``` json { "language_models": { "openai": { "version": "1", "api_url": "https://codestral.mistral.ai/v1", "available_models": [ { "custom": { "name": "codestral-latest", "max_tokens": 131072 } } ] } },...

Note the different endpoint from regular mistral models.

> > Note the different endpoint from regular mistral models. > > Can you also use codestral as an Ollama pull? I don't have the hardware.

@failable to sort imports, add code actions to formatters: ``` json "languages": { "Python": { "formatter": [ { "code_actions": { "source.organizeImports.ruff": true, "source.fixAll.ruff": true } }, { "language_server": { "name":...

Yep, 0.148 seems buggy regarding formatting.

> I think as per https://bun.sh/docs/cli/run#bun, you simply need to run it with `bun run --bun postcss ..` to bypass the shebang issue. (Not a bun user, so have not...