Results 8 issues of Kevin Kuriakose

While building the expression parser for my grammar, I was stumped on why the climber didn't progress beyond one expression sub-unit. Turns out I had forgot to make my operator...

enhancement
pest

For issue #5 Functions now throw Error objects instead of returning nulls Potential issues: * Errors from request-promise and airbnbapi are both given back to the caller. More code may...

I'm a fair bit puzzled as to how I can map this class correctly. I have the following class structure (using Immutables): ```java @Immutable public interface Aaa { @Immutable public...

# Issue Description I found this bug with the python backend while trying to get it working with ROCm for my AMD GPU, though I imagine the same issue may...

AMD

Hello! I've managed to identify a bug with how Immutables handles imports in generated classes. I've made a minimal example [here](https://github.com/Technohacker/immutables-bug-repro) Specifically, in [this package](https://github.com/Technohacker/immutables-bug-repro/tree/master/src/main/java/com/example/demo/outer), there are two sub-packages containing...

knowledgebase

Currently we use a yield with a SceneTreeTimer to handle ``, but that breaks the yield based dialogue flow with ``` resume: Condition "!function" is true. Returned: Variant() modules/gdscript/gdscript_function.cpp:1868 @...

This could potentially reduce lag later on (if X render lag is too high). Vulkan via layers would be easier to hook into, compared to OpenGL. Of course, if the...

https://github.com/blemasle/arduino-sim808/blob/a0b3dcdc83b1e7da0ff67c4c18419da93affa087/src/SIM808.cpp#L53-L54 As per the SIM808 manual: > When power on procedure is completed, SIM808 will send following URC to indicate that the module is ready to operate at fixed baud...