Trygve Aaberge
Trygve Aaberge
> They should change at same time. In the code, only `lines->last_read_line` is used, `lines` being a pointer to `own_lines` for a single buffer and to `mixed_lines` for a buffer...
Since this is something that typically happens on user interaction, and not something that will occur lots of times, I guess that performance difference is pretty negligible?
@mfang0126: Ah, thanks! @dnalborczyk: Is there any reason this isn't the default behavior anymore? I think it would be good to mention it in the changelog at least. Now it...
Hm, no, when `--useInProcess` is used, the `--reloadHandler` option doesn't help for me. The issue persists when using both of these options.
@noppa: Oh, thanks for the info. I had just looked in the `CHANGELOG.md` file where it doesn't say that. I didn't realize there was more info on the GitHub release...
Sounds like you're using an old version of serverless-offline. As you can see [here](https://github.com/dherault/serverless-offline/blob/v12.0.4/package.json#L127), serverless-offline 12.0.4 (currently the latest) has a peer dependency on serverless `^3.2.0`.
I don't use wee-most, but I'm guessing the issue is that it doesn't unset the buffer pointer when a buffer is closed. Most functions in WeeChat that take a buffer...
I don't think there is any reason to expose them via the mode_interface. The library functions don't need to access `this` of the mode (or they take it in as...
@felixfbecker: Like @Janpot said, it would be really nice with a `join` function. This would make inserting multiple rows as simple as: ``` const queryValues = SQL.join(values.map((value) => SQL`(${value})`), ",...
Sorry for never answering here. I think this was caused by an issue in mopidy-spotify where playlists could not be loaded (or really an issue in the underlying libspotify library)....