Satoshi Terasaki

Results 81 comments of Satoshi Terasaki

つ  https://zenn.dev/terasakisatoshi/articles/87e730a50915f9 https://github.com/JuliaRegistries/TagBot#setup

> We'll see what will be happened in the next release. Can I release v0.1.4 ?

> Documenter.jl can recognize patch version? It should be 🤔

It seems `v0.1.4` is released, but tag for this version is not created 🤔 .

@Nosferican @shaqtsui This PR should be useful for those who want to use selenium 4

It seems Julia's language server fails with updated sysimage i.e. created with option `replace_default=true`, which is well-known issue according to [this JP article](https://qiita.com/ho-oto/items/120c5a8c366b1fa82458) and the issue of [julia-vscode](https://github.com/julia-vscode/julia-vscode/issues/1038)

The following GitHub action can help notify us of the release of asciinema and create a pull request automatically? https://github.com/pozetroninc/github-action-get-latest-release https://github.com/marketplace/actions/create-pull-request

Sounds great. What should I do before doing that? From my understanding I have to update the code below in `replay` function: https://github.com/AtelierArith/Replay.jl/blob/86c3f4a2ab7f1ed82db6fe3dbfa5075739f68467/src/Replay.jl#L142-L196 This code (I wrote this one year...

Hi, @rikhuijzer. I'm very glad to hear your script works perfectly!! 😄 . > However, do I need manually to record my screen? Yes, this Replay.jl package currently only support...

@rikhuijzer How about this script? It captures a screenshot that surrounds a window you specified and displays its result via OpenCV continuously. If you wanna record them as a video...