Jarrod

Results 10 issues of Jarrod

So yeah, this just throws each HTTP::Client in a hash and reuses it if the host matches. I guess you might want to purge the cache in the future? But...

https://github.com/hkalexling/Mango/blob/df51406638d7266a990bd2b660e3bcc2d2d71c53/src/mangadex/downloader.cr#L142 Should probably reuse a connected client for downloads, which should reduce overhead a tiny amount. Just hang on to a client using a lazy getter I suppose: https://crystal-lang.org/api/master/HTTP/Client.html#reusing-a-connection

enhancement

Hi. I was just learning about alternative steno systems and I noticed that a few years ago there were a few attempts to get 'Jackdaw' support into plover, but it...

feature-request
plugin-candidate

I'm an IRCop on a few servers and I get a lot of server notices. The problem with this client is it displays server notices in the currently focused window,...

Feature

Hi. I tried to run this plugin on an existing kube+prometheus+grafana setup and noticed grafana needs additional permissions to complete the setup (specifically: list deployments.apps in the namespace "kube-system"). Would...

enhancement

When selecting a node using the 'Kubernetes Node Info' panel, it appears that you use [slugify](https://github.com/grafana/kubernetes-app/blob/master/src/panels/nodeData/nodeData.ts#L179) to replace periods with underscores when a single node is selected.. And this propogates...

bug

Hi, I found myself here because a coworker found [bug #73](https://github.com/HariSekhon/nagios-plugins/issues/73) in your nagios plugins repo, and nearly tried to fork NetAddr::IP::InetBase thinking it was a fault in that module....

Hello! I've been using your module and think that I need the cache to delete its contents from time to time, because 'dead' objects start to accrue in a long...

I have an issue that is similar to issue #282 where I would like to orchestrate some ansible steps between nodes, instead of relying on rundeck to orchestrate it. This...