Lee Olayvar

Results 17 issues of Lee Olayvar

I'm looking for a way to wrap another template around the current template, something like inheritance. Is there any way to do this in Toffee?

The following example results in a string as the value, instead of raw json: ``` > bat POST :8000 name:='{0:0}' POST / HTTP/1.1 Host: localhost:8000 Accept: application/json Accept-Encoding: gzip, deflate...

It seems bat uses the same syntax for two very separate concepts, querystring and json data. Doing so appears to make sending both a query string to a POST endpoint...

I'm not too familiar with bootstrap, so please correct me if i am wrong anywhere, but it seems that Darkstrap should remove the following two CSS rules. ``` [class^="icon-"], [class*="...

Would it be possible to get a thin variant on Monoid? Coming from Source Code Pro Light, Monoid Regular/Retina looks very thick. Thoughts? For reference.. OS: OSX, Mavericks App: iTerm2...

Request

I just wanted to create a metalsmith-core discussion after we talked in https://github.com/segmentio/metalsmith-collections/pull/9. So, with that said.. ## The Problem Filename mutations are hard to track, and hard to reference....

question
explainer

In an effort to remove complexity of the installations, deploys and updates, i propose we remove managed channel all together. Something is either production, or development. This means all klientctl...

A-Issue
Category-KD.io

When two routes have the same name for a Request / Response the namespaces are clobbered. Example: https://github.com/leeola/example_okapi_name_collision _([specifically this file](https://github.com/leeola/example_okapi_name_collision/blob/master/src/main.rs))_ will incorrectly report that the `/two` route has a...

bug
rocket-okapi

Just curious about SSR and where Valerie stands on it. I imagine it's not possible now, but would it require massive changes to make it possible? Would work towards SSR...

brainstorming

I'm using Protobufs as the definition for some data structures in my application, and am seeking to make some fields have the types `[u]int8` and `[u]int16`. I understand gRPC/Protobuf doesn't...