robsmith11

Results 83 comments of robsmith11

@xiaocairush are you able to share the changes you made to get it working?

I agree that this is concerning. A QR scanning app has access to possibly sensitive information and shouldn't be "calling home" at all.

Thanks for tracking down the difference. I'm surprised to see Matrix implementing Copy.. Itsn't Copy intended only for types that are of trivial size/complexity?

I agree that it would be very useful to be able to see the email address without having to go into the raw headers.

Well maybe time for a fork then. I just ordered a Samsung Fold 3 with the pen, so I'll be using a drawing app a lot more. If I have...

I've used this package for various time series joins: https://gitlab.com/aplavin/FlexiJoins.jl The syntax takes a little getting used to, but it's pretty powerful and performance is decent, whether joining DataFrames or...

@kdpsingh Here's how I use the `multi` keyword to do an `asof` join on DataFrames: ``` julia> t1 = DataFrame(t=rand(10), a=rand(10)); t2 = DataFrame(t=rand(100), b=rand(100)); julia> leftjoin((t1, t2), by_pred(:t, >=,...

> what is the purpose of identity in the multi argument? My understanding is that it's just a placeholder, so that it's clear to which table the `closest` applies. For...

This is a pretty critical issue. I've missed a meeting because of it.

That response is pretty disappointing. What calendar app are you using @ph00lt0?