Andrey Demenev
Andrey Demenev
Is there a way to report errors when input cannot be parsed?
Is it possible to cancel event drag/drop? I need it in the following scenario: after an event is updated, an external api is called, and if that fails, the edit...
Event resizing modifies end date in place. When the events passed in props specify end date as a Date object, that object is reused in the mutable event. Resizing an...
```pug button.ui.icon.button(data-content="Feeder homing cycle") ``` error: ``` no match found, expected: "!=", ")", ",", "=", [ \t] or [._-:a-zA-Z0-9] ``` The problem is that [._-:a-zA-Z0-9] includes a range (`_-:`) instead...
## Description Adds an option to `Scenic.PubSub.subscribe` to disable sending current value immediately. ## Motivation and Context When subscribing for a source, the current value is sent immediately if exists....
I consider OpenHome services **working** now There are few things I think could be done: - cleanup shared_metadata module - moderate writes to playlist file - most important - sometimes,...
For small projects it is OK to have all code in one file, but oftentimes my projects are big and should be better split into multiple files. Even though that...
### Environment * Elixir version (elixir -v): Erlang/OTP 26 [erts-14.1] [source] [64-bit] [smp:10:10] [ds:10:10:10] [async-threads:1] [jit] Elixir 1.15.6 (compiled with Erlang/OTP 26) * Phoenix version (mix deps): locked at 1.7.14...