Chris de Graaf

Results 56 issues of Chris de Graaf

This has no effect on user API, but I think we can make things faster. Currently, we abuse `@eval` to create a new `Context` type and implement a bunch of...

Function: mock
performance

:man_shrugging: :man_shrugging: :man_shrugging: :man_shrugging: :man_shrugging: ```jl julia> using SimpleMock julia> using BenchmarkTools julia> f() = true f (generic function with 1 method) julia> g() = true g (generic function with...

Function: mock
performance

Using [GitHubActions.jl](https://github.com/julia-actions/GitHubActions.jl). I'm not actually sure how to implement this though, since the tests run in a child process. For Julia 1.3+, you could write to `$JULIA_DEPOT_PATH/config/startup.jl` and run `Pkg.test(;...

I'm not sure if this is possible, but I'd really love to do the following in my `make.jl`: ```julia makedocs( # ... pages=[ # ..., "Index" => "../README.md", "Contibuting" =>...

Type: Feature

Reading the documentation solves this, but a more informative error message would be nice. I've noticed a few cases now of accessing files without ensuring that they exist, which should...

```sh [ ~ ] playground activate --name lorenzoland ~/.playground/lorenzoland [ ~ ] true [ ~ ] # Deactivate here [ ~ ] playground activate --name lorenzoland ~/.playground/lorenzoland [ ~ ]...

bug

There seems to be a sort of lag/offset of one message when reading from a WebSocket on new versions of MbedTLS.jl. ```julia using Dates, WebSockets function mwe() WebSockets.open("wss://echo.websocket.org") do io...

Some relevant discussion in #95, #91, #90 The main unanswered question, I think, is "should we let the user choose which string representation they prefer?". Personally, I think no, the...

question

As discussed in #95, ending a file with multiple newlines can be error-prone (it's easy to accidentally strip them). One way to get around this is to explicitly end the...

https://github.com/JuliaRegistries/General/runs/1513863303?check_suite_focus=true I'm guessing `fork.default_branch` is null but I haven't been able to reproduce.

bug