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

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

> Historically, almost all my use cases of Pluto have been to share an analysis with colleagues in the form of a static export, and having to choose between "a...

frontend
wide audience
publishing

The new progress bar introduces a super nice place to add non notebook information, for example about the environment the notebook is running on. This PR introduces a way to...

frontend
publishing

Towards: https://github.com/fonsp/Pluto.jl/discussions/2572#discussioncomment-6008940

I just run `yarn update` The rationale is that https://www.npmjs.com/package/@babel/runtime at version 7.7.5 doesn't have this PR: https://github.com/facebook/regenerator/pull/480 which would allow us to remove `unsafe-eval` from our CSP rules. 7.23.2...

**To Reproduce** Steps to reproduce the behavior: 1. Go to [npm](https://www.npmjs.com/package/@vue-stripe/vue-stripe?activeTab=code) 2. Click on Control + F 3. see both 'use strict' at the top and `try{regeneratorRuntime=n}catch(e){Function("r","regeneratorRuntime = r")(n)}` (non...

Towards making this work https://github.com/TechEmpower/FrameworkBenchmarks/pull/8370/files (more [context](https://discourse.julialang.org/t/julia-can-be-better-at-doing-web-a-benchmark/103300)) I'm trying to remove any blocking calls from anywhere in the Julia Web stack. Though this may be minor, I think it's not...

According to the Profile.jl, that's mostly completely spent at file watching (which is very sad and probably a FileWatching.jl issue)

We caught this in CI. Suppose you `format(".")` and there is a broken symlink at `./a/b/c`. The call will fail even if the file is not `.jl`.

bug

I've found this nice PR where the author of `lua-resty-session` bumps the usage of the library to v4. https://github.com/Kong/kong/pull/10199/files We've had our fair share of problems with cookies in the...

enhancement

Hello! I'm playing around with `unit`, trying to hook it up to `julia`. Julia has a quite neat c interface which can load `.so` files and call into them. I'm...