ebugusey

Results 7 comments of ebugusey

I want to add my fifty cents. Also have this problem, can't download vscode. ```pwsh $ scoop update vscode vscode: 1.71.2 -> 1.72.1 Updating one outdated app: Updating 'vscode' (1.71.2...

I think it should run each migration in a separate transaction, because migration is atomic operation on a database. It's expected behavior, because other migrators (like FluentMigrator for .net) do...

> Should be run in separate migrations to not violate atomicity of migrations They are in separate migrations. Problem is knex runs all migrations in one big transaction.

Kee already uses [this event](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/webRequest/onAuthRequired) from webRequest API. And this event for some reason doesn't support NTLM. If you suggest to implement NTLM auth using [onHeadersReceived](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/webRequest/onHeadersReceived) event, consider the [complexity](https://tools.ietf.org/html/rfc4559)...

Может стоит разделить грамматику `os` и `bsl`? `os` будет расширением `bsl` (чем она на самом деле и является).

Я, например, снегопат настраиваю так, чтобы он работал как другие редакторы. Потому что, откровенно говоря, клавосочетания по умолчанию там не очень.

I also want to add that currently env variables in volumes are not supported. Like I want to allow certain container to access my entire home directory but it's not...