Hissssst
Hissssst
Is this project still maintained? What are the current goals in goals list?
### Flameshot Version Flameshot v11.0.0 (-) Compiled with Qt 5.15.3 ### Installation Type Linux, MacOS, or Windows Package manager (apt, pacman, eopkg, choco, brew, ...) ### Operating System type and...
I think it's necessary because `use GenServer` implements `child_spec/1` and so should `Connection` do. If you agree, I can implement the PR
Connection fails when connecting to the localhost with timeout ```elixir config :triton, clusters: [ [ conn: Triton.Conn, nodes: ["127.0.0.1"], pool: Xandra.Cluster, underlying_pool: DBConnection.Poolboy, pool_size: 10, keyspace: "my_keyspace", health_check_delay: 2500, #...
Hey, thanks for this great library! My testing logs are getting flooded by messages like ``` Error: 16:14:39.389 [error] Patch.Mock.Server Patch.Mock.Server.For.Some.Module received unexpected message in handle_info/2: {:EXIT, #PID, :normal} ```...
## Overview When specified a CRITERIA with `app-name` and `summary` to ignore the notifications with `invisible` option, nothing happens. Other options (like `format`) are not working too. ### Enviroment ```...
### Environment ``` Erlang/OTP 25 [erts-13.2.2.2] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [jit:ns] Elixir 1.15.4 (compiled with Erlang/OTP 25) ``` ``` $ grep absinthe mix.lock "absinthe": {:hex, :absinthe, "1.7.4", "97e37622fad63997afff96ee5aaaad42ea9150f5d5aa5783a05c61374734cc90", [:mix],...
Given what was said in #235, it would be nice to have a function ```elixir Finch.stream(req) ``` Which would 1. Return a `Stream.t()` 2. And this stream would get lazily...
### Environment * Credo version (`mix credo -v`): `1.7.5-ref.master.c5b4d38+uncommittedchanges` * Erlang/Elixir version (`elixir -v`): ```elixir Erlang/OTP 25 [erts-13.2.2.6] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [jit:ns] Elixir 1.15.7 (compiled with Erlang/OTP 25)...
### Overview I know, I've implemented this, but I couldn't find a way to overcome this. Unfortunately, the TUI list widget doesn't provide the `offset` field (because it is private),...