mattn

Results 893 comments of mattn

Then, just set ``` let g:lsp_settings_filetype_python = ['pyright'] ```

>Personally, my preference would be to make it opt out so things "just work" by default Do you mean that the functions return like ErrNotImplemented?

``` type Serializable interface { Serialize(schema string) []byte } ``` ``` if ser, ok := conn.(Serializable); ok { b = ser.Serialize(name) // blah } else { // not implemented }...

Thanks your explaining. As you mentioned above, let's add `sqlite_omit_deserialize`.

I have thought about this for a little while and I expect the following. 1. opt-in if using libsqlite3, default is undefined 2. always enabled if libsqlite3 is not used

I assume that people who use libsqlite3 are expecting minimalism and they does not want these functions. I guess.

> please substitute `こんにちわ世界099` to `こんにちは世界099`

interesting.

@rittneje are you okay to merge?

AFAICS, this seems to be breaking compatibility. @rittneje what do you think?