shouya

Results 30 issues of shouya

This exception raises when the network condition goes terrible. Is there a way to bypass the exception and force it to retry? Thank you in advance. ``` /usr/lib64/ruby/2.3.0/net/protocol.rb:44:in `connect_nonblock': SSL_connect...

Suppose I have a mix project consisting of a file `lib/foo.ex`, then I run `(projectile-toggle-between-implementation-and-test)`, projectile will land on a new file at `test/foo_test.ex`. The generated file name of this...

Improvement
Good First Issue
Stale

Hi, After my deck now includes more than a hundred entries, it's taking a long time every time I push to Anki. Is there a way to send out mulitple...

Hi I found this issue where having a sample rate of 0.001 will turns out equivalent to sending sample rate as 0.0. It was caused by the following segment of...

Sorry for posting this issue here since im-tomu/chopstx doesn't have an issue tracker. I was trying to build the u2f source code for my Tomu but the following error prevents...

I am able to use this package mostly successfully with my Elixir code with the following config: ```emacs-lisp (add-to-list 'apheleia-formatters '(mix . ("mix" "format" "-"))) (add-to-list 'apheleia-mode-alist '(elixir-mode . mix))...

Hi, I'm having a problem with elixir formatting. So most Erlang-based programs, like `mix format` - the Elixir formatter, only prints a control message when the user sends an interrupt...

### Feature description Burn currently supports creating [one_hot vector](https://docs.rs/burn/0.9.0/burn/tensor/struct.Tensor.html#method.one_hot) for a single token: `pub fn one_hot(index: usize, num_classes: usize) -> Tensor`. However, it is a common use case to create...

enhancement

This PR adds a simple option to specify the number of directories to output in `zoxide query`. This option is useful when you only want to peek what the matching...

Fixes https://github.com/causal-agent/ego-tree/issues/23.