-
Updated
Apr 15, 2020 - Rust
cookbook
Here are 494 public repositories matching this topic...
REST API Guide
One of the issues I have just ran into, is using Yii2 to create a REST API. The official docs lack in this area (and many others). It takes into account, assumptions, that you know where things go. While I have used Yii2 for a while, it still would be nice to get the full story, instead of bits and pieces and having to find the rest. The docs say "Implement xxx", but doesn't tell you how, so we ha
Support for labels would be very nice
-
Updated
Jun 15, 2020
filterIndexed
Is your feature request related to a problem? Please describe.
R.filter doesn't expose index to the predicate function. Let's create a function that does and call it filterIndexed.
Describe the solution you'd like
filterIndexed((v, idx) => idx === 0, [1, 2, 3); // => [1]Possible implementation
const filterIndexed = R.addIndCookbook version
Latest
Chef-client version
N/A
Platform Details
N/A
Scenario:
SSM parameters are super useful as a K/V store for secrets and configuration data. It enables centralization of this data outside of the Chef environment where it can be re-used for other purposes and means we don't have to maintain mutiple copies of data that we would otherwise have to put
-
Updated
Jun 16, 2020 - C++
The code which was added at release 2.3.1 will throw errors when run with a domain user. (code snippet below).
-
In the resulting CHEF logs you can see that he tries to copy the rabbitmq file to C:\Users\DOMAIN\User\AppData\Roaming\RabbitMQ, which does not exist.
-
Remove everything under C:\ProgramData\Esri\GeoEvent-Gateway does not work. It recognizes e.g. that the folder is not empty,
-
Updated
Jan 12, 2020 - Markdown
Cookbook version
8.1.7
Chef-client version
12.14.89
Platform Details
Redhat and CentOS 6 & 7
Scenario:
After log rotation with logrotated, the postrotate option in this cookbook does a reload of the service daemon. However, we've found that this leaves stale filehandles on the system, and it appears as if the daemon is no longer working, as there is no longer logging
Cookbook version
[Version of the cookbook where you are encountering the issue]
The current documentation has a wrong link to the config_rb_server.html
Chef-client version
[Version of chef-client in your environment]
Platform Details
[Operating system distribution and release version. Cloud provider if running in the cloud]
Scenario:
[What you are trying to achieve
-
Updated
Apr 17, 2020 - Ruby
-
Updated
Dec 23, 2019 - Java
The integration tests for 'File /home/test_user_keys_from_url/.ssh/authorized_keys' are failing. @majormoses has updated their keys on GitHub, and so the integration tests that validated that they keys were properly downloaded and put in authorized_keys are no longer matching the key content. We should update the keys in default_spec.rb, or rewrite the tests as suggested here: https://github
-
Updated
Jan 3, 2019 - Ruby
Every time chef-client runs, it will make sure git-source.tar.gz is present on the node. If the installed Git version is same as expected git version, then there is no need to download the source code of git. So rather than checking for remote file not found, we can ch
XIP support
Is any chance to support XIP archive?
Improve this page
Add a description, image, and links to the cookbook topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cookbook topic, visit your repo's landing page and select "manage topics."
I found several useful applications of pseudo-random number sampling in the past. In particular:
(This issue serves a reminder to add the respective methods. Pull requests always welcome.)