Melanie Wehowski

Results 8 issues of Melanie Wehowski

Hello, I know maybe it is without of you scope: I am interested to make some filer functions synchronous. Before I start to reinvent the wheel, I would like to...

I can read and write a file in the root. But if I use directories in any way nothing is working. I tried absolute and relative pathes, with filesystem: or...

Hi, first thank you for the project. I have one question about the js/lib/config.js: `/* IMPORTANT NOTICE ================ Do not publish your Webogram fork with my app credentials (below), or...

I need to load translations dynamically after initialization. I suggest to add the following method: 'loadLangs' : function(){ var $this = this; var settings = $this.data('settings'); if('undefined' !== typeof arguments[0])...

enhancement

Hello, first good job, thanks. My arguments look like ``` --key="value" ``` rather than ``` -key value ``` So these changes worked for me: ``` while(this._halt == false && (token...

forked https://github.com/frdl/vm-frdl#history

Error: AH01071: Got error 'PHP message: PHP Fatal error: Declaration of NiusBridge::generateItemId(FeedItem $item) must be compatible with XPathAbstract::generateItemId(array $item) Fix in bridges/NiusBridge.php : protected function generateItemId(array $item)

Bug-Report

Some servers request a signature/signing? They respond with "Request not signed" to the application/activity+json request. So how can we sign the request?