Dan Leyden

Results 10 comments of Dan Leyden

In the example above where the token is created at `123.6`, the *correct* value for `iat` should be `123` (not `124`) because the number of (completed) seconds since epoch is...

Thanks, I'll give that a try. Appreciate any further thoughts or improvements ;)

@tmaher not looked at the code, but the examples look to be exactly what I was meaning. One further improvement that would add to my happiness would be supporting multiple...

setting the server group when creating a VM works (when calling `servers.create` pass in `os_scheduler_hints: { group: server_group_id }`) creating, listing and deleting of server groups is not yet supported,...

PR was opened 2 weeks ago, no comments thus far

https://github.com/fog/fog-openstack/pull/161

This had me stumped for a good while too... It appears that the new default is to use identity v3 unless the url provided contains v2.0. There is a call...

@richmolj thanks for the thoughts and taking time to consider. For the confusion on overall vs nested stats for the requester, I would suggest that is handled by the name...

Same issue here... currently my workaround is to use https://github.com/st0012/ruby-lsp-rspec in place of this extension

Hit this issue also with Node v19.6.0 It worked correctly after downgrading to Node v16.19.0