Kevin Olbrich

Results 63 issues of Kevin Olbrich

While testing a cds service at the connectathon I observed that very long prefetch definitions failed. In my case I was launching the cds-hooks sandbox from an HSPC sandbox (using...

It would be helpful to be able to reload the configuration from a registered service so that changes to the service definition can be picked up without having to de-register...

enhancement

It looks like there has been significant new work merged to master since the last release, are there plans to do another official release soon?

following instructions vagrant seems to work fine until this happens.. ``` ERROR! the role 'common-role' was not found in ~/installer/roles:~/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:~/Projects/installer The error appears to have been in '~/Projects/installer/playbook_sandman_api.yml': line 15,...

If you connect to a docker container and run `rails console`, IRB will attempt to record a history file in `/rails/.irb_history`, but this location is not writeable. Perhaps configuring IRB...

https://github.com/rubys/dockerfile-rails/blob/718a4ad457d4a1330cc39788bdf55a07531adbbd/lib/generators/dockerfile_generator.rb#L712 `.tool-versions` may also contain information about ruby, yarn, and python, java, awscli, azure-cli, elixir, etc.. versions formatted like... ``` ruby 3.2.0 nodejs 19.6.0 yarn 1.22.19 python 3.10.7 2.7.18 ```

When creating a new file I sometimes have an `Untitled.md` file. Smart connections tries to find related pages, but this is not useful. Also, when giving the new file a...

The Atlassian and Github integrations currently show a helpful hover when you mouse over an issue number mentioned in code, this would be very helpful for this extension as well....

feature

When you get a lot of items in the nav pane on the left, being able to scroll the nav and preview sections independently is helpful.

Fixes #335 Allows Formatting of units in exponential form (e.g., '1 m*s^-2' instead of '1 m/s^2'). Also introduces a configuration that allows this to be globally enabled. ``` RubyUnits.configure do...

Minor