Mr Ceperka
Mr Ceperka
Localization
Hello :wave: I am having trouble with localization. I have looked at **plotly.js** tests for some inspiration and I've seen that `config.locale` and `config.locales` are being set here and passed...
### WASI support Hello :wave: , quick question :) According to this article - https://hacks.mozilla.org/2019/03/standardizing-wasi-a-webassembly-system-interface/ one is able to _just run_ WASM binary that was compiled with WASI support (it's...
Closes #529
**Describe the bug** Calling `$collection->countStored()` should remove `ORDER BY` clause **To Reproduce** ```php // SomeMapper.php $builder->addOrderBy('id'); $builder->limitBy(10, 0); // ... $collection = $this->toCollection($builder); // counting with ORDER BY, which is...
Hello, I am stuck with this error on my nextcloud/aio installation. It's coming from websocket. ```json { "id": "1", "type": "error", "error": { "code": "internal_error", "message": "Post \"https://mrceperka.cloudflareaccess.com/cdn-cgi/access/login/(truncated...)\": not redirecting...
v4.1
This change will allow use of `#ifdef` with indentation. Like this: ```js fuction fn() { // code... //#ifdef TARGET_DEBUG debug() //#endif // code... } ``` Earlier you had to put...
closes #564
$transformer can be `null`, but `Scope::fireTransformer` does not count with it.
Hello, just wanted to put my first thought I had while using `bore`. Everything worked quite nice but the effort to navigate to the website on the mobile phone could...