Jonathan Lin
Jonathan Lin
From https://github.com/stefankroes/ancestry, the README says: > In the example above, the ancestry column is created as a string. This puts a limitation on the depth of the tree of about...
I think most bystanders would come here and desire to get a hash string like `6c1b07bc7bbc4be347939ac4a93c437a` using `Sum128WithSeed()` However, two things still need to be done to achieve that: 1....
I am running Google's container optimized OS, with the `docker-compose` tool as documented by https://cloud.google.com/community/tutorials/docker-compose-on-container-optimized-os (docker-compose runs in a container, accessed by an alias) I am getting the issue referenced...
Hi there, Does this handle simulated terminations via Stopping a preemptible instance manually? Initial test seems to suggest not, node was not being drained If not, how can we test...
I would like to propose that we do away with `toModelArray()` and instead just let things work naturally as one would expect: e.g. `item.children.map(c => ...)` instead of `item.children.toModelArray().map(c =>...
 I have a bug in production (3rd error), the surrounding first 2 and latter 2 are mysterious to me. Can anyone explain further?
Is there a way to loop through the keys in JSON object? Example: https://github.com/SwiftyJSON/SwiftyJSON#loop
Also, the dates at https://github.com/prantlf/timezone-support#release-history should be 2019
First of all, thanks for the work. Many users expect something more usable, e.g. Pacific Time, rather than "America/Los_Angeles". Is it possible to infer such information?
Sometimes we need the DB object to do more complex work in Bind or Render... what is the suggested way to do this (putting db in context feels wrong), or...