Dr Nic Williams

Results 74 comments of Dr Nic Williams

Sweet, the following worked: ```yaml --- apiVersion: networking.istio.io/v1alpha3 kind: VirtualService metadata: name: simple-app-entry-route namespace: my-simple-app spec: gateways: - knative-shared-gateway.knative-serving.svc.cluster.local hosts: - simple.knative.starkandwayne.com http: - match: - uri: prefix: "/" rewrite:...

Draft blog post which sets up two routes to two apps https://starkandwayne.com/blog/p/8a1e05ef-b2f8-4ac3-93cd-d2421ddddeca/ (will be published in a couple weeks)

@austinnichols101 you can also setup bespoke routes via `VirtualService` resource https://starkandwayne.com/blog/adding-a-custom-domain-for-knative-services/

Kk thx And thanks for apex cli; it made lambda very nice On Sun, Jan 15, 2017 at 3:14 PM -0800, "TJ Holowaychuk" wrote: ah nope that's my bad. Maybe...

AFAIK you just need that `desc` call before the generator method https://edgeguides.rubyonrails.org/generators.html#creating-your-first-generator but its been a while since I did write a generator

I'll try to fix it out of retro curiosity

Closing because I'm an idiot. * `rails -T` returns list of rake tasks * `rails g` returns list of generators ``` $ rails g ... Noticed: noticed:delivery_method noticed:model noticed:notification ```...

Still thinking about nice way to do this. Suggestions?

I had the similar issue. Installed via macports (2.9) and with gcc 4.2.1. > require 'svm' LoadError: dlopen(/Library/Ruby/Gems/1.8/gems/libsvm-ruby-swig-0.4.0/ext/libsvm.bundle, 9): Symbol not found: __ZTVN10__cxxabiv117__class_type_infoE Referenced from: /Library/Ruby/Gems/1.8/gems/libsvm-ruby-swig-0.4.0/ext/libsvm.bundle Expected in: flat namespace...

It's weird - Chrome is my default browser. Even "Open in Firefox" in TextMate opens HTML in Chrome.