simplexx

Results 23 comments of simplexx

I noticed this issue as well. Latest changes added prevent running multiple instances of the driver at the same time because the naming was changed from random 8 numbers to...

EDIT: Please ignore below. Seems like I f'ed up something during testing (probably used unmodified driver in the test by mistake). Currently trying to run it on my server (ARM...

So I have created a new server with a supported architecture, and these are the results: New branch: Does not work, throws the following error: `/usr/bin/chromium-browser: 12: xdg-settings: not found...

there is no js file there though, only images.. > Here is an alternative CDN for twemojis: https://cdnjs.cloudflare.com/ajax/libs/twemoji/14.0.2/72x72/1f1e6-1f1fd.png

![elon-musk-smoke](https://user-images.githubusercontent.com/6137533/211359393-02387c52-b940-4c3f-9c20-85a62f49527c.gif)

I think the maintainers of smarty are shooting themselves in the foot with this website. Smarty is a fantastic template framework. Extremely fast, solid and well maintained. However looking at...

We use assignByRef in a large application which we are currently updating from v3 to latest version and the removal of this causes pretty big issues because the code contains...

@wisskid for us, it's too late now, we have already started changing the code and spend multiple days, probably weeks on it. with at least another 2-3 full days to...

@wisskid sure: Example 1: ``` ... $rlSmarty->assignByRef('account_settings', $account_settings); /* get all languages */ $allLangs = $GLOBALS['languages']; $rlSmarty->assign('allLangs', $allLangs); if ($_GET['action'] == 'edit') { $i_key = $rlValid->xSql($_GET['type']); if ($i_key == 'agency')...

Having the same issue. Did anybody find a workaround for this?