Evgeny Zislis
Evgeny Zislis
If anyone is interested, I have compiled DENO with V8 in Alpine Linux Docker container - without `glibc`, but completely using the Alpine `muslc` library. https://gist.github.com/kesor/68df53a5d76784a235ca6b0e7efed4d9 Enjoy!
@dsyer At the moment, spring-cloud-consul-config loads configuration from the Consul Key-Value store. These configuration values are used by multiple Spring frameworks/libraries, for example MongoDB looks for `spring.data.mongodb.host` and `spring.data.mongodb.port`, another...
@ffxsam yes, but at the moment I don't have enough time to add unit tests to PRs. and I don't want to merge commits without unit tests.
There is some discussion about having the Scheduler have a DryRun capability, which could mean that @asnkh solution doesn't require to import all the scheduling logic into this project. Alas,...
My thoughts as well. Would work on that as soon as I finish going through the list of ALL the resources. Pretty sure that #8 will also help with this,...
> Hey, I could add this feature. Can I send a PR @kesor ? @andreswebs sure.
@princechennai you can already use roles, just need to first get credentials from a role using STS.
Getting the same problem with `3.0.0`, since the project is a TypeScript project that is using `ts-node` to run - it transpiles everything either into `CommonJS` or `ES2020` both of...
If someone is actually using `yarn list --depth=0` and parses the output, and after that issue is fixed they would get a different output ... is it *really* a "breaking"...
I am missing a function that will parse inline JSON, like the `from_string` function in here - https://github.com/Kintyre/jmespath/blob/7e185c/bin/jpath.py#L15