Results 6 issues of Ludwik

When I type find all (⌘ + ⇧ + F) and type some word/phrase, almost every time whole program freezes until I kill it. It started happening when I moved...

Kind:Bug
Note:Waiting on Feedback
Category:Performance

Hi, I am just playing with `dfs`/`bfs` functions and Im trying to access vertex attributes in callback function but everytime it crashes R vm: ``` library('igraph') g

bug

Even though statsd provides protocol for histograms, timers, sets and counters. And seems that there exists code for that [1], but most likely is not used. When I used dbg...

Hey, Reading the project's `README.md` it is mentioned that it implements 2D Convolutional layers, but the `CNN` is not implemented. Therefore, what does `CNN` stands for?

Let's say I'd like to `decorate_all` functions that are injected by `Ecto.Repo`. I am struggling with this: ``` defmodule App.Repo do use Ecto.Repo, otp_app: :app use Decorator.Define @decorate_all function_result(:test) def...

Elixir 1.14 Phoenix 1.7.2 Im following all the instructions from README but library does not seem to work correctly. Im trying to use [Popcorn share example](https://hexdocs.pm/live_motion/LiveMotion.JS.html#animate/1) and on first page...