DracoBlue

Results 24 issues of DracoBlue

Since everyone has his/her own twtxt.txt, we cannot support @mention like on twitter locally. Except if we follow those people already. If we say that we have registries - custom...

enhancement
question

I read about _real environment variables always winning_, when using dotenv - but my setup did not work like this. And I noticed that my [variables_order](https://www.php.net/manual/en/ini.core.php#ini.variables-order) ini setting was set...

Status: Needs Review

Currently it's not possible to use the BEARER-auth scheme. It would be cool to have oauth 2.0 available.

Source: ```xml hans hans2 ``` Craur 2.x: ```php $node->get('root.zerovalue[]') === [null, "hans", null, "hans2", null]; ``` Craur 3.x ```php $node->get('root.zerovalue[]') === ["hans", "hans2"]; ```

If we have the input: ``` mom la emil ``` it would be great if one could do: ``` "document.body.header[mau=mom].pau" ``` to fetch "la" or ``` "document.body.header[mau.@you=me].pau" ``` to fetch...

Basically https://tools.ietf.org/html/draft-pantos-http-live-streaming-19#section-4.1

Sometimes you have a database and want to use it as source for craur. It would be handy if Craur could import this on it's own, so you don't have...

It would be quite handy if one could read key value properties files (know from the java world) http://en.wikipedia.org/wiki/.properties

It would be quite nice, to use craur also for ini parsing/writing. Reading can be done easily with http://php.net/manual/de/function.parse-ini-file.php