Donald F Coffin

Results 23 comments of Donald F Coffin

@jgrandja Should we reference RFC 8707 in the description or EPIC project entry since it defines how Resource Indicators function?

@diafygi Have a look at this blog post: https://www.klaasnotfound.com/2017/02/16/proper-multilingual-site-with-github-pages-and-jekyll/

I am trying to document an API that uses a REST request interface and produces an application/atom+xml response. Is there a workaround to provide examples, since only application/json generates code...

I successfully installed jekyll on my Windows 10 using the "gem install jekyll bundler" command. But attempting to use ridk version failed: ``` donal@DESKTOP-GLIN45Q MINGW64 ~ $ gem -v 3.3.26...

This is the results of running ridk install usine Powershell: ``` PS C:\Users\donal> ridk install _____ _ _____ _ _ _ ___ | __ \ | | |_ _| |...

I deleted C:/Ruby32-x64/lib/ruby/gems/3.2.0/cache/concurrent-ruby-1.2.2.gem and reinstalled. ``` Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved. Try the new cross-platform PowerShell https://aka.ms/pscore6 Cannot load PSReadline module. Console is running without PSReadline....

I want to upgrade the current version of guava from 2.14 to the latest version. Selenium 3 requires a more recent version to run. I’ve replaced the jar file in...

This is a basic feature of the Spring Security OAuth framework. Access tokens are granted based on clientId, Secret and Scope. Therefore, if multiple access tokens are requested with identical...

The currently defined Scope configuration for OpenESPI Spring Security Oauth framework requires the Scope to match pre-assigned Scope strings character-by-character. The requirement you have presented is an enhancement to the...

Can you provide a list of the various Scope string values that you are attempting to utilize in order to obtain unique access tokens for different usage points? A Use...