Oliver Fabel

Results 8 issues of Oliver Fabel

The following template is supposed to work: https://twigfiddle.com/l3d401 It seems, that the template path/name resolution is not working as expected (`TwingErrorLoader: Unable to find template`). Instead of the correct template...

The following template is supposed to work **with strict mode disabled**: https://twigfiddle.com/pumltd Twing in Version 5.0.2 will throw the following exception: ``` TypeError: Cannot read property 'toString' of null at...

I would suggest to replace the following line: https://github.com/NightlyCommit/twing/blob/56e186b58ef05d8e2f17ae2a66a2522a40bae76d/src/lib/cache/filesystem.ts#L47 With this: ` delete cache[require.resolve(modulePath)]; ` Why is this necessary? Packages like https://github.com/vercel/ncc use their own `require.cache` implementation. This small fix...

### Describe the enhancement you're suggesting. Since Python is a very popular programming language, I think it would be great to add support for this on the Flipper Zero. My...

The current implementation always creates the HTTP request from the superglobals: ```php public function __construct() { if (null === $this->request) { $this->request = HttpRequest::createFromGlobals(); } } ``` But this is...

The frequent bus fault upon application start is [reported to the firmware developer team](https://github.com/flipperdevices/flipperzero-firmware/issues/3927). But this won't cope with the fact, that the application got bigger and bigger due to...

enhancement
help wanted
question

### Describe the bug. When I try to start a large app on the Flipper using the Buttons and the UI, Flipper crashes and reboots with a BusFault with an...

Core+Services
Triage

What is the purpose of the "Hidden Questions" ? I suppose such questions are just inactive. But the hint "only visible to the event organizer" is a bit misleading. One...

enhancement