-
```
Steps:
1. Get fog from svn
2. Enable Fog-UI, Fog-UI-X11, Fog-UI-X11 Module
3. cmake -i
4. make
5. enjoy your errors (G2d/Text/OpenType/OTEnum.h needs
G2d/Text/OpenType/OTapi.h, not OTAPI.h; UI/En…
-
I've noticed that after a start or restart the NFS service isn't running requiring me to go in and start it. Is there an easy fix I can do to make this a default?
-
Hi,
Anyone who experience fog issue after updating to 7.33? Check out my screenshots below. Issue is once the camera move to a fog area the whole map and camera will be under fog, while if you cent…
-
`lib/fog/rackspace.rb`
service has a wrong model name
`
service(:cdn_v2, 'CDN v2')
service(:compute_v2, 'Compute v2')
`
Should replace with
`
service(:cdn_v2, '…
-
`image_name` should actually return a name, not a self-link
https://github.com/fog/fog-google/blob/3741053202f7c856fbe9fa5ed715bd213f48e236/lib/fog/compute/google/models/server.rb#L182-L200
-
It seems that Fog ignores the value of the availability_zone parameter when creating OpenStack volumes. In https://github.com/fog/fog/blob/master/lib/fog/openstack/models/compute/volume.rb line 28 I w…
-
```
CarrierWave.configure do |config|
config.fog_credentials = {
provider: 'backblaze',
b2_account_id: ENV['BACKBLAZE_ACCOUNT_ID'],
b2_account_token: ENV['BACKBLAZE_ACCOUNT_TOKEN']
…
-
```
I'm running Funtoo Linux (a fork of Gentoo). While trying to compile the svn
source 969 I get errors that certain files cannot be found. It turns out that
several files have names that are in th…
-
We should be able to dynamically change the database URL that fog view is using to pull it's data from via gRPC admin command.
jcape updated
2 years ago
-
Gem link fog-aliyun-0.0.10 is out of date and not functioning: https://rubygems.org/gems/fog-aliyun/versions
Need to amend Gemlock.file to latest version: fog-aliyun (0.1.0)