Arthur Bodera
Arthur Bodera
### Describe the bug The logs for running jobs in dev server are missing information about sent events (fan-out). **To Reproduce** Steps to reproduce the behavior: 1. Given a function...
## Current state I love the project and the service. Just wired up our apps and implemented first functions. I'm on the `2.0.0` branch. The Typescript support is a bit...
http://spb-piksel.ru/history/ 
The library is lacking a proper EventManager. I'd like to be able to short-circuit all operations, inject values and lambdas with transformations before the value is processed. Of course it...
### Steps 1. Boot into iPXE 2. Choose `Live network installs` 3. `Ubuntu` 4. `Ubuntu 24.04 LTS Noble Numbat` 5. `Install` ### Expected Image downloads and installation starts. ### Actual...
## Steps 1. Plug in your DAC 2. In `Selected Device ->` select the desired device 3. LosslessSwitcher does its thing ❤️ 4. Unplug the DAC 5. MacOS changes default...
### The bug The carousel controls seem to have higher z-index and are overlapping the video player, making it impossible to enter `FULLSCREEN` or use the kebab menu. ### The...
Because of the nature of ElasticSearch, index updates should not be real-time with main-db updates for most cases, because that puts a write-load on the index database. There are usually...
This lib is useless to me because it double-links existing links in a document. If it had been used on a forum, or some user-filled text-area, and the user supplied...
``` js var tpl = Hogan.compile('{{#.}} {{name}} {{/.}}'); tpl.render([{name:'foo'},{name:'bar'}]); ``` Expected: ``` foo bar ``` Actual: **empty string** Works fine with Mustache, doesn't work in hogan.js.