YAEGASHI Takeshi
YAEGASHI Takeshi
I've written a monkey patch in `config/initializers/draper_patch.rb`: ``` ruby module Draper module Decoratable module ClassMethods def decorator_class prefix = respond_to?(:model_name) ? model_name : name decorator_name = "#{prefix}Decorator" decorator_name.constantize rescue NameError...
@baywet Congrats, I'm really glad to see the official SDK finally spawn! And I suppose msgraph.go will soon have done its job. I'd update the repository to recommend people to...
That error message implies you passed a non-GUID string as SKUID. Another problem I found today is that you cannot omit `removeLicenses` for [assignLicense action](https://docs.microsoft.com/en-us/graph/api/user-assignlicense) parameter, but for now it's...
Thanks for the PR! It's really great and gave me much inspiration for the batch request API implementation of msgraph.go. msgraph.go respects and mimics the API designs and conventions of...
The suspicious part in BicepUtility.cs: https://github.com/Azure/azure-powershell/blob/52f9aad305752fc419c6013b10f9127c243f34d4/src/Resources/ResourceManager/Utilities/BicepUtility.cs#L214-L218
I wanted this feature so I've implemented it at https://github.com/yaegashi/rundeck/pull/1 for our internal use. I'm a newbie on Rundeck development and have not enough time to add docs or tests...
You might want to use [Block Indentation Indicator](http://www.yaml.org/spec/1.2/spec.html#id2793979) in YAML. ``` yaml - name: Add logstash-forwarder to datadog process monitoring blockinfile: dest: /etc/dd-agent/conf.d/process.yaml block: |2 - name: logstash-forwarder search_string: ['logstash-forwarder']...
Thanks for the detailed compat analysis. I admit I've been negligent in testing this module for older versions of Ansible. I actually wonder how much demand there is still for...
Thank you for your attention, @dellagustin-sap @spier Yes, my talk was about a type of InnerSource Portal, which focuses more on addressing the issue of fragmented collaboration portals (GitHub, GitLab,...