Ryan Djurovich

Results 14 comments of Ryan Djurovich

I'm very interested in this area as well. I did a [talk on JSON API](https://docs.google.com/presentation/d/1fJImSyL8Hd8yc2YdfJxZ9Iya2sz4tHswXhhM7_22P14/edit) last week, if you [skip to slide 13](https://docs.google.com/presentation/d/1fJImSyL8Hd8yc2YdfJxZ9Iya2sz4tHswXhhM7_22P14/edit#slide=id.g826d084b1_0_182) you might be able to get a...

Absolutely :+1: Will have a look next weekend if no one beats me to it!

I still am, but shortly after my last comment I moved on to a job where I no longer use Samson :( If I can find some spare time on...

Great idea @sandlerr!

I've been following issue #2052 since mid-2018, and was delighted to see this merged this morning, thank you @camsaul ! 🥇

If you're using Jest, Miniflare 2.0 now has a solution which uses a [custom Jest test environment](https://jestjs.io/docs/configuration#testenvironment-string) as per : ``` yarn add --dev jest-environment-miniflare ``` enabled via Jest config...

@prashant-shahi note that https://signoz.io/docs/install/docker/ still has a warning linking to this issue saying the fix is still being worked on

Just found the compile option! For anyone looking to use Grunt like me, here's a snippet from my composer.json file: ``` "heroku": { "compile": [ "node_modules/grunt-cli/bin/grunt"" ] } ``` Note...

@jrschumacher I didn't have to specify this - are your dependencies under `dependencies` or `devDependencies` in your package.json?

Agreed! I suggest we add `GitRev` (or if that's ambiguous, `GitRevFull`), and then if you want to truncate you can just do something like `tagTemplate: "{{ printf "%.10s" .GitRev }}"`...