Renich Bon Ciric

Results 27 issues of Renich Bon Ciric

Man, just FYI, external systemd files should be put in `/etc/systemd/system` and not in `/lib/systemd/system`. Also, the bin file should be stored in `/usr/local/bin` and not `/usr/bin`. All this according...

Hello, Check this out: ``` bash [renich@introdeskg02org default]$ zf update database-schema Schema updated to version 2 [renich@introdeskg02org default]$ zf update-to database-schema version=1 Schema updated to version 0 [renich@introdeskg02org default]$ zf...

## Discussion - What aspect of the language would you like to see improved? Currently, crystal cannot handle XSD validation via the XML module even, though, the libxml2 library can....

status:discussion
topic:stdlib:text

#### Do you want to request a *feature* or report a *bug*? bug #### What is the current behavior? When you generate a brand new padrino app and, then, generate...

I can't seem to find the documentation to upgrade the glusterfs pods. Might as well add a flag to gk-deploy or, maybe, just create a gk-upgrade script?

The issue is this: https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.14.md#urgent-upgrade-notes ``` * kubectl - The deprecated --show-all flag to kubectl get has been removed (#69255, @Pingan2017) ``` Here's the deploy output: ``` # ./gk-deploy -n...

I tried the following in a vanilla centos7: ```bash # remove any old version yum -y remove docker docker-client docker-client-latest docker-common docker-latest docker-latest-logrotate docker-logrotate docker-engine # isntall it yum install...

Hello, Trying out examples and got this: ``` In lib/discordcr/src/discordcr/mappings/channel.cr:16:5 16 | JSON.mapping( ^ Warning: expanding macro There was a problem expanding macro 'mapping' Called macro defined in /usr/share/crystal/src/json/mapping.cr:232:3 232...

I know it's just a matter of using `go get` but you should have basic installation instructions, IMHO.

Hello, It would be awesome if one could just helm install it, eh? ;)