mattn

Results 1011 comments of mattn

See https://github.com/mattn/go-sqlite3-crossbuild-example/blob/main/.github/workflows/release.yml

How about to use pragma? ``` PRAGMA temp_store_directory = '/path/to/the/tmpdir'; ```

export SQLITE_TMPDIR=/mnt/test How this work?

``` $ ls -lah /data/nostr-relay.sqlite -rw------- 1 mattn mattn 1.7G 2月 22 23:20 /data/nostr-relay.sqlite $ sudo mkdir test $ sudo chmod 600 test $ TMPDIR=./test SQLITE_TMPDIR=./test sqlite3 /data/nostr-relay.sqlite -cmd vacuum...

As far as I look this changes, looks good to me. @rittneje could you please take a look?

Question: * Do it have deno.json exists on root of your project directory? * Do it have node_modules on root of your project directory?

If you want to specify language server, set ``` let g:lsp_settings_filetype_javascript = ['typescript-language-server'] ```