Niklas Cathor

Results 10 comments of Niklas Cathor

this is actually a cells issue, as Widget#render just calls Cells::Base#render: https://github.com/apotonick/apotomo/blob/master/lib/apotomo/widget.rb#L127

for reference, in #221 @skddc [suggested](https://github.com/RemoteStorage/remoteStorage.js/issues/221#issuecomment-12782044) `remoteStorage.init`.

I don't like doing this by default. We can provide some useful base-schemas though, that other schemas can be built on. json-schema defines the [extends](http://tools.ietf.org/html/draft-zyp-json-schema-03#section-5.26) property for this. Maybe something...

> Then you have the issue where a group of documents may or may not have > date-related properties... Why wouldn't we ever want these base-properties > to exist though?...

It's a nice library, though. Maybe someone should take over?

@9names this is a great start! I took some inspiration from it and tried to come up with a better API, see #626. To paraphrase your example: ``` adc.start_many_round_robin(0b11, 23999,...

Looks like this works fine: ``` use hal::uart; fn write_something(uart: &mut uart::UartPeripheral) where D: uart::UartDevice, P: uart::ValidUartPinout { uart.write_full_blocking(b"something"); } ``` Although as others mentioned above, using one of the...

@tommy-gilligan thanks, I've picked the commit over here. Unfortunately I'm having some trouble with the example currently that I need to figure out: it works when I first connect a...

Thanks for the suggestion. I'm using AGPL though instead of MIT. Regarding contributions to the project, they are generally welcome :) I don't put too much time into this at...

The order of directory entries is meaningless. So if you want to have data in a specific order, the app needs to sort it. If "Slyrs" is the only entry...