caewok

Results 22 comments of caewok

Yes, this fails in my use case. I am using it in a module where I don't have complete control of the compiler, so I think it is adding "use...

One simple option might be to use spark check pointing, which saves the table to disk. The table could then be reloaded using a separate spark connection in the new...

This happens when running a long program, such as training a set of models. For example, the code might pull data from the database, then train a model that takes...

You mention having multiple connections but not different db directories at the same time. It looks like a single R session can have multiple connections, but different R sessions (or...

I ran into this issue when trying to use the 0.7 branch of geo-types. Basically, geo-types 0.6.2 works with booleanop 0.3.2. And geo-types 0.4.0 works with booleanop 0.2.2. Specifying other...

Yes, a read-only mode to allow multiple client access would be a great addition. This might address the issue of allowing multiple R threads to access the database, which currently...

At first glance, that looks like an active edge is present when it should have been dropped. Probably edge 34|38 is still in the active edges set when at somewhere...

No, `image_animate` does not do the trick. Take this [koala gif](https://media1.giphy.com/media/eDUHhtooZxyhi/giphy.gif?cid=ecf05e47fy5slx86f2l9ty25rashys226zf38l0kif740kvb&rid=giphy.gif), for example. When I run the following code, it imports the gif, but because the gif was optimized, it...

Yes,` image_animate(optimize = FALSE, dispose = 'none')` seems to work. Thanks! I think it would still be worth adding a coalesce option to image_read or convert, because that would be...

Stopped working for me too; same error as OP. This would be using Ubuntu 22.04.3.