Abdel Ba
Abdel Ba
I'm working on a gardening app for which I would like to be able to draw straight lines. The question is in two parts I think - How to disable...
Hi, Let's consider the following code: ``` javascript Template.myTemplate.events({ 'change .myCheckbox': function (event) { var template = Template.instance(); if (event.target.checked) { // when the checkbox is checked, filtering only the...
Hi, why does an object with nested fields is not updated when nested fields are changed ? Consider the following schema: ``` javascript var schema = { size: { type:...
I initially created a feature request on [Coil library](https://github.com/coil-kt/coil/issues/2394) but was redirected here because it uses AndroidSvg internally. I'm just copy/pasting the initial text below and replace Coil with Android...
I'm currently working with Tauri v2, and I'm trying to send notifications with sound on desktop platforms (macOS, Windows, etc.). From the [v1 documentation](https://v1.tauri.app/v1/api/js/notification/#sound), it's clear that we could set...