Παναγιώτης Γεωργακόπουλος

Results 96 comments of Παναγιώτης Γεωργακόπουλος

Sorry for the confusion, I just missed an `UndefVarErr` for a second. @quinnj I'm not sure how to fix the invalidations issue, but the PR should be ready for review...

> > I tried seeing if there was somewhere else we could enforce this (like startwrite or unsafe_write for Stream) > > @quinnj why did you dismiss this idea? Seems...

> It'd be great to overload some common file reader methods like `CSV.read`, `JSON.read`, `Parquet.read`, etc., to support reading directly from a `::DataSet` reference. Having just a handful of these...

> * [No longer accepting plaintext only frameworks / Limited number of tests mutations #8420](https://github.com/TechEmpower/FrameworkBenchmarks/issues/8420) @ndortega you can copy handlers from [here](https://github.com/TechEmpower/FrameworkBenchmarks/pull/8370) if you'd like! I'd happily test Oxygen again!...

Julia IDE (formerly known as VSCode) on JuliaHub runs a proxy, which the Pluto container doesn't at the moment. The `readyState` is pretty weird, and we'll investigate it more. Other...

That explains it! Ref [this Pluto PR](https://github.com/fonsp/Pluto.jl/pull/2392) I'll test with CairoMakie

I can make it work if I do `using CairoMakie, Makie` _before_ `using PairPlots`, so I'll close this. Thanks!

> Trying to finish this up but I am facing issues with the [Pinecone.jl](https://github.com/tullytim/Pinecone.jl) package. The last released version was [v1.0](https://github.com/tullytim/Pinecone.jl/releases). However, the version that gets installed is `v2.0.0`. In...

There is always the low tech solution of adding this cell: ``` html""".dont-panic{ display: none }""" ```