Skip to content
#

collection

Here are 1,163 public repositories matching this topic...

MarioRuiz
MarioRuiz commented Sep 27, 2018

Presented on EuRuKo 18 at the github lounge

https://github.com/MarioRuiz/nice_hash

You can easily generate all the hashes you want following the criteria you specify. Many other features coming to Hash class like the methods 'bury' or select_key, access the keys like methods: my_hash.my_key.other_key. You will be able to generate thousands of different hashes just declaring one and test easi

samuele-mattiuzzo
samuele-mattiuzzo commented Dec 24, 2019

This is more of a question with a potential follow-up suggestion: in the genre column, we do have drama/thriller and thriller/drama

Is there a valid reason behind this? If not, I would suggest making it more consistent (eg: pick one between the two and use it consistently across the list), so that sorting it properly groups them.

Also: since we do have categories already, why the column

znakeeye
znakeeye commented Sep 27, 2019

In your list of examples, you have this piece of code:

let old = Array("abcd")
let new = Array("adbc")
let changes = diff(old: old, new: new)

// Move "d" from index 3 to index 1

Is this indeed correct or was this before introducing the Heckel algorithm?

Haven't verified this, but doesn't Heckel produce all three moves in this case? I.e.:

// Move "d" from i
samber
samber commented Mar 25, 2020

Today, we add for: 5m to alerts, automatically.

Use case: mysql_global_status_uptime < 60 would never trigger

5m can be the default value.

Progression:

Basic resource monitoring

  • Prometheus self-monitoring
  • Host/Hardware
  • Docker Containers
  • Blackbox
  • Windows

Databases and brokers

  • MySQL
  • PostgreSQL
  • PGBouncer
  • [
andysnell
andysnell commented Mar 7, 2019

I'm looking for some clarification about the intended behavior for toArray(). As per the current project documentation, the toArray() method (emphasis mine):

Converts the collection to array recursively.

A recursive operation implies that a collection of collections would be converted into an array of arrays; however, the current behavior just calls iterator_to_array on the to

Improve this page

Add a description, image, and links to the collection topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the collection topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.