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

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

- ~Uses `Threads.@spawn` instead of `@async` in listenloop~ - moves the ssl handshake into the spawned task, so that the next accept happens faster - adds 5 second timeout to...

(Note: if you're using your own `streamhandler`, you're on your own) fixes: https://github.com/JuliaWeb/HTTP.jl/issues/1112 with this fix, 3 connections fly over the same connection with cURL ``` curl -Ivvvvvvvvvvvvvvvv http://localhost:1234 http://localhost:1234...

according to this: https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/HEAD Context: I'm investigating why it's hard to invoke the connection reuse code. I'm running a simple server: ``` using HTTP HTTP.serve("0.0.0.0", 1234;verbose=3) do req return HTTP.Response(200,...

So, this is a bit speculative, but I'm very very concerned about the backlog getting big; I think it's always a good idea to get through as many accepts as...

After https://github.com/fonsp/Pluto.jl/pull/2802 the HTML export will bundle pretty much all JS, but not the fonts (which are about 15MB). It will not try to fetch the fonts from the internet...

Experimental. When someone is using a sysimage, `using SysImageModule` triggers a `Pkg.add`. This avoids that. I'm still testing if this is exactly what I have in mind; we probably need...

The `not-the-src-yet` attribute was, of course, not being bundled. we use the `new URL()` trick of parcel to make sure this will load, keeping the same flow.

frontend

I believe there is an issue in the show method: stacktrace ``` getproperty(::Missing, ::Symbol)@Base.jl:37 var"#getscreen#1013"(::Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, ::typeof(Makie.getscreen), ::Missing, ::Makie.Scene, ::IOContext{IOBuffer}, ::Vararg{Any})@display.jl:326 getscreen(::Missing, ::Makie.Scene, ::IOContext{IOBuffer}, ::Vararg{Any})@display.jl:324 show(::IOContext{IOBuffer}, ::MIME{Symbol("image/svg+xml")},...

when a message has an `properties`.`body_encoding` of `utf-8` (e.g. the default on https://github.com/node-celery-ts/node-celery-ts), celery workers crash with an error `AttributeError: 'NoneType' object has no attribute 'decode'`. `utf-8` is functionally equivalent...

Hello! Could you make a release for 1.2? The Windows related issues would be nice to have upstream!