KeithWM

Results 41 comments of KeithWM

See below for the full output. As an example: ```` Ambiguity #9 ==(a::SentinelArrays.ChainedVectorIndex, b::Integer) in SentinelArrays at /Users/keith/.julia/packages/SentinelArrays/BtxKB/src/chainedvector.jl:207 ==(i::Integer, x::BigInt) in Base.GMP at gmp.jl:689 Possible fix, define ==(::SentinelArrays.ChainedVectorIndex, ::BigInt) ````...

I assumed CI was not run because I am somehow not approved to be the trigger. It made sense to me that CI would not be triggered by a PR...

I have no idea why you aren't given the option to run the CI actions. Maybe Github knows this PR has a scope issue. ;-) - I realized after creating...

I've made some new commits to expand code coverage.

I think I resolved the conflict. CI/CD should be run to confirm. (I should maybe have done a FF on my "main" rather than a merge commit from this main,...

I think the problem is that the pythonic `a

I personally think that rather having a separate plugin, using a different Test framework should be made easier within the existing plugin. A colleague of mine had created a bespoke...

I _really_ want this feature, but I do worry that `Pluto.run(store_cell_order=false)` is not a correct approach. This setting would affect the whole Pluto browser application, meaning that the setting applies...

Hi there. Thanks for the swift and extensive answer. I've now implemented in my own package rather compactly by using the fact that a `Taylor1` object can be evaluated with...

I'm not entirely sure we're on the same page about the offsets, but maybe I'm misunderstanding the notation. Instead of `sin(x)`, let's say we're doing a Taylor approximation of `y...