jdmichaud
jdmichaud
If I understand correctly, as ocLazyLoad is written today, lazy loaded resources (CSS or JS) are loaded directly through a browser managed GET request, not through the $http angular facility....
Fix #30.
* C99 specifies that `__STDC_FORMAT_MACROS` must be defined for `PRIu64` to be defined. * Make RthinkDB::Custor a full fledged std::iterator.
There is a cross-compilation issue on arm due to the macro PRIu64: ``` [...] In file included from src/cursor_p.h:4:0, from src/cursor.cc:2: src/connection_p.h: In member function 'std::string RethinkDB::Query::serialize()': src/connection_p.h:28:34: error: expected...
JSON API changed with https://github.com/ziglang/zig/pull/15705. Replace TokenStream with `parseFromSlice`.
I have a data structure with an attribute: ```rust #[derive(Debug, Serialize, Deserialize)] pub struct Foo { #[serde(rename = "@bar")] pub bar: String, } ``` Which (de)serializes to: ```xml ``` For...
Well behave websites will provide alternative versions of a media with different formats: ```html ... ``` In order to reduce file size, I propose to add an option to only...