sameoldlab

Results 16 comments of sameoldlab

Not sure how useful this is, but I've been using [All-in-One Migration](https://plugins.trac.wordpress.org/browser/all-in-one-wp-migration/#trunk) to copy between live and lokl WP sites.

@addisonj I'm experiencing the same thing with 3.4.4 It [seems it's been patched](https://github.com/containers/podman/issues/14154) in recent versions. Depending on your setup, you could to build it from source or install from...

There were a few more errors after this. Something like CNI bridge not working (sorry, I did not save the error) after upgrading to podman 4. Fixed by installing `containernetworking-plugins`....

AFAIK it is not possible now because helix does not have a splitting feature https://github.com/helix-editor/helix/issues/312 @Suyashtnt. Based on the issue's title, Kakoune *does* have a client-server model? If that worked...

Hi, I made a PR to merge with this adding most of the `Sqlite3Worker1Promiser` related types https://github.com/sqlite/sqlite-wasm/pull/76. Still have a few things left to do mainly with `PromiserMethods`, but would...

Also copying over my [progress comment](https://github.com/sqlite/sqlite-wasm/pull/76#issuecomment-2134392967) avoid splitting overall progress discussion: > Progress: > > * [ ] Mostly done with `Sqlite3Worker1PromiserConfig`. Not sure what goes in for the args...

@phaer thanks, yes. I could mark what I have now as ready for review if that would be useful to people. I avoided it earlier because I wasn't sure if...

Posting object issues here in case anyone with better Vala knowledge has an idea. This is how to track the current title currently: ```ts const Current = () => {...

@bandithedoge need to look at this more. The [`Output`](https://github.com/Aylur/astal/pull/70/files#diff-b222dac9a48addf308c620a8ebd51a5a16a32fd4541901982961a91ab19ac8c7) object has additional info which is available in gtk3 (make, model, logical.x, logical.y). They aren't being 'saved' yet because it needs...

@viceav I think that's (somewhat) normal for using the libraries in javascript. `.get_thing` gives you a `Thing` js object while `.thing` has a raw `GObject` inside. `null` does seem a...